TelevisionChannel

Канонический URL: http://schema.org/TelevisionChannel

Thing > Intangible > BroadcastChannel > TelevisionChannel

A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.
Свойство Ожидаемый тип Описание
Свойства от BroadcastChannel
genre Text
или URL
Жанр творческой работы.
broadcastChannelId Text The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.
inBroadcastLineup CableOrSatelliteService The CableOrSatelliteService offering the channel.
broadcastServiceTier Text The type of service required to have access to the channel (e.g. Standard or Premium).
providesBroadcastService BroadcastService The BroadcastService offered on this channel.
Свойства от Thing
additionalType URL Дополнительный тип для элемента, который обычно используется для добавления более конкретных типов от внешних словарей в синтаксис микроданных. Это отношения между чем-то и классом к которому он принадлежит. В синтаксисе RDFa, лучше использовать родной синтаксис RDF - аттрибут "TypeOf" для множественных типов. Инстументы Schema.org могут слабо понимать дополнительные типы, особенно те, которые определены извне.
alternateName Text Любое альтернативное название медицинской сущности.
description Text Короткое описание записи.
image URL
или ImageObject
URL изображения записи.
name Text Имя записи.
sameAs URL Адрес веб-страницы, которая недвусмысленно указывает на идентичность элемента. Например, ссылка на страницу элемента на Википедии, Freebase страницу или на официальный сайт.
url URL URL записи.
potentialAction Action Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
mainEntityOfPage CreativeWork
или URL
Указывает на страницу (или другую "CreativeWork"), для которой эта вещь является основной описываемой сущностью. Подробнее см. В [справочных материалах] (/docs/datamodel.html#mainEntityBackground).
disambiguatingDescription Text A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.
identifier URL
или Text
или PropertyValue
The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.


Примеры

WAAY is channel 7 on Comcast cable.
<div itemscope itemtype="http://schema.org/TelevisionChannel">
  <span itemprop="name">WAAY 7</span>
  <span itemprop="broadcastChannelId">7</span>
  <span itemprop="broadcastServiceTier">Premium</span>
  <div itemprop="inBroadcastLineup" itemscope itemtype="http://schema.org/CableOrSatelliteProvider">
    <span itemprop="name">Comcast</span>
  </div>
  <div itemprop="providesBroadcastService" itemscope itemtype="http://schema.org/BroadcastService">
    <span itemprop="name">WAAY-TV</span>
    <span itemprop="broadcastDisplayName">ABC</span>
    <div itemprop="broadcastAffiliateOf" itemscope itemtype="http://schema.org/Organization">
      <span itemprop="name">ABC</span>
    </div>
  </div>
</div>
<div vocab="http://schema.org" typeof="TelevisionChannel">
  <span property="name">WAAY 7</span>
  <span property="broadcastChannelId">7</span>
  <span property="broadcastServiceTier">Premium</span>
  <div property="inBroadcastLineup" typeof="CableOrSatelliteService">
    <span property="name">Comcast</span>
  </div>
  <div property="providesBroadcastService" typeof="BroadcastService">
    <span property="name">WAAY-TV</span>
    <span property="broadcastDisplayName">ABC</span>
    <div property="broadcastAffiliateOf" typeof="Organization">
      <span property="name">ABC</span>
    </div>
  </div>
</div>
<script type="application/ld+json">
{
  "@context":"http://schema.org",
  "@type":"TelevisionChannel",
  "name": "WAAY 7",
  "broadcastChannelId":"7",
  "broadcastServiceTier":"Premium",
  "inBroadcastLineup":{
    "@type":"CableOrSatelliteService",
    "name": "Comcast"
  },
  "providesBroadcastService":{
    "@type":"BroadcastService",
    "name": "WAAY-TV",
    "broadcastDisplayName": "ABC",
    "broadcastAffiliateOf":{
      "@type":"Organization",
      "name":"ABC"
    }
  }
}
</script>

Schema Version 3.3