@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://www.w3.org/2002/07/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:owl	rdf:type	owl:Ontology .
@prefix ns3:	<http://www.w3.org/2000/01/> .
ns1:owl	owl:imports	ns3:rdf-schema .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:owl	rdfs:isDefinedBy	<http://www.w3.org/TR/2004/REC-owl-features-20040210/> ,
		<http://www.w3.org/TR/2004/REC-owl-semantics-20040210/> ,
		<http://www.w3.org/TR/2004/REC-owl-test-20040210/> ;
	rdfs:comment	"This file specifies in RDF Schema format the\r\n    built-in classes and properties that together form the basis of\r\n    the RDF/XML syntax of OWL Full, OWL DL and OWL Lite.\r\n    We do not expect people to import this file\r\n    explicitly into their ontology. People that do import this file\r\n    should expect their ontology to be an OWL Full ontology. \r\n  " ;
	owl:versionInfo	"10 February 2004, revised $Date: 2004/09/24 18:12:02 $" ;
	owl:priorVersion	<http://www.daml.org/2001/03/daml+oil> .