@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .

<https://schema.org/XPathType>
	rdf:type	owl:Class ;
	rdfs:subClassOf	<https://schema.org/Text> ;
	rdfs:label	"XPathType"@en ;
	rdfs:isDefinedBy	<https://pending.schema.org/XPathType> ;
	rdfs:comment	"Text representing an XPath (typically but not necessarily version 1.0)."@en .
_:b20569846
	rdf:first	<https://schema.org/XPathType> .