@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
rdfs:subClassOf	rdf:type	rdf:Property ;
	rdfs:label	"subClassOf" ;
	rdfs:domain	rdfs:Class ;
	rdfs:range	rdfs:Class ;
	rdfs:isDefinedBy	rdfs: ;
	rdfs:comment	"The subject is a subclass of a class." .