a b/src/test/resources/test_ab4_usingLabel.owl
1
<?xml version="1.0"?>
2
3
4
<!DOCTYPE Ontology [
5
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
6
    <!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
7
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
8
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
9
]>
10
11
12
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
13
     xml:base="http://localhost/test_ab4_usingLabel.owl"
14
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
15
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
16
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
17
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
18
     ontologyIRI="http://localhost/test_ab4_usingLabel.owl">
19
    <Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/>
20
    <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
21
    <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
22
    <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
23
    <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
24
    <Import>http://localhost/test_ab2.owl</Import>
25
    <Import>http://localhost/test_ab1_usingLabel.owl</Import>
26
    <Declaration>
27
        <Class IRI="#ClassE"/>
28
    </Declaration>
29
    <Declaration>
30
        <NamedIndividual IRI="#IndivF"/>
31
    </Declaration>
32
    <Declaration>
33
        <NamedIndividual IRI="#bf342340921"/>
34
    </Declaration>
35
    <ClassAssertion>
36
        <Class IRI="http://localhost/test_ab1.owl#ClassA"/>
37
        <NamedIndividual IRI="#bf342340921"/>
38
    </ClassAssertion>
39
    <ClassAssertion>
40
        <Class IRI="http://localhost/test_ab2.owl#ClassB"/>
41
        <NamedIndividual IRI="#bf342340921"/>
42
    </ClassAssertion>
43
    <ClassAssertion>
44
        <Class IRI="#ClassE"/>
45
        <NamedIndividual IRI="#bf342340921"/>
46
    </ClassAssertion>
47
    <AnnotationAssertion>
48
        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
49
        <IRI>#bf342340921</IRI>
50
        <Literal datatypeIRI="&rdf;PlainLiteral">IndivE</Literal>
51
    </AnnotationAssertion>
52
</Ontology>
53
54
55
56
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->
57