{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An over the air or online broadcast event.",
      "rdfs:label" : "BroadcastEvent",
      "rdfs:subClassOf" : "schema:PublicationEvent"
   },
   "properties" : {
      "schema:broadcastOfEvent" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The event being broadcast such as a sporting event or awards ceremony.",
         "rdfs:label" : "broadcastOfEvent",
         "schema:domainIncludes" : "schema:BroadcastEvent",
         "schema:rangeIncludes" : "schema:Event"
      },
      "schema:isLiveBroadcast" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "True if the broadcast is of a live event.",
         "rdfs:label" : "isLiveBroadcast",
         "schema:domainIncludes" : "schema:BroadcastEvent",
         "schema:rangeIncludes" : "schema:Boolean"
      },
      "schema:subtitleLanguage" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Languages in which subtitles/captions are available, in [IETF BCP 47 standard format](http://tools.ietf.org/html/bcp47).",
         "rdfs:label" : "subtitleLanguage",
         "schema:domainIncludes" : [
            "schema:BroadcastEvent",
            "schema:ScreeningEvent",
            "schema:Movie",
            "schema:TVEpisode"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Language",
            "schema:Text"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2110"
      },
      "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"
      }
   }
}