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://protege.stanford.edu/books1a#) Ontology( Class(a:AfricanLion partial a:Lion) Class(a:Animal partial) Class(a:AnimalClass partial owl:Class) Class(a:BookAboutAnimals partial restriction(a:about someValuesFrom (a:AnimalClass))) Class(a:Lion partial a:Animal) Class(owl:Class partial) AnnotationProperty(rdfs:seeAlso) ObjectProperty(a:about domain(a:BookAboutAnimals)) DatatypeProperty(a:bookTitle domain(a:BookAboutAnimals) range(xsd:string)) Individual(http://isbn.nu/089686328X) Individual(a:AfricanLion type(a:AnimalClass)) Individual(a:Animal type(a:AnimalClass)) Individual(a:Lion type(a:AnimalClass)) Individual(a:LionsLifeInThePrideBook annotation(rdfs:seeAlso http://isbn.nu/0736809643) type(a:BookAboutAnimals) value(a:about a:Lion) value(a:bookTitle "Lions: Life in the Pride"^^http://www.w3.org/2001/XMLSchema#string)) Individual(a:TheAfricanLionBook annotation(rdfs:seeAlso http://isbn.nu/089686328X) type(a:BookAboutAnimals) value(a:about a:AfricanLion) value(a:bookTitle "The African Lion"^^http://www.w3.org/2001/XMLSchema#string)) SameIndividual(a:TheAfricanLionBook http://isbn.nu/089686328X) )