@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
rdfs:Datatype	rdf:type	rdfs:Class ;
	rdfs:label	"Datatype" ;
	rdfs:isDefinedBy	rdfs: ;
	rdfs:comment	"The class of RDF datatypes." ;
	rdfs:subClassOf	rdfs:Class .