{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A web page element, like a table or an image.",
      "rdfs:label" : "WebPageElement",
      "rdfs:subClassOf" : "schema:CreativeWork"
   },
   "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"
      }
   }
}