@prefix rdf: . @prefix ns1: . @prefix owl: . ns1:owl rdf:type owl:Ontology . @prefix ns3: . ns1:owl owl:imports ns3:rdf-schema . @prefix rdfs: . ns1:owl rdfs:isDefinedBy , , ; 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 .