Namespace(rdf = http://www.w3.org/1999/02/22-rdf-syntax-ns#) Namespace(xsd = http://www.w3.org/2001/XMLSchema#) Namespace(rdfs = http://www.w3.org/2000/01/rdf-schema#) Namespace(owl = http://www.w3.org/2002/07/owl#) Namespace(a = http://a.com/ontology#) Ontology( Annotation( owl:imports http://purl.org/dc/elements/1.1/) Class(a:AfricanLion partial a:Lion) Class(a:Animal partial) Class(a:BookAboutAnimals partial) Class(a:Lion partial a:Animal) AnnotationProperty(rdfs:seeAlso) DatatypeProperty(a:bookTitle domain(a:BookAboutAnimals) range(xsd:string)) DatatypeProperty(http://purl.org/dc/elements/1.1/subject) Individual(a:LionsLifeInThePrideBook annotation(rdfs:seeAlso http://isbn.nu/0736809643) type(a:BookAboutAnimals) value(a:bookTitle "Lions: Life In The Pride"^^http://www.w3.org/2001/XMLSchema#string) value(http://purl.org/dc/elements/1.1/subject a:Lion) Individual(a:TheAfricanLionBook annotation(rdfs:seeAlso http://isbn.nu/089686328X) type(a:BookAboutAnimals) value(http://purl.org/dc/elements/1.1/subject a:AfricanLion) value(a:bookTitle "The African Lion"^^http://www.w3.org/2001/XMLSchema#string)) )