diff ontologies/annotations.owl @ 2:e3ecb88314a5

minor bugs ontologies added
author dwinter
date Fri, 02 Dec 2011 08:37:03 +0100
parents
children cfd3411c87c2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontologies/annotations.owl	Fri Dec 02 08:37:03 2011 +0100
@@ -0,0 +1,189 @@
+<?xml version="1.0"?>
+<rdf:RDF
+    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
+    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
+    xmlns:dc="http://purl.org/dc/elements/1.1/"
+    xmlns:annotea="http://www.w3.org/2000/10/annotation-ns#"
+    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
+    xmlns:p1="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotationType.rdf#"
+    xmlns:annotea_type="http://www.w3.org/2000/10/annotationType#"
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:owl="http://www.w3.org/2002/07/owl#"
+    xmlns:p2="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotation-ns.rdf#"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
+    xmlns="http://ontologies.mpiwg-berlin.mpg.de/annotations/"
+    xmlns:dcam="http://purl.org/dc/dcam/"
+    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+  xml:base="http://ontologies.mpiwg-berlin.mpg.de/annotations/">
+  <owl:Ontology rdf:about="">
+    <owl:imports rdf:resource="http://purl.org/NET/dc_owl2dl/terms"/>
+    <owl:imports rdf:resource="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotation-ns.rdf"/>
+    <owl:imports rdf:resource="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotationType.rdf"/>
+  </owl:Ontology>
+  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
+  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation">
+    <rdfs:subClassOf>
+      <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
+    </rdfs:subClassOf>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Sollte wenn möglich eine URI sein, a.l.a. xpointer</rdfs:comment>
+  </rdfs:Class>
+  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/DocuviewerText">
+    <rdfs:subClassOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >XML Volltext der im Dokuviewer angezeigt wird</rdfs:comment>
+  </rdfs:Class>
+  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Bescchreibt eine geordnete Folge von Ressource, die annotiert werden soll. z.B. von Seite 3 Zeile 5 bis Seite 9 Zeil 8 eines Buches.</rdfs:comment>
+  </owl:Class>
+  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/StandardTextNote"/>
+  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesTargets">
+    <rdfs:range>
+      <owl:Class>
+        <owl:unionOf rdf:parseType="Collection">
+          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
+          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
+        </owl:unionOf>
+      </owl:Class>
+    </rdfs:range>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Genaure Beschreibung der Beziehung von Targets untereinander, z.B. copy_of etc..</rdfs:comment>
+    <rdfs:domain>
+      <owl:Class>
+        <owl:unionOf rdf:parseType="Collection">
+          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
+          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
+        </owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+  </owl:ObjectProperty>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/relation"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/description"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/language"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/identifier"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/subject"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/rights"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/format"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/coverage"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/type"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/creator"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/date"/>
+  <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesDocuviewerText">
+    <rdfs:subPropertyOf>
+      <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesResource">
+        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#annotates"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+      </owl:AnnotationProperty>
+    </rdfs:subPropertyOf>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Annotiert einen Text mit einer URL im Docuviewer Format.</rdfs:comment>
+  </rdf:Property>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/publisher"/>
+  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/source"/>
+  <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/textSelection">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Selection of a text on a web page described as an xpointer</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#context"/>
+  </rdf:Property>
+  <owl:TransitiveProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/alternatePresentation">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/alternatePresentation"/>
+    <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesTargets"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Verweiset auf Ressourcen oder Contexte, die den gleichen Inhalt wiedergeben, z.B. eine Transcription und das dazugehörige Bild, bzw. jeweils Teile davon.</rdfs:comment>
+  </owl:TransitiveProperty>
+  <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasEnd">
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
+    <rdfs:range>
+      <owl:Class>
+        <owl:unionOf rdf:parseType="Collection">
+          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
+          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
+        </owl:unionOf>
+      </owl:Class>
+    </rdfs:range>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >End des Ranges</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+  </owl:FunctionalProperty>
+  <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/containsText">
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/StandardTextNote"/>
+  </owl:FunctionalProperty>
+  <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasOrderList">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >beschreibt die Ordnung der Ressourcen zwischen Anfangs- und Endressource, falls dies nicht gleich sind, bzw. nicht als hinterheinander folgend definiert werden.</rdfs:comment>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+  </owl:FunctionalProperty>
+  <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasStart">
+    <rdfs:range>
+      <owl:Class>
+        <owl:unionOf rdf:parseType="Collection">
+          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
+          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
+        </owl:unionOf>
+      </owl:Class>
+    </rdfs:range>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Anfangspunkt des Ranges</rdfs:comment>
+  </owl:FunctionalProperty>
+  <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesRangeOfResources">
+    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#annotates"/>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
+  </owl:AnnotationProperty>
+  <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesContext">
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Genaurere Beschreibung der Contextes einer Annotation</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#annotates"/>
+  </owl:AnnotationProperty>
+  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/MESH"/>
+  <rdf:Description rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relates">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Genauere Beschrein</rdfs:comment>
+  </rdf:Description>
+  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/UDC"/>
+  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/LCC"/>
+  <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/IMT"/>
+  <rdf:Description rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasOrder">
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Ordnung der Ressourcen zwischen Start und Anfang</rdfs:comment>
+  </rdf:Description>
+  <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/isPartOf">
+    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >Ressource von der dieser Context ein Teil ist, in der Regel sollte Context eine Ressource (URI) mit XPointer sein, die Ressource ist dann nur die URI</rdfs:comment>
+    <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+    <owl:inverseOf>
+      <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasPart">
+        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+        >Genauere Beschreibung der Annotation</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
+        <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/isPartOf"/>
+      </owl:AnnotationProperty>
+    </owl:inverseOf>
+  </owl:AnnotationProperty>
+</rdf:RDF>
+
+<!-- Created with Protege (with OWL Plugin 3.4.4, Build 579)  http://protege.stanford.edu -->