{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "An audio file.",
      "rdfs:label" : "AudioObject",
      "rdfs:subClassOf" : "schema:MediaObject",
      "schema:contributor" : "collab:rNews"
   },
   "properties" : {
      "schema:caption" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the [[encodingFormat]].",
         "rdfs:label" : "caption",
         "schema:domainIncludes" : [
            "schema:AudioObject",
            "schema:VideoObject",
            "schema:ImageObject"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:MediaObject"
         ]
      },
      "schema:embeddedTextCaption" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Represents textual captioning from a [[MediaObject]], e.g. text of a 'meme'.",
         "rdfs:label" : "embeddedTextCaption",
         "rdfs:subPropertyOf" : "schema:caption",
         "schema:domainIncludes" : [
            "schema:AudioObject",
            "schema:VideoObject",
            "schema:ImageObject"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2450"
      },
      "schema:transcript" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.",
         "rdfs:label" : "transcript",
         "schema:domainIncludes" : [
            "schema:VideoObject",
            "schema:AudioObject"
         ],
         "schema:rangeIncludes" : "schema:Text"
      }
   }
}