{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A HyperToEntry is an item within a [[HyperToc]], which represents a hypertext table of contents for complex media objects, such as [[VideoObject]], [[AudioObject]]. The media object itself is indicated using [[associatedMedia]]. Each section of interest within that content can be described with a [[HyperTocEntry]], with associated [[startOffset]] and [[endOffset]]. When several entries are all from the same file, [[associatedMedia]] is used on the overarching [[HyperTocEntry]]; if the content has been split into multiple files, they can be referenced using [[associatedMedia]] on each [[HyperTocEntry]].",
      "rdfs:label" : "HyperTocEntry",
      "rdfs:subClassOf" : "schema:CreativeWork",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2766"
   },
   "properties" : {
      "schema:associatedMedia" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A media object that encodes this CreativeWork. This property is a synonym for encoding.",
         "rdfs:label" : "associatedMedia",
         "schema:domainIncludes" : [
            "schema:HyperToc",
            "schema:CreativeWork",
            "schema:HyperTocEntry"
         ],
         "schema:rangeIncludes" : "schema:MediaObject"
      },
      "schema:tocContinuation" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A [[HyperTocEntry]] can have a [[tocContinuation]] indicated, which is another [[HyperTocEntry]] that would be the default next item to play or render.",
         "rdfs:label" : "tocContinuation",
         "schema:domainIncludes" : "schema:HyperTocEntry",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:HyperTocEntry",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2766"
      },
      "schema:utterances" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Text of an utterances (spoken words, lyrics etc.) that occurs at a certain section of a media object, represented as a [[HyperTocEntry]].",
         "rdfs:label" : "utterances",
         "schema:domainIncludes" : "schema:HyperTocEntry",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:Text",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2766"
      }
   }
}