Child: [97ae4a] (diff)

Download this file

test_ab4.owl    53 lines (44 with data), 1.8 kB

<?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://localhost/test_ab4.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://localhost/test_ab4.owl">
    <Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/>
    <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
    <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
    <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
    <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
    <Import>http://localhost/test_ab2.owl</Import>
    <Import>http://localhost/test_ab1.owl</Import>
    <Declaration>
        <Class IRI="#ClassE"/>
    </Declaration>
    <Declaration>
        <NamedIndividual IRI="#IndivF"/>
    </Declaration>
    <Declaration>
        <NamedIndividual IRI="#IndivE"/>
    </Declaration>
    <ClassAssertion>
        <Class IRI="http://localhost/test_ab1.owl#ClassA"/>
        <NamedIndividual IRI="#IndivE"/>
    </ClassAssertion>
    <ClassAssertion>
        <Class IRI="http://localhost/test_ab2.owl#ClassB"/>
        <NamedIndividual IRI="#IndivE"/>
    </ClassAssertion>
    <ClassAssertion>
        <Class IRI="http://localhost/test_ab3.owl#ClassD"/>
        <NamedIndividual IRI="#IndivE"/>
    </ClassAssertion>
</Ontology>



<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->