{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A delivery service through which content is provided via broadcast over the air or online.",
"rdfs:label" : "BroadcastService",
"rdfs:subClassOf" : "schema:Service"
},
"properties" : {
"schema:area" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The area within which users can expect to reach the broadcast service.",
"rdfs:label" : "area",
"schema:domainIncludes" : "schema:BroadcastService",
"schema:rangeIncludes" : "schema:Place",
"schema:supersededBy" : "schema:serviceArea"
},
"schema:broadcastAffiliateOf" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The media network(s) whose content is broadcast on this station.",
"rdfs:label" : "broadcastAffiliateOf",
"schema:domainIncludes" : "schema:BroadcastService",
"schema:rangeIncludes" : "schema:Organization"
},
"schema:broadcastDisplayName" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The name displayed in the channel guide. For many US affiliates, it is the network name.",
"rdfs:label" : "broadcastDisplayName",
"schema:domainIncludes" : "schema:BroadcastService",
"schema:rangeIncludes" : "schema:Text"
},
"schema:broadcastFrequency" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The frequency used for over-the-air broadcasts. Numeric values or simple ranges, e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\".",
"rdfs:label" : "broadcastFrequency",
"schema:domainIncludes" : [
"schema:BroadcastService",
"schema:BroadcastChannel"
],
"schema:rangeIncludes" : [
"schema:BroadcastFrequencySpecification",
"schema:Text"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1004"
},
"schema:broadcastTimezone" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The timezone in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601) for which the service bases its broadcasts.",
"rdfs:label" : "broadcastTimezone",
"schema:domainIncludes" : "schema:BroadcastService",
"schema:rangeIncludes" : "schema:Text"
},
"schema:broadcaster" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The organization owning or operating the broadcast service.",
"rdfs:label" : "broadcaster",
"schema:domainIncludes" : "schema:BroadcastService",
"schema:rangeIncludes" : "schema:Organization"
},
"schema:callSign" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A [callsign](https://en.wikipedia.org/wiki/Call_sign), as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.",
"rdfs:label" : "callSign",
"rdfs:subPropertyOf" : "schema:identifier",
"schema:domainIncludes" : [
"schema:Person",
"schema:Vehicle",
"schema:BroadcastService"
],
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Text",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2109"
},
"schema:hasBroadcastChannel" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A broadcast channel of a broadcast service.",
"rdfs:label" : "hasBroadcastChannel",
"schema:domainIncludes" : "schema:BroadcastService",
"schema:inverseOf" : "schema:providesBroadcastService",
"schema:rangeIncludes" : "schema:BroadcastChannel",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/1004"
},
"schema:inLanguage" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].",
"rdfs:label" : "inLanguage",
"schema:domainIncludes" : [
"schema:CommunicateAction",
"schema:Event",
"schema:BroadcastService",
"schema:PronounceableText",
"schema:CreativeWork",
"schema:WriteAction",
"schema:LinkRole"
],
"schema:rangeIncludes" : [
"schema:Text",
"schema:Language"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2382"
},
"schema:parentService" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.",
"rdfs:label" : "parentService",
"schema:domainIncludes" : "schema:BroadcastService",
"schema:rangeIncludes" : "schema:BroadcastService"
},
"schema:videoFormat" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).",
"rdfs:label" : "videoFormat",
"schema:domainIncludes" : [
"schema:BroadcastService",
"schema:BroadcastEvent",
"schema:ScreeningEvent"
],
"schema:rangeIncludes" : "schema:Text"
}
}
}