diff ontologies/harriot.owl @ 7:768ade75c895 default tip

ontologies added
author dwinter
date Tue, 07 Aug 2012 14:06:53 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontologies/harriot.owl	Tue Aug 07 14:06:53 2012 +0200
@@ -0,0 +1,552 @@
+<?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://ontologies.mpiwg-berlin.mpg.de/research/harriot.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://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/"
+     versionIRI="http://ontologies.mpiwg-berlin.mpg.de/research/harriot.owl/1.0">
+    <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#"/>
+    <Annotation>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <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:
+http://echo.mpiwg-berlin.mpg.de/content/scientific_revolution/harriot/</Literal>
+    </Annotation>
+    <Declaration>
+        <Class IRI="FolioPage"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="Graph"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="SubGraph"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="Topic"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="describes"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="has_next_by_pagination"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_part_of"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_part_of_graph"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_part_of_mainGraph"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_related_to"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_specified_in"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="is_subGraph_of"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="result_used_by"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="result_used_from"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="see_also"/>
+    </Declaration>
+    <SubClassOf>
+        <Class IRI="SubGraph"/>
+        <Class IRI="Graph"/>
+    </SubClassOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+        <ObjectProperty IRI="is_related_to"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="has_next_by_pagination"/>
+        <ObjectProperty IRI="is_related_to"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+        <ObjectProperty IRI="is_related_to"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="is_part_of_graph"/>
+        <ObjectProperty IRI="is_part_of"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="is_part_of_mainGraph"/>
+        <ObjectProperty IRI="is_part_of"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="is_subGraph_of"/>
+        <ObjectProperty IRI="is_part_of"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="result_used_by"/>
+        <ObjectProperty IRI="is_related_to"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="result_used_from"/>
+        <ObjectProperty IRI="is_related_to"/>
+    </SubObjectPropertyOf>
+    <InverseObjectProperties>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </InverseObjectProperties>
+    <InverseObjectProperties>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+    </InverseObjectProperties>
+    <InverseObjectProperties>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+        <ObjectProperty IRI="has_next_by_pagination"/>
+    </InverseObjectProperties>
+    <InverseObjectProperties>
+        <ObjectProperty IRI="result_used_by"/>
+        <ObjectProperty IRI="result_used_from"/>
+    </InverseObjectProperties>
+    <SymmetricObjectProperty>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </SymmetricObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+    </TransitiveObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+    </TransitiveObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+    </TransitiveObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+    </TransitiveObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="result_used_by"/>
+    </TransitiveObjectProperty>
+    <TransitiveObjectProperty>
+        <ObjectProperty IRI="result_used_from"/>
+    </TransitiveObjectProperty>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="describes"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="has_next_by_pagination"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="is_part_of_graph"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="is_part_of_mainGraph"/>
+        <Class IRI="SubGraph"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="is_specified_in"/>
+        <Class IRI="Topic"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="is_subGraph_of"/>
+        <Class IRI="SubGraph"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="result_used_by"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="result_used_from"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="see_also"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="has_conjectural_relation"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="has_next_by_conjection"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="has_next_by_pagination"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="has_prev_by_conjection"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="has_prev_by_pagination"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="is_part_of"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="is_part_of_graph"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="is_part_of_mainGraph"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="is_specified_in"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="is_subGraph_of"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="result_used_by"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="result_used_from"/>
+        <Class IRI="FolioPage"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="see_also"/>
+        <Class IRI="Graph"/>
+    </ObjectPropertyRange>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>FolioPage</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">A page in the folio</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>FolioPage</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">FolioPage</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>FolioPage</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01343645027077113000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>Graph</IRI>
+        <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>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>Graph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">HarriotGraph</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>Graph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01343645072226457000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>SubGraph</IRI>
+        <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>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>SubGraph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01344237693607875000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>SubGraph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">SubGraph</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>Topic</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Describes a Topic which is dealt with in the manuscript.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>Topic</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01343645021523974000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>Topic</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">Topic</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>describes</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">points to an URI which represents the online representation of a folio.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describes</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656912333922000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describes</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">describes</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>has_conjectural_relation</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Relation of folio pages because of conjection.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_conjectural_relation</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645211105767000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_conjectural_relation</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">has_conjectural_relation</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_next_by_conjection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656811146012000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_next_by_conjection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">has_next_by_conjection</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_next_by_pagination</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656708411248000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_next_by_pagination</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">has_next_by_pagination</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>has_prev_by_conjection</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Order of pages by conjection. Points to the previos page by conjection.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_prev_by_conjection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645643643360000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_prev_by_conjection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">has_prev_by_conjection</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>has_prev_by_pagination</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">Previous page in the folio as indicated by pagination on the foliopage</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_prev_by_pagination</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645141427275000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>has_prev_by_pagination</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">has_prev_by_pagination</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_part_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">general relation which described one structure is part of another one</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_part_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is part of a graph, this normally expresses that a folio page is part of thematic graph.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343657007192821000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_part_of</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_part_of_graph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">A node which is part of a graph</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of_graph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01344340147007790000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of_graph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_part_of_graph</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_part_of_mainGraph</IRI>
+        <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>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of_mainGraph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01344238045571434000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_part_of_mainGraph</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_part_of_mainGraph</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_related_to</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">general_relation between two objects (pages or topic)</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_related_to</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645688680049000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_related_to</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_related_to</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_specified_in</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Relates a topic to a subtopic</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_specified_in</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343657086214097000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_specified_in</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_specified_in</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>is_subGraph_of</IRI>
+        <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>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_subGraph_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01344237700030409000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>is_subGraph_of</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">is_subGraph_of</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>result_used_by</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343656700739818000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>result_used_by</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">result_used_by</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>result_used_from</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Points to a relation where a result of calculation or reasoning is used from.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>result_used_from</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343645762481134000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>result_used_from</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">result_used_from</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
+        <IRI>see_also</IRI>
+        <Literal xml:lang="en" datatypeIRI="&rdf;PlainLiteral">Loose relation between a folio pages and a topic.</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>see_also</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01343657314285012000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>see_also</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">see_also</Literal>
+    </AnnotationAssertion>
+</Ontology>
+
+
+
+<!-- Generated by the OWL API (version 3.1.0.1602) http://owlapi.sourceforge.net -->
+