204 lines
5.8 KiB
Plaintext
204 lines
5.8 KiB
Plaintext
<?xml version="1.0"?>
|
|
|
|
|
|
<!DOCTYPE Ontology [
|
|
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
|
|
<!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
|
|
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
|
|
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
|
|
]>
|
|
|
|
|
|
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
|
|
xml:base="http://www.semanticweb.org/ontologies/2011/10/person.owl"
|
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:xml="http://www.w3.org/XML/1998/namespace"
|
|
ontologyIRI="http://www.semanticweb.org/ontologies/2011/10/person.owl">
|
|
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
|
|
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
|
|
<Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/>
|
|
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
|
|
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
|
|
<Declaration>
|
|
<Class IRI="#Eis"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#Eishockey"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#Farben"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#Fußball"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#Haus"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#Hobby"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#Lieblingessen"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#Person"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#Pfannkuchen"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#Rugby"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#Waffeln"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#blau"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#braun"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<Class IRI="#gelb"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<ObjectProperty IRI="#hatFarbe"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<ObjectProperty IRI="#hatHobby"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<ObjectProperty IRI="#isstGern"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<ObjectProperty IRI="#wohntIn"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<NamedIndividual IRI="#haus1"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<NamedIndividual IRI="#haus2"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<NamedIndividual IRI="#haus3"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<NamedIndividual IRI="#person1"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<NamedIndividual IRI="#person2"/>
|
|
</Declaration>
|
|
<Declaration>
|
|
<NamedIndividual IRI="#person3"/>
|
|
</Declaration>
|
|
<SubClassOf>
|
|
<Class IRI="#Eis"/>
|
|
<Class IRI="#Lieblingessen"/>
|
|
</SubClassOf>
|
|
<SubClassOf>
|
|
<Class IRI="#Eishockey"/>
|
|
<Class IRI="#Hobby"/>
|
|
</SubClassOf>
|
|
<SubClassOf>
|
|
<Class IRI="#Fußball"/>
|
|
<Class IRI="#Hobby"/>
|
|
</SubClassOf>
|
|
<SubClassOf>
|
|
<Class IRI="#Pfannkuchen"/>
|
|
<Class IRI="#Lieblingessen"/>
|
|
</SubClassOf>
|
|
<SubClassOf>
|
|
<Class IRI="#Rugby"/>
|
|
<Class IRI="#Hobby"/>
|
|
</SubClassOf>
|
|
<SubClassOf>
|
|
<Class IRI="#Waffeln"/>
|
|
<Class IRI="#Lieblingessen"/>
|
|
</SubClassOf>
|
|
<SubClassOf>
|
|
<Class IRI="#blau"/>
|
|
<Class IRI="#Farben"/>
|
|
</SubClassOf>
|
|
<SubClassOf>
|
|
<Class IRI="#braun"/>
|
|
<Class IRI="#Farben"/>
|
|
</SubClassOf>
|
|
<SubClassOf>
|
|
<Class IRI="#gelb"/>
|
|
<Class IRI="#Farben"/>
|
|
</SubClassOf>
|
|
<ClassAssertion>
|
|
<Class IRI="#Haus"/>
|
|
<NamedIndividual IRI="#haus1"/>
|
|
</ClassAssertion>
|
|
<ClassAssertion>
|
|
<Class IRI="#Haus"/>
|
|
<NamedIndividual IRI="#haus2"/>
|
|
</ClassAssertion>
|
|
<ClassAssertion>
|
|
<Class IRI="#Haus"/>
|
|
<NamedIndividual IRI="#haus3"/>
|
|
</ClassAssertion>
|
|
<ClassAssertion>
|
|
<Class IRI="#Person"/>
|
|
<NamedIndividual IRI="#person1"/>
|
|
</ClassAssertion>
|
|
<ClassAssertion>
|
|
<Class IRI="#Person"/>
|
|
<NamedIndividual IRI="#person2"/>
|
|
</ClassAssertion>
|
|
<ClassAssertion>
|
|
<Class IRI="#Person"/>
|
|
<NamedIndividual IRI="#person3"/>
|
|
</ClassAssertion>
|
|
<ObjectPropertyRange>
|
|
<ObjectProperty IRI="#hatHobby"/>
|
|
<ObjectSomeValuesFrom>
|
|
<ObjectProperty IRI="#hatHobby"/>
|
|
<Class IRI="#Hobby"/>
|
|
</ObjectSomeValuesFrom>
|
|
</ObjectPropertyRange>
|
|
<ObjectPropertyRange>
|
|
<ObjectProperty IRI="#hatHobby"/>
|
|
<ObjectSomeValuesFrom>
|
|
<ObjectProperty IRI="#hatHobby"/>
|
|
<Class IRI="#Person"/>
|
|
</ObjectSomeValuesFrom>
|
|
</ObjectPropertyRange>
|
|
<ObjectPropertyRange>
|
|
<ObjectProperty IRI="#isstGern"/>
|
|
<ObjectSomeValuesFrom>
|
|
<ObjectProperty IRI="#isstGern"/>
|
|
<Class IRI="#Lieblingessen"/>
|
|
</ObjectSomeValuesFrom>
|
|
</ObjectPropertyRange>
|
|
<ObjectPropertyRange>
|
|
<ObjectProperty IRI="#isstGern"/>
|
|
<ObjectSomeValuesFrom>
|
|
<ObjectProperty IRI="#isstGern"/>
|
|
<Class IRI="#Person"/>
|
|
</ObjectSomeValuesFrom>
|
|
</ObjectPropertyRange>
|
|
<ObjectPropertyRange>
|
|
<ObjectProperty IRI="#wohntIn"/>
|
|
<ObjectSomeValuesFrom>
|
|
<ObjectProperty IRI="#hatFarbe"/>
|
|
<Class IRI="#Haus"/>
|
|
</ObjectSomeValuesFrom>
|
|
</ObjectPropertyRange>
|
|
<ObjectPropertyRange>
|
|
<ObjectProperty IRI="#wohntIn"/>
|
|
<ObjectSomeValuesFrom>
|
|
<ObjectProperty IRI="#hatFarbe"/>
|
|
<Class IRI="#Person"/>
|
|
</ObjectSomeValuesFrom>
|
|
</ObjectPropertyRange>
|
|
</Ontology>
|
|
|
|
|
|
|
|
<!-- Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net -->
|
|
|