|
| 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://www.semanticweb.org/jiba/ontologies/2017/3/test_owlxml_bug.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://www.semanticweb.org/jiba/ontologies/2017/3/test_owlxml_bug.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 | + <Declaration> |
| 25 | + <Class IRI="#C"/> |
| 26 | + </Declaration> |
| 27 | + <Declaration> |
| 28 | + <Class IRI="#C2"/> |
| 29 | + </Declaration> |
| 30 | + <Declaration> |
| 31 | + <Class IRI="#D"/> |
| 32 | + </Declaration> |
| 33 | + <Declaration> |
| 34 | + <Class IRI="#DC"/> |
| 35 | + </Declaration> |
| 36 | + <Declaration> |
| 37 | + <ObjectProperty IRI="#p1"/> |
| 38 | + </Declaration> |
| 39 | + <Declaration> |
| 40 | + <ObjectProperty IRI="#p2"/> |
| 41 | + </Declaration> |
| 42 | + <Declaration> |
| 43 | + <ObjectProperty IRI="#p3"/> |
| 44 | + </Declaration> |
| 45 | + <Declaration> |
| 46 | + <DataProperty IRI="#d"/> |
| 47 | + </Declaration> |
| 48 | + <Declaration> |
| 49 | + <DataProperty IRI="#d2"/> |
| 50 | + </Declaration> |
| 51 | + <Declaration> |
| 52 | + <NamedIndividual IRI="#c1"/> |
| 53 | + </Declaration> |
| 54 | + <Declaration> |
| 55 | + <NamedIndividual IRI="#c2"/> |
| 56 | + </Declaration> |
| 57 | + <Declaration> |
| 58 | + <NamedIndividual IRI="#d1"/> |
| 59 | + </Declaration> |
| 60 | + <Declaration> |
| 61 | + <AnnotationProperty IRI="#annot"/> |
| 62 | + </Declaration> |
| 63 | + <EquivalentClasses> |
| 64 | + <Class IRI="#DC"/> |
| 65 | + <ObjectSomeValuesFrom> |
| 66 | + <ObjectProperty IRI="#p1"/> |
| 67 | + <Class IRI="#C"/> |
| 68 | + </ObjectSomeValuesFrom> |
| 69 | + </EquivalentClasses> |
| 70 | + <EquivalentClasses> |
| 71 | + <Class IRI="#DC"/> |
| 72 | + <ObjectAllValuesFrom> |
| 73 | + <ObjectProperty IRI="#p1"/> |
| 74 | + <Class IRI="#D"/> |
| 75 | + </ObjectAllValuesFrom> |
| 76 | + </EquivalentClasses> |
| 77 | + <EquivalentClasses> |
| 78 | + <Class IRI="#DC"/> |
| 79 | + <ObjectMaxCardinality cardinality="2"> |
| 80 | + <ObjectProperty IRI="#p2"/> |
| 81 | + <ObjectIntersectionOf> |
| 82 | + <Class IRI="#C"/> |
| 83 | + <ObjectSomeValuesFrom> |
| 84 | + <ObjectProperty IRI="#p1"/> |
| 85 | + <Class IRI="#D"/> |
| 86 | + </ObjectSomeValuesFrom> |
| 87 | + </ObjectIntersectionOf> |
| 88 | + </ObjectMaxCardinality> |
| 89 | + </EquivalentClasses> |
| 90 | + <SubClassOf> |
| 91 | + <Class IRI="#C2"/> |
| 92 | + <Class IRI="#C"/> |
| 93 | + </SubClassOf> |
| 94 | + <SubClassOf> |
| 95 | + <Annotation> |
| 96 | + <AnnotationProperty abbreviatedIRI="rdfs:comment"/> |
| 97 | + <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Test</Literal> |
| 98 | + </Annotation> |
| 99 | + <Class IRI="#DC"/> |
| 100 | + <Class IRI="#C"/> |
| 101 | + </SubClassOf> |
| 102 | + <SubClassOf> |
| 103 | + <Class IRI="#DC"/> |
| 104 | + <Class IRI="#D"/> |
| 105 | + </SubClassOf> |
| 106 | + <ClassAssertion> |
| 107 | + <Class IRI="#C"/> |
| 108 | + <NamedIndividual IRI="#c1"/> |
| 109 | + </ClassAssertion> |
| 110 | + <ClassAssertion> |
| 111 | + <Class IRI="#C"/> |
| 112 | + <NamedIndividual IRI="#c2"/> |
| 113 | + </ClassAssertion> |
| 114 | + <ClassAssertion> |
| 115 | + <Class IRI="#D"/> |
| 116 | + <NamedIndividual IRI="#d1"/> |
| 117 | + </ClassAssertion> |
| 118 | + <ObjectPropertyAssertion> |
| 119 | + <ObjectProperty IRI="#p3"/> |
| 120 | + <NamedIndividual IRI="#c1"/> |
| 121 | + <NamedIndividual IRI="#d1"/> |
| 122 | + </ObjectPropertyAssertion> |
| 123 | + <SubObjectPropertyOf> |
| 124 | + <ObjectProperty IRI="#p2"/> |
| 125 | + <ObjectProperty IRI="#p1"/> |
| 126 | + </SubObjectPropertyOf> |
| 127 | + <FunctionalObjectProperty> |
| 128 | + <ObjectProperty IRI="#p3"/> |
| 129 | + </FunctionalObjectProperty> |
| 130 | + <TransitiveObjectProperty> |
| 131 | + <ObjectProperty IRI="#p1"/> |
| 132 | + </TransitiveObjectProperty> |
| 133 | + <ObjectPropertyDomain> |
| 134 | + <ObjectProperty IRI="#p3"/> |
| 135 | + <Class IRI="#C"/> |
| 136 | + </ObjectPropertyDomain> |
| 137 | + <ObjectPropertyRange> |
| 138 | + <ObjectProperty IRI="#p3"/> |
| 139 | + <Class IRI="#D"/> |
| 140 | + </ObjectPropertyRange> |
| 141 | + <FunctionalDataProperty> |
| 142 | + <DataProperty IRI="#d"/> |
| 143 | + </FunctionalDataProperty> |
| 144 | + <DataPropertyRange> |
| 145 | + <DataProperty IRI="#d2"/> |
| 146 | + <DataUnionOf> |
| 147 | + <Datatype abbreviatedIRI="xsd:float"/> |
| 148 | + <Datatype abbreviatedIRI="xsd:int"/> |
| 149 | + </DataUnionOf> |
| 150 | + </DataPropertyRange> |
| 151 | + <AnnotationAssertion |
| 152 | + <AnnotationProperty abbreviatedIRI="rdfs:comment"/> |
| 153 | + <IRI>#d2</IRI> |
| 154 | + <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Test2</Literal> |
| 155 | + </AnnotationAssertion> |
| 156 | + <AnnotationPropertyRange> |
| 157 | + <AnnotationProperty IRI="#annot"/> |
| 158 | + <AbbreviatedIRI>xsd:string</AbbreviatedIRI> |
| 159 | + </AnnotationPropertyRange> |
| 160 | +</Ontology> |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | +<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net --> |
| 165 | + |
0 commit comments