# Saved by TopBraid on Fri Nov 21 23:52:06 PST 2008 # baseURI: http://www.workingontologist.org/Examples/Chapter5/Shopping.owl @prefix xsd: . @prefix rdfs: . @prefix shop: . @prefix rdf: . @prefix daml: . @prefix owl: . a owl:Ontology ; owl:versionInfo "Created with TopBraid Composer"^^xsd:string . shop:BikerT a shop:MensWear , shop:Tshirts . shop:Blouses a owl:Class ; rdfs:subClassOf shop:WomensWear . shop:ChamoisHenley a shop:Henleys . shop:ClassicOxford a shop:Shirts , shop:Oxfords . shop:Henleys a owl:Class ; rdfs:subClassOf shop:Shirts . shop:MensWear a owl:Class ; rdfs:subClassOf owl:Thing . shop:Oxfords a owl:Class ; rdfs:subClassOf shop:Shirts . shop:Shirts a owl:Class ; rdfs:subClassOf shop:MensWear . shop:Tshirts a owl:Class ; rdfs:subClassOf shop:Shirts . shop:WomensWear a owl:Class ; rdfs:subClassOf owl:Thing .