{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "This is the [[Action]] of navigating to a specific [[startOffset]] timestamp within a [[VideoObject]], typically represented with a URL template structure.",
      "rdfs:label" : "SeekToAction",
      "rdfs:subClassOf" : "schema:Action",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2722"
   },
   "properties" : {
      "schema:startOffset" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The start time of the clip expressed as the number of seconds from the beginning of the work.",
         "rdfs:label" : "startOffset",
         "schema:domainIncludes" : [
            "schema:Clip",
            "schema:SeekToAction"
         ],
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:HyperTocEntry",
            "schema:Number"
         ],
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/2021"
      }
   }
}