Mercurial > hg > graphML2RDF
comparison ontologies/harriot.owl @ 7:768ade75c895 default tip
ontologies added
| author | dwinter |
|---|---|
| date | Tue, 07 Aug 2012 14:06:53 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 6:6b51bd2418b9 | 7:768ade75c895 |
|---|---|
| 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://ontologies.mpiwg-berlin.mpg.de/research/harriot.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://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/" | |
| 19 versionIRI="http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/1.0"> | |
| 20 <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/> | |
| 21 <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/> | |
| 22 <Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/> | |
| 23 <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/> | |
| 24 <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/> | |
| 25 <Annotation> | |
| 26 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 27 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">First version of an ontology which describes the relations of manuscripts pages within a folio. The ontology is based on Work done by Jacky Stedal and Mathias Schemmel, for more see: | |
| 28 http://echo.mpiwg-berlin.mpg.de/content/scientific_revolution/harriot/</Literal> | |
| 29 </Annotation> | |
| 30 <Declaration> | |
| 31 <Class IRI="FolioPage"/> | |
| 32 </Declaration> | |
| 33 <Declaration> | |
| 34 <Class IRI="Graph"/> | |
| 35 </Declaration> | |
| 36 <Declaration> | |
| 37 <Class IRI="SubGraph"/> | |
| 38 </Declaration> | |
| 39 <Declaration> | |
| 40 <Class IRI="Topic"/> | |
| 41 </Declaration> | |
| 42 <Declaration> | |
| 43 <ObjectProperty IRI="describes"/> | |
| 44 </Declaration> | |
| 45 <Declaration> | |
| 46 <ObjectProperty IRI="has_conjectural_relation"/> | |
| 47 </Declaration> | |
| 48 <Declaration> | |
| 49 <ObjectProperty IRI="has_next_by_conjection"/> | |
| 50 </Declaration> | |
| 51 <Declaration> | |
| 52 <ObjectProperty IRI="has_next_by_pagination"/> | |
| 53 </Declaration> | |
| 54 <Declaration> | |
| 55 <ObjectProperty IRI="has_prev_by_conjection"/> | |
| 56 </Declaration> | |
| 57 <Declaration> | |
| 58 <ObjectProperty IRI="has_prev_by_pagination"/> | |
| 59 </Declaration> | |
| 60 <Declaration> | |
| 61 <ObjectProperty IRI="is_part_of"/> | |
| 62 </Declaration> | |
| 63 <Declaration> | |
| 64 <ObjectProperty IRI="is_part_of_graph"/> | |
| 65 </Declaration> | |
| 66 <Declaration> | |
| 67 <ObjectProperty IRI="is_part_of_mainGraph"/> | |
| 68 </Declaration> | |
| 69 <Declaration> | |
| 70 <ObjectProperty IRI="is_related_to"/> | |
| 71 </Declaration> | |
| 72 <Declaration> | |
| 73 <ObjectProperty IRI="is_specified_in"/> | |
| 74 </Declaration> | |
| 75 <Declaration> | |
| 76 <ObjectProperty IRI="is_subGraph_of"/> | |
| 77 </Declaration> | |
| 78 <Declaration> | |
| 79 <ObjectProperty IRI="result_used_by"/> | |
| 80 </Declaration> | |
| 81 <Declaration> | |
| 82 <ObjectProperty IRI="result_used_from"/> | |
| 83 </Declaration> | |
| 84 <Declaration> | |
| 85 <ObjectProperty IRI="see_also"/> | |
| 86 </Declaration> | |
| 87 <SubClassOf> | |
| 88 <Class IRI="SubGraph"/> | |
| 89 <Class IRI="Graph"/> | |
| 90 </SubClassOf> | |
| 91 <SubObjectPropertyOf> | |
| 92 <ObjectProperty IRI="has_conjectural_relation"/> | |
| 93 <ObjectProperty IRI="is_related_to"/> | |
| 94 </SubObjectPropertyOf> | |
| 95 <SubObjectPropertyOf> | |
| 96 <ObjectProperty IRI="has_next_by_conjection"/> | |
| 97 <ObjectProperty IRI="has_conjectural_relation"/> | |
| 98 </SubObjectPropertyOf> | |
| 99 <SubObjectPropertyOf> | |
| 100 <ObjectProperty IRI="has_next_by_pagination"/> | |
| 101 <ObjectProperty IRI="is_related_to"/> | |
| 102 </SubObjectPropertyOf> | |
| 103 <SubObjectPropertyOf> | |
| 104 <ObjectProperty IRI="has_prev_by_conjection"/> | |
| 105 <ObjectProperty IRI="has_conjectural_relation"/> | |
| 106 </SubObjectPropertyOf> | |
| 107 <SubObjectPropertyOf> | |
| 108 <ObjectProperty IRI="has_prev_by_pagination"/> | |
| 109 <ObjectProperty IRI="is_related_to"/> | |
| 110 </SubObjectPropertyOf> | |
| 111 <SubObjectPropertyOf> | |
| 112 <ObjectProperty IRI="is_part_of_graph"/> | |
| 113 <ObjectProperty IRI="is_part_of"/> | |
| 114 </SubObjectPropertyOf> | |
| 115 <SubObjectPropertyOf> | |
| 116 <ObjectProperty IRI="is_part_of_mainGraph"/> | |
| 117 <ObjectProperty IRI="is_part_of"/> | |
| 118 </SubObjectPropertyOf> | |
| 119 <SubObjectPropertyOf> | |
| 120 <ObjectProperty IRI="is_subGraph_of"/> | |
| 121 <ObjectProperty IRI="is_part_of"/> | |
| 122 </SubObjectPropertyOf> | |
| 123 <SubObjectPropertyOf> | |
| 124 <ObjectProperty IRI="result_used_by"/> | |
| 125 <ObjectProperty IRI="is_related_to"/> | |
| 126 </SubObjectPropertyOf> | |
| 127 <SubObjectPropertyOf> | |
| 128 <ObjectProperty IRI="result_used_from"/> | |
| 129 <ObjectProperty IRI="is_related_to"/> | |
| 130 </SubObjectPropertyOf> | |
| 131 <InverseObjectProperties> | |
| 132 <ObjectProperty IRI="has_conjectural_relation"/> | |
| 133 <ObjectProperty IRI="has_conjectural_relation"/> | |
| 134 </InverseObjectProperties> | |
| 135 <InverseObjectProperties> | |
| 136 <ObjectProperty IRI="has_next_by_conjection"/> | |
| 137 <ObjectProperty IRI="has_prev_by_conjection"/> | |
| 138 </InverseObjectProperties> | |
| 139 <InverseObjectProperties> | |
| 140 <ObjectProperty IRI="has_prev_by_pagination"/> | |
| 141 <ObjectProperty IRI="has_next_by_pagination"/> | |
| 142 </InverseObjectProperties> | |
| 143 <InverseObjectProperties> | |
| 144 <ObjectProperty IRI="result_used_by"/> | |
| 145 <ObjectProperty IRI="result_used_from"/> | |
| 146 </InverseObjectProperties> | |
| 147 <SymmetricObjectProperty> | |
| 148 <ObjectProperty IRI="has_conjectural_relation"/> | |
| 149 </SymmetricObjectProperty> | |
| 150 <TransitiveObjectProperty> | |
| 151 <ObjectProperty IRI="has_conjectural_relation"/> | |
| 152 </TransitiveObjectProperty> | |
| 153 <TransitiveObjectProperty> | |
| 154 <ObjectProperty IRI="has_next_by_conjection"/> | |
| 155 </TransitiveObjectProperty> | |
| 156 <TransitiveObjectProperty> | |
| 157 <ObjectProperty IRI="has_prev_by_conjection"/> | |
| 158 </TransitiveObjectProperty> | |
| 159 <TransitiveObjectProperty> | |
| 160 <ObjectProperty IRI="has_prev_by_pagination"/> | |
| 161 </TransitiveObjectProperty> | |
| 162 <TransitiveObjectProperty> | |
| 163 <ObjectProperty IRI="result_used_by"/> | |
| 164 </TransitiveObjectProperty> | |
| 165 <TransitiveObjectProperty> | |
| 166 <ObjectProperty IRI="result_used_from"/> | |
| 167 </TransitiveObjectProperty> | |
| 168 <ObjectPropertyDomain> | |
| 169 <ObjectProperty IRI="describes"/> | |
| 170 <Class IRI="FolioPage"/> | |
| 171 </ObjectPropertyDomain> | |
| 172 <ObjectPropertyDomain> | |
| 173 <ObjectProperty IRI="has_conjectural_relation"/> | |
| 174 <Class IRI="FolioPage"/> | |
| 175 </ObjectPropertyDomain> | |
| 176 <ObjectPropertyDomain> | |
| 177 <ObjectProperty IRI="has_next_by_conjection"/> | |
| 178 <Class IRI="FolioPage"/> | |
| 179 </ObjectPropertyDomain> | |
| 180 <ObjectPropertyDomain> | |
| 181 <ObjectProperty IRI="has_next_by_pagination"/> | |
| 182 <Class IRI="FolioPage"/> | |
| 183 </ObjectPropertyDomain> | |
| 184 <ObjectPropertyDomain> | |
| 185 <ObjectProperty IRI="has_prev_by_conjection"/> | |
| 186 <Class IRI="FolioPage"/> | |
| 187 </ObjectPropertyDomain> | |
| 188 <ObjectPropertyDomain> | |
| 189 <ObjectProperty IRI="has_prev_by_pagination"/> | |
| 190 <Class IRI="FolioPage"/> | |
| 191 </ObjectPropertyDomain> | |
| 192 <ObjectPropertyDomain> | |
| 193 <ObjectProperty IRI="is_part_of_graph"/> | |
| 194 <Class IRI="FolioPage"/> | |
| 195 </ObjectPropertyDomain> | |
| 196 <ObjectPropertyDomain> | |
| 197 <ObjectProperty IRI="is_part_of_mainGraph"/> | |
| 198 <Class IRI="SubGraph"/> | |
| 199 </ObjectPropertyDomain> | |
| 200 <ObjectPropertyDomain> | |
| 201 <ObjectProperty IRI="is_specified_in"/> | |
| 202 <Class IRI="Topic"/> | |
| 203 </ObjectPropertyDomain> | |
| 204 <ObjectPropertyDomain> | |
| 205 <ObjectProperty IRI="is_subGraph_of"/> | |
| 206 <Class IRI="SubGraph"/> | |
| 207 </ObjectPropertyDomain> | |
| 208 <ObjectPropertyDomain> | |
| 209 <ObjectProperty IRI="result_used_by"/> | |
| 210 <Class IRI="FolioPage"/> | |
| 211 </ObjectPropertyDomain> | |
| 212 <ObjectPropertyDomain> | |
| 213 <ObjectProperty IRI="result_used_from"/> | |
| 214 <Class IRI="FolioPage"/> | |
| 215 </ObjectPropertyDomain> | |
| 216 <ObjectPropertyDomain> | |
| 217 <ObjectProperty IRI="see_also"/> | |
| 218 <Class IRI="FolioPage"/> | |
| 219 </ObjectPropertyDomain> | |
| 220 <ObjectPropertyRange> | |
| 221 <ObjectProperty IRI="has_conjectural_relation"/> | |
| 222 <Class IRI="FolioPage"/> | |
| 223 </ObjectPropertyRange> | |
| 224 <ObjectPropertyRange> | |
| 225 <ObjectProperty IRI="has_next_by_conjection"/> | |
| 226 <Class IRI="FolioPage"/> | |
| 227 </ObjectPropertyRange> | |
| 228 <ObjectPropertyRange> | |
| 229 <ObjectProperty IRI="has_next_by_pagination"/> | |
| 230 <Class IRI="FolioPage"/> | |
| 231 </ObjectPropertyRange> | |
| 232 <ObjectPropertyRange> | |
| 233 <ObjectProperty IRI="has_prev_by_conjection"/> | |
| 234 <Class IRI="FolioPage"/> | |
| 235 </ObjectPropertyRange> | |
| 236 <ObjectPropertyRange> | |
| 237 <ObjectProperty IRI="has_prev_by_pagination"/> | |
| 238 <Class IRI="FolioPage"/> | |
| 239 </ObjectPropertyRange> | |
| 240 <ObjectPropertyRange> | |
| 241 <ObjectProperty IRI="is_part_of"/> | |
| 242 <Class IRI="Graph"/> | |
| 243 </ObjectPropertyRange> | |
| 244 <ObjectPropertyRange> | |
| 245 <ObjectProperty IRI="is_part_of_graph"/> | |
| 246 <Class IRI="Graph"/> | |
| 247 </ObjectPropertyRange> | |
| 248 <ObjectPropertyRange> | |
| 249 <ObjectProperty IRI="is_part_of_mainGraph"/> | |
| 250 <Class IRI="Graph"/> | |
| 251 </ObjectPropertyRange> | |
| 252 <ObjectPropertyRange> | |
| 253 <ObjectProperty IRI="is_specified_in"/> | |
| 254 <Class IRI="Graph"/> | |
| 255 </ObjectPropertyRange> | |
| 256 <ObjectPropertyRange> | |
| 257 <ObjectProperty IRI="is_subGraph_of"/> | |
| 258 <Class IRI="Graph"/> | |
| 259 </ObjectPropertyRange> | |
| 260 <ObjectPropertyRange> | |
| 261 <ObjectProperty IRI="result_used_by"/> | |
| 262 <Class IRI="FolioPage"/> | |
| 263 </ObjectPropertyRange> | |
| 264 <ObjectPropertyRange> | |
| 265 <ObjectProperty IRI="result_used_from"/> | |
| 266 <Class IRI="FolioPage"/> | |
| 267 </ObjectPropertyRange> | |
| 268 <ObjectPropertyRange> | |
| 269 <ObjectProperty IRI="see_also"/> | |
| 270 <Class IRI="Graph"/> | |
| 271 </ObjectPropertyRange> | |
| 272 <AnnotationAssertion> | |
| 273 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 274 <IRI>FolioPage</IRI> | |
| 275 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">A page in the folio</Literal> | |
| 276 </AnnotationAssertion> | |
| 277 <AnnotationAssertion> | |
| 278 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 279 <IRI>FolioPage</IRI> | |
| 280 <Literal datatypeIRI="&rdf;PlainLiteral">FolioPage</Literal> | |
| 281 </AnnotationAssertion> | |
| 282 <AnnotationAssertion> | |
| 283 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 284 <IRI>FolioPage</IRI> | |
| 285 <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01343645027077113000</Literal> | |
| 286 </AnnotationAssertion> | |
| 287 <AnnotationAssertion> | |
| 288 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 289 <IRI>Graph</IRI> | |
| 290 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">A graph describing the relation of folios and topics. The graphs normally contain folios or subgraphs related to a specific topic.</Literal> | |
| 291 </AnnotationAssertion> | |
| 292 <AnnotationAssertion> | |
| 293 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 294 <IRI>Graph</IRI> | |
| 295 <Literal datatypeIRI="&rdf;PlainLiteral">HarriotGraph</Literal> | |
| 296 </AnnotationAssertion> | |
| 297 <AnnotationAssertion> | |
| 298 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 299 <IRI>Graph</IRI> | |
| 300 <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01343645072226457000</Literal> | |
| 301 </AnnotationAssertion> | |
| 302 <AnnotationAssertion> | |
| 303 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 304 <IRI>SubGraph</IRI> | |
| 305 <Literal datatypeIRI="&rdf;PlainLiteral">A subgraph of the main graph. Which normally means a graph is contained in a node in the graphML structure.</Literal> | |
| 306 </AnnotationAssertion> | |
| 307 <AnnotationAssertion> | |
| 308 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 309 <IRI>SubGraph</IRI> | |
| 310 <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01344237693607875000</Literal> | |
| 311 </AnnotationAssertion> | |
| 312 <AnnotationAssertion> | |
| 313 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 314 <IRI>SubGraph</IRI> | |
| 315 <Literal datatypeIRI="&rdf;PlainLiteral">SubGraph</Literal> | |
| 316 </AnnotationAssertion> | |
| 317 <AnnotationAssertion> | |
| 318 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 319 <IRI>Topic</IRI> | |
| 320 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Describes a Topic which is dealt with in the manuscript.</Literal> | |
| 321 </AnnotationAssertion> | |
| 322 <AnnotationAssertion> | |
| 323 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 324 <IRI>Topic</IRI> | |
| 325 <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01343645021523974000</Literal> | |
| 326 </AnnotationAssertion> | |
| 327 <AnnotationAssertion> | |
| 328 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 329 <IRI>Topic</IRI> | |
| 330 <Literal datatypeIRI="&rdf;PlainLiteral">Topic</Literal> | |
| 331 </AnnotationAssertion> | |
| 332 <AnnotationAssertion> | |
| 333 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 334 <IRI>describes</IRI> | |
| 335 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">points to an URI which represents the online representation of a folio.</Literal> | |
| 336 </AnnotationAssertion> | |
| 337 <AnnotationAssertion> | |
| 338 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 339 <IRI>describes</IRI> | |
| 340 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656912333922000</Literal> | |
| 341 </AnnotationAssertion> | |
| 342 <AnnotationAssertion> | |
| 343 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 344 <IRI>describes</IRI> | |
| 345 <Literal datatypeIRI="&rdf;PlainLiteral">describes</Literal> | |
| 346 </AnnotationAssertion> | |
| 347 <AnnotationAssertion> | |
| 348 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 349 <IRI>has_conjectural_relation</IRI> | |
| 350 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Relation of folio pages because of conjection.</Literal> | |
| 351 </AnnotationAssertion> | |
| 352 <AnnotationAssertion> | |
| 353 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 354 <IRI>has_conjectural_relation</IRI> | |
| 355 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645211105767000</Literal> | |
| 356 </AnnotationAssertion> | |
| 357 <AnnotationAssertion> | |
| 358 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 359 <IRI>has_conjectural_relation</IRI> | |
| 360 <Literal datatypeIRI="&rdf;PlainLiteral">has_conjectural_relation</Literal> | |
| 361 </AnnotationAssertion> | |
| 362 <AnnotationAssertion> | |
| 363 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 364 <IRI>has_next_by_conjection</IRI> | |
| 365 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656811146012000</Literal> | |
| 366 </AnnotationAssertion> | |
| 367 <AnnotationAssertion> | |
| 368 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 369 <IRI>has_next_by_conjection</IRI> | |
| 370 <Literal datatypeIRI="&rdf;PlainLiteral">has_next_by_conjection</Literal> | |
| 371 </AnnotationAssertion> | |
| 372 <AnnotationAssertion> | |
| 373 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 374 <IRI>has_next_by_pagination</IRI> | |
| 375 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656708411248000</Literal> | |
| 376 </AnnotationAssertion> | |
| 377 <AnnotationAssertion> | |
| 378 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 379 <IRI>has_next_by_pagination</IRI> | |
| 380 <Literal datatypeIRI="&rdf;PlainLiteral">has_next_by_pagination</Literal> | |
| 381 </AnnotationAssertion> | |
| 382 <AnnotationAssertion> | |
| 383 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 384 <IRI>has_prev_by_conjection</IRI> | |
| 385 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Order of pages by conjection. Points to the previos page by conjection.</Literal> | |
| 386 </AnnotationAssertion> | |
| 387 <AnnotationAssertion> | |
| 388 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 389 <IRI>has_prev_by_conjection</IRI> | |
| 390 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645643643360000</Literal> | |
| 391 </AnnotationAssertion> | |
| 392 <AnnotationAssertion> | |
| 393 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 394 <IRI>has_prev_by_conjection</IRI> | |
| 395 <Literal datatypeIRI="&rdf;PlainLiteral">has_prev_by_conjection</Literal> | |
| 396 </AnnotationAssertion> | |
| 397 <AnnotationAssertion> | |
| 398 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 399 <IRI>has_prev_by_pagination</IRI> | |
| 400 <Literal datatypeIRI="&rdf;PlainLiteral">Previous page in the folio as indicated by pagination on the foliopage</Literal> | |
| 401 </AnnotationAssertion> | |
| 402 <AnnotationAssertion> | |
| 403 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 404 <IRI>has_prev_by_pagination</IRI> | |
| 405 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645141427275000</Literal> | |
| 406 </AnnotationAssertion> | |
| 407 <AnnotationAssertion> | |
| 408 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 409 <IRI>has_prev_by_pagination</IRI> | |
| 410 <Literal datatypeIRI="&rdf;PlainLiteral">has_prev_by_pagination</Literal> | |
| 411 </AnnotationAssertion> | |
| 412 <AnnotationAssertion> | |
| 413 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 414 <IRI>is_part_of</IRI> | |
| 415 <Literal datatypeIRI="&rdf;PlainLiteral">general relation which described one structure is part of another one</Literal> | |
| 416 </AnnotationAssertion> | |
| 417 <AnnotationAssertion> | |
| 418 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 419 <IRI>is_part_of</IRI> | |
| 420 <Literal datatypeIRI="&rdf;PlainLiteral">is part of a graph, this normally expresses that a folio page is part of thematic graph.</Literal> | |
| 421 </AnnotationAssertion> | |
| 422 <AnnotationAssertion> | |
| 423 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 424 <IRI>is_part_of</IRI> | |
| 425 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343657007192821000</Literal> | |
| 426 </AnnotationAssertion> | |
| 427 <AnnotationAssertion> | |
| 428 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 429 <IRI>is_part_of</IRI> | |
| 430 <Literal datatypeIRI="&rdf;PlainLiteral">is_part_of</Literal> | |
| 431 </AnnotationAssertion> | |
| 432 <AnnotationAssertion> | |
| 433 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 434 <IRI>is_part_of_graph</IRI> | |
| 435 <Literal datatypeIRI="&rdf;PlainLiteral">A node which is part of a graph</Literal> | |
| 436 </AnnotationAssertion> | |
| 437 <AnnotationAssertion> | |
| 438 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 439 <IRI>is_part_of_graph</IRI> | |
| 440 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01344340147007790000</Literal> | |
| 441 </AnnotationAssertion> | |
| 442 <AnnotationAssertion> | |
| 443 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 444 <IRI>is_part_of_graph</IRI> | |
| 445 <Literal datatypeIRI="&rdf;PlainLiteral">is_part_of_graph</Literal> | |
| 446 </AnnotationAssertion> | |
| 447 <AnnotationAssertion> | |
| 448 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 449 <IRI>is_part_of_mainGraph</IRI> | |
| 450 <Literal datatypeIRI="&rdf;PlainLiteral">Describes that a subGraph is part of an Main graph. This main graph is in the original graphMl structure the root of the graphml-file.</Literal> | |
| 451 </AnnotationAssertion> | |
| 452 <AnnotationAssertion> | |
| 453 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 454 <IRI>is_part_of_mainGraph</IRI> | |
| 455 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01344238045571434000</Literal> | |
| 456 </AnnotationAssertion> | |
| 457 <AnnotationAssertion> | |
| 458 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 459 <IRI>is_part_of_mainGraph</IRI> | |
| 460 <Literal datatypeIRI="&rdf;PlainLiteral">is_part_of_mainGraph</Literal> | |
| 461 </AnnotationAssertion> | |
| 462 <AnnotationAssertion> | |
| 463 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 464 <IRI>is_related_to</IRI> | |
| 465 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">general_relation between two objects (pages or topic)</Literal> | |
| 466 </AnnotationAssertion> | |
| 467 <AnnotationAssertion> | |
| 468 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 469 <IRI>is_related_to</IRI> | |
| 470 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645688680049000</Literal> | |
| 471 </AnnotationAssertion> | |
| 472 <AnnotationAssertion> | |
| 473 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 474 <IRI>is_related_to</IRI> | |
| 475 <Literal datatypeIRI="&rdf;PlainLiteral">is_related_to</Literal> | |
| 476 </AnnotationAssertion> | |
| 477 <AnnotationAssertion> | |
| 478 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 479 <IRI>is_specified_in</IRI> | |
| 480 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Relates a topic to a subtopic</Literal> | |
| 481 </AnnotationAssertion> | |
| 482 <AnnotationAssertion> | |
| 483 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 484 <IRI>is_specified_in</IRI> | |
| 485 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343657086214097000</Literal> | |
| 486 </AnnotationAssertion> | |
| 487 <AnnotationAssertion> | |
| 488 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 489 <IRI>is_specified_in</IRI> | |
| 490 <Literal datatypeIRI="&rdf;PlainLiteral">is_specified_in</Literal> | |
| 491 </AnnotationAssertion> | |
| 492 <AnnotationAssertion> | |
| 493 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 494 <IRI>is_subGraph_of</IRI> | |
| 495 <Literal datatypeIRI="&rdf;PlainLiteral">A grap can contain subgraph in grpahml, which means that a graph is contained in one node and this node is part of a bigger graph.</Literal> | |
| 496 </AnnotationAssertion> | |
| 497 <AnnotationAssertion> | |
| 498 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 499 <IRI>is_subGraph_of</IRI> | |
| 500 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01344237700030409000</Literal> | |
| 501 </AnnotationAssertion> | |
| 502 <AnnotationAssertion> | |
| 503 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 504 <IRI>is_subGraph_of</IRI> | |
| 505 <Literal datatypeIRI="&rdf;PlainLiteral">is_subGraph_of</Literal> | |
| 506 </AnnotationAssertion> | |
| 507 <AnnotationAssertion> | |
| 508 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 509 <IRI>result_used_by</IRI> | |
| 510 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656700739818000</Literal> | |
| 511 </AnnotationAssertion> | |
| 512 <AnnotationAssertion> | |
| 513 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 514 <IRI>result_used_by</IRI> | |
| 515 <Literal datatypeIRI="&rdf;PlainLiteral">result_used_by</Literal> | |
| 516 </AnnotationAssertion> | |
| 517 <AnnotationAssertion> | |
| 518 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 519 <IRI>result_used_from</IRI> | |
| 520 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Points to a relation where a result of calculation or reasoning is used from.</Literal> | |
| 521 </AnnotationAssertion> | |
| 522 <AnnotationAssertion> | |
| 523 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 524 <IRI>result_used_from</IRI> | |
| 525 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645762481134000</Literal> | |
| 526 </AnnotationAssertion> | |
| 527 <AnnotationAssertion> | |
| 528 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 529 <IRI>result_used_from</IRI> | |
| 530 <Literal datatypeIRI="&rdf;PlainLiteral">result_used_from</Literal> | |
| 531 </AnnotationAssertion> | |
| 532 <AnnotationAssertion> | |
| 533 <AnnotationProperty abbreviatedIRI="rdfs:comment"/> | |
| 534 <IRI>see_also</IRI> | |
| 535 <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Loose relation between a folio pages and a topic.</Literal> | |
| 536 </AnnotationAssertion> | |
| 537 <AnnotationAssertion> | |
| 538 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 539 <IRI>see_also</IRI> | |
| 540 <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343657314285012000</Literal> | |
| 541 </AnnotationAssertion> | |
| 542 <AnnotationAssertion> | |
| 543 <AnnotationProperty abbreviatedIRI="rdfs:label"/> | |
| 544 <IRI>see_also</IRI> | |
| 545 <Literal datatypeIRI="&rdf;PlainLiteral">see_also</Literal> | |
| 546 </AnnotationAssertion> | |
| 547 </Ontology> | |
| 548 | |
| 549 | |
| 550 | |
| 551 <!-- Generated by the OWL API (version 3.1.0.1602) http://owlapi.sourceforge.net --> | |
| 552 |
