comparison ontologies/annotations.owl @ 2:e3ecb88314a5

minor bugs ontologies added
author dwinter
date Fri, 02 Dec 2011 08:37:03 +0100
parents
children cfd3411c87c2
comparison
equal deleted inserted replaced
1:b8333fab0d95 2:e3ecb88314a5
1 <?xml version="1.0"?>
2 <rdf:RDF
3 xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
4 xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:annotea="http://www.w3.org/2000/10/annotation-ns#"
7 xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
8 xmlns:p1="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotationType.rdf#"
9 xmlns:annotea_type="http://www.w3.org/2000/10/annotationType#"
10 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
11 xmlns:owl="http://www.w3.org/2002/07/owl#"
12 xmlns:p2="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotation-ns.rdf#"
13 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
14 xmlns:swrl="http://www.w3.org/2003/11/swrl#"
15 xmlns="http://ontologies.mpiwg-berlin.mpg.de/annotations/"
16 xmlns:dcam="http://purl.org/dc/dcam/"
17 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
18 xml:base="http://ontologies.mpiwg-berlin.mpg.de/annotations/">
19 <owl:Ontology rdf:about="">
20 <owl:imports rdf:resource="http://purl.org/NET/dc_owl2dl/terms"/>
21 <owl:imports rdf:resource="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotation-ns.rdf"/>
22 <owl:imports rdf:resource="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/ontologies/annotationType.rdf"/>
23 </owl:Ontology>
24 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
25 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation">
26 <rdfs:subClassOf>
27 <rdfs:Class rdf:about="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
28 </rdfs:subClassOf>
29 </rdfs:Class>
30 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext">
31 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
32 >Sollte wenn möglich eine URI sein, a.l.a. xpointer</rdfs:comment>
33 </rdfs:Class>
34 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/DocuviewerText">
35 <rdfs:subClassOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
36 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
37 >XML Volltext der im Dokuviewer angezeigt wird</rdfs:comment>
38 </rdfs:Class>
39 <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange">
40 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
41 >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>
42 </owl:Class>
43 <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/StandardTextNote"/>
44 <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesTargets">
45 <rdfs:range>
46 <owl:Class>
47 <owl:unionOf rdf:parseType="Collection">
48 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
49 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
50 </owl:unionOf>
51 </owl:Class>
52 </rdfs:range>
53 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
54 >Genaure Beschreibung der Beziehung von Targets untereinander, z.B. copy_of etc..</rdfs:comment>
55 <rdfs:domain>
56 <owl:Class>
57 <owl:unionOf rdf:parseType="Collection">
58 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
59 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
60 </owl:unionOf>
61 </owl:Class>
62 </rdfs:domain>
63 </owl:ObjectProperty>
64 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/relation"/>
65 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/description"/>
66 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/language"/>
67 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/identifier"/>
68 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/subject"/>
69 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/contributor"/>
70 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/rights"/>
71 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/format"/>
72 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/coverage"/>
73 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/type"/>
74 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/creator"/>
75 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/date"/>
76 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesDocuviewerText">
77 <rdfs:subPropertyOf>
78 <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesResource">
79 <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
80 <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#annotates"/>
81 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
82 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
83 </owl:AnnotationProperty>
84 </rdfs:subPropertyOf>
85 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
86 >Annotiert einen Text mit einer URL im Docuviewer Format.</rdfs:comment>
87 </rdf:Property>
88 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/publisher"/>
89 <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/source"/>
90 <rdf:Property rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/textSelection">
91 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
92 >Selection of a text on a web page described as an xpointer</rdfs:comment>
93 <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#context"/>
94 </rdf:Property>
95 <owl:TransitiveProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/alternatePresentation">
96 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
97 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
98 <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/alternatePresentation"/>
99 <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesTargets"/>
100 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
101 >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>
102 </owl:TransitiveProperty>
103 <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasEnd">
104 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
105 <rdfs:range>
106 <owl:Class>
107 <owl:unionOf rdf:parseType="Collection">
108 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
109 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
110 </owl:unionOf>
111 </owl:Class>
112 </rdfs:range>
113 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
114 >End des Ranges</rdfs:comment>
115 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
116 </owl:FunctionalProperty>
117 <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/containsText">
118 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
119 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
120 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/StandardTextNote"/>
121 </owl:FunctionalProperty>
122 <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasOrderList">
123 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
124 >beschreibt die Ordnung der Ressourcen zwischen Anfangs- und Endressource, falls dies nicht gleich sind, bzw. nicht als hinterheinander folgend definiert werden.</rdfs:comment>
125 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
126 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
127 </owl:FunctionalProperty>
128 <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasStart">
129 <rdfs:range>
130 <owl:Class>
131 <owl:unionOf rdf:parseType="Collection">
132 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
133 <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
134 </owl:unionOf>
135 </owl:Class>
136 </rdfs:range>
137 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
138 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
139 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
140 >Anfangspunkt des Ranges</rdfs:comment>
141 </owl:FunctionalProperty>
142 <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesRangeOfResources">
143 <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
144 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
145 <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#annotates"/>
146 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
147 </owl:AnnotationProperty>
148 <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesContext">
149 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
150 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
151 >Genaurere Beschreibung der Contextes einer Annotation</rdfs:comment>
152 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
153 <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
154 <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#annotates"/>
155 </owl:AnnotationProperty>
156 <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/MESH"/>
157 <rdf:Description rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relates">
158 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
159 >Genauere Beschrein</rdfs:comment>
160 </rdf:Description>
161 <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/UDC"/>
162 <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/LCC"/>
163 <dcam:VocabularyEncodingScheme rdf:about="http://purl.org/dc/terms/IMT"/>
164 <rdf:Description rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasOrder">
165 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
166 >Ordnung der Ressourcen zwischen Start und Anfang</rdfs:comment>
167 </rdf:Description>
168 <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/isPartOf">
169 <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
170 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
171 >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>
172 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
173 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
174 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
175 <owl:inverseOf>
176 <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasPart">
177 <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
178 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
179 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
180 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
181 >Genauere Beschreibung der Annotation</rdfs:comment>
182 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
183 <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/isPartOf"/>
184 </owl:AnnotationProperty>
185 </owl:inverseOf>
186 </owl:AnnotationProperty>
187 </rdf:RDF>
188
189 <!-- Created with Protege (with OWL Plugin 3.4.4, Build 579) http://protege.stanford.edu -->