{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A SpeakableSpecification indicates (typically via [[xpath]] or [[cssSelector]]) sections of a document that are highlighted as particularly [[speakable]]. Instances of this type are expected to be used primarily as values of the [[speakable]] property.",
      "rdfs:label" : "SpeakableSpecification",
      "rdfs:subClassOf" : "schema:Intangible",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1389"
   },
   "properties" : {
      "schema:cssSelector" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A CSS selector, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\".",
         "rdfs:label" : "cssSelector",
         "schema:domainIncludes" : [
            "schema:WebPageElement",
            "schema:SpeakableSpecification"
         ],
         "schema:rangeIncludes" : "schema:CssSelectorType",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1389"
      },
      "schema:xpath" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "An XPath, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\".",
         "rdfs:label" : "xpath",
         "schema:domainIncludes" : [
            "schema:SpeakableSpecification",
            "schema:WebPageElement"
         ],
         "schema:rangeIncludes" : "schema:XPathType",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1389"
      }
   }
}