comparison owlInput/knowledgeRepresenatation.owl @ 0:fb3f3df002df

first release
author dwinter
date Thu, 03 Feb 2011 10:15:16 +0100
parents
children d9fd32ecae24
comparison
equal deleted inserted replaced
-1:000000000000 0:fb3f3df002df
1 <?xml version="1.0"?>
2 <rdf:RDF
3 xmlns:skos="http://www.w3.org/2004/02/skos/core#"
4 xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
5 xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
6 xmlns="http://www.digitalHPS.org/ontologies/KnowledgeRepresentation#"
7 xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:owl="http://www.w3.org/2002/07/owl#"
10 xmlns:sqwrl="http://sqwrl.stanford.edu/ontologies/built-ins/3.4/sqwrl.owl#"
11 xmlns:crm="http://erlangen-crm.org/101001/"
12 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
13 xmlns:swrl="http://www.w3.org/2003/11/swrl#"
14 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
15 xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"
16 xml:base="http://www.digitalHPS.org/ontologies/KnowledgeRepresentation">
17 <owl:Ontology rdf:about="">
18 <owl:imports rdf:resource="http://www.w3.org/2004/02/skos/core"/>
19 <owl:imports rdf:resource="http://erlangen-crm.org/101001/"/>
20 <owl:imports rdf:resource="http://swrl.stanford.edu/ontologies/3.3/swrla.owl"/>
21 <owl:imports rdf:resource="http://sqwrl.stanford.edu/ontologies/built-ins/3.4/sqwrl.owl"/>
22 </owl:Ontology>
23 <owl:Class rdf:ID="Concept_Actor">
24 <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
25 </owl:Class>
26 <owl:Class rdf:ID="DigitalHPS_Object"/>
27 <owl:Class rdf:ID="ReceptionEvent">
28 <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/101001/E7_Activity"/>
29 <rdfs:subClassOf rdf:resource="#DigitalHPS_Object"/>
30 <rdfs:subClassOf>
31 <owl:Restriction>
32 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
33 >1</owl:cardinality>
34 <owl:onProperty>
35 <owl:ObjectProperty rdf:ID="describes"/>
36 </owl:onProperty>
37 </owl:Restriction>
38 </rdfs:subClassOf>
39 <rdfs:subClassOf>
40 <owl:Restriction>
41 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
42 >1</owl:cardinality>
43 <owl:onProperty rdf:resource="http://erlangen-crm.org/101001/P70i_is_documented_in"/>
44 </owl:Restriction>
45 </rdfs:subClassOf>
46 <rdfs:subClassOf>
47 <owl:Restriction>
48 <owl:onProperty rdf:resource="http://erlangen-crm.org/101001/P14_carried_out_by"/>
49 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
50 >1</owl:cardinality>
51 </owl:Restriction>
52 </rdfs:subClassOf>
53 </owl:Class>
54 <owl:Class rdf:ID="ReferencePointer">
55 <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/101001/E31_Document"/>
56 <rdfs:subClassOf rdf:resource="#DigitalHPS_Object"/>
57 <rdfs:subClassOf>
58 <owl:Restriction>
59 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
60 >1</owl:cardinality>
61 <owl:onProperty>
62 <owl:ObjectProperty rdf:ID="isPartOf"/>
63 </owl:onProperty>
64 </owl:Restriction>
65 </rdfs:subClassOf>
66 <rdfs:subClassOf>
67 <owl:Restriction>
68 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
69 >1</owl:cardinality>
70 <owl:onProperty>
71 <owl:DatatypeProperty rdf:ID="Pointer"/>
72 </owl:onProperty>
73 </owl:Restriction>
74 </rdfs:subClassOf>
75 </owl:Class>
76 <owl:Class rdf:ID="VocabularyEntry">
77 <rdfs:subClassOf rdf:resource="#DigitalHPS_Object"/>
78 <rdfs:subClassOf>
79 <owl:Restriction>
80 <owl:onProperty>
81 <owl:DatatypeProperty rdf:ID="hasTerm"/>
82 </owl:onProperty>
83 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
84 >1</owl:cardinality>
85 </owl:Restriction>
86 </rdfs:subClassOf>
87 </owl:Class>
88 <owl:Class rdf:ID="Relation">
89 <rdfs:subClassOf rdf:resource="#DigitalHPS_Object"/>
90 <rdfs:subClassOf>
91 <owl:Restriction>
92 <owl:onProperty>
93 <owl:ObjectProperty rdf:ID="has_Object"/>
94 </owl:onProperty>
95 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
96 >1</owl:cardinality>
97 </owl:Restriction>
98 </rdfs:subClassOf>
99 <rdfs:subClassOf>
100 <owl:Restriction>
101 <owl:onProperty>
102 <owl:ObjectProperty rdf:ID="has_Predicate"/>
103 </owl:onProperty>
104 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
105 >1</owl:cardinality>
106 </owl:Restriction>
107 </rdfs:subClassOf>
108 <rdfs:subClassOf>
109 <owl:Restriction>
110 <owl:onProperty>
111 <owl:ObjectProperty rdf:ID="has_Subject"/>
112 </owl:onProperty>
113 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
114 >1</owl:cardinality>
115 </owl:Restriction>
116 </rdfs:subClassOf>
117 </owl:Class>
118 <owl:Class rdf:ID="Term">
119 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
120 >Es wird jedenfalls 1 Term für jede Interpretation angelegt, daher Kardinalität 1. Falls ein Term mehrere Interpretation besitzen kann, dann wird für jede Interpretation ein Term an gelegt.
121
122 Z.B. Einstein könnte einen Term erhalten der auf "Albert Einstein" verweist oder auf "Hans Albert Einstein"
123
124 Falls gar keine Interpreation bekannt ist bleibt die Interpretation leer.</rdfs:comment>
125 <rdfs:subClassOf rdf:resource="#DigitalHPS_Object"/>
126 <rdfs:subClassOf>
127 <owl:Restriction>
128 <owl:onProperty>
129 <owl:ObjectProperty rdf:ID="hasNormalizedRepresentation"/>
130 </owl:onProperty>
131 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
132 >1</owl:cardinality>
133 </owl:Restriction>
134 </rdfs:subClassOf>
135 <rdfs:subClassOf>
136 <owl:Restriction>
137 <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
138 >1</owl:cardinality>
139 <owl:onProperty>
140 <owl:ObjectProperty rdf:ID="isReferencedAt"/>
141 </owl:onProperty>
142 </owl:Restriction>
143 </rdfs:subClassOf>
144 <rdfs:subClassOf>
145 <owl:Restriction>
146 <owl:onProperty>
147 <owl:ObjectProperty rdf:ID="hasInterpretation"/>
148 </owl:onProperty>
149 <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
150 >1</owl:maxCardinality>
151 </owl:Restriction>
152 </rdfs:subClassOf>
153 </owl:Class>
154 <owl:Class rdf:ID="OWLPP"/>
155 <owl:ObjectProperty rdf:ID="is_described_in">
156 <owl:inverseOf>
157 <owl:ObjectProperty rdf:about="#describes"/>
158 </owl:inverseOf>
159 </owl:ObjectProperty>
160 <owl:ObjectProperty rdf:about="#hasNormalizedRepresentation">
161 <rdfs:range rdf:resource="#VocabularyEntry"/>
162 <rdfs:domain rdf:resource="#Term"/>
163 </owl:ObjectProperty>
164 <owl:ObjectProperty rdf:about="#has_Object">
165 <rdfs:domain rdf:resource="#Relation"/>
166 </owl:ObjectProperty>
167 <owl:ObjectProperty rdf:ID="represents">
168 <rdfs:range rdf:resource="http://erlangen-crm.org/101001/E39_Actor"/>
169 <rdfs:domain>
170 <owl:Class>
171 <owl:unionOf rdf:parseType="Collection">
172 <owl:Class rdf:about="#Concept_Actor"/>
173 <rdf:Description rdf:about="http://erlangen-crm.org/101001/E39_Actor"/>
174 </owl:unionOf>
175 </owl:Class>
176 </rdfs:domain>
177 <owl:inverseOf rdf:resource="#represents"/>
178 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
179 </owl:ObjectProperty>
180 <owl:ObjectProperty rdf:about="#hasInterpretation">
181 <owl:inverseOf>
182 <owl:ObjectProperty rdf:ID="isInterpretedIn"/>
183 </owl:inverseOf>
184 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
185 ></rdfs:comment>
186 <rdfs:range>
187 <owl:Class>
188 <owl:unionOf rdf:parseType="Collection">
189 <rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
190 <rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Collection"/>
191 </owl:unionOf>
192 </owl:Class>
193 </rdfs:range>
194 </owl:ObjectProperty>
195 <owl:ObjectProperty rdf:about="#isReferencedAt">
196 <rdfs:domain rdf:resource="#Term"/>
197 <rdfs:range rdf:resource="#ReferencePointer"/>
198 </owl:ObjectProperty>
199 <owl:ObjectProperty rdf:ID="I_struct_by"/>
200 <owl:ObjectProperty rdf:ID="CPinverse_has_type">
201 <owl:inverseOf>
202 <owl:ObjectProperty rdf:ID="CP_has_type"/>
203 </owl:inverseOf>
204 </owl:ObjectProperty>
205 <owl:ObjectProperty rdf:about="#isPartOf">
206 <rdfs:range rdf:resource="http://erlangen-crm.org/101001/E31_Document"/>
207 <rdfs:domain rdf:resource="#ReferencePointer"/>
208 </owl:ObjectProperty>
209 <owl:ObjectProperty rdf:ID="is_same_object_as">
210 <rdfs:range rdf:resource="#Term"/>
211 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
212 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
213 <owl:inverseOf rdf:resource="#is_same_object_as"/>
214 <rdfs:comment xml:lang="de">&lt;p style="margin-top: 0"&gt;
215 Verbindet Terme die das selbe Objekte beschreiben, z.B.
216 &lt;/p&gt;
217 &lt;p style="margin-top: 0"&gt;
218
219 &lt;/p&gt;
220 &lt;p style="margin-top: 0"&gt;
221
222 &lt;/p&gt;
223 &lt;p style="margin-top: 0"&gt;
224 Die Strasse ist lang. Die Strasse ist nass. Sie ist sch&amp;#246;n.
225 &lt;/p&gt;
226 &lt;p style="margin-top: 0"&gt;
227
228 &lt;/p&gt;
229 &lt;p style="margin-top: 0"&gt;
230 Und Term1 repr&amp;#228;sentiert Strasse im ersten Satz, Term2 Strasse im
231 zweiten Satz, Term3 Sie
232 &lt;/p&gt;
233 &lt;p style="margin-top: 0"&gt;
234 im dritten Satz, dann sind Term1, term2, term3 mit &amp;quot;is_same_object_as&amp;quot;
235 verbunden.
236 &lt;/p&gt;
237 &lt;p style="margin-top: 0"&gt;
238
239 &lt;/p&gt;</rdfs:comment>
240 <rdfs:domain rdf:resource="#Term"/>
241 </owl:ObjectProperty>
242 <owl:ObjectProperty rdf:about="#describes">
243 <owl:inverseOf rdf:resource="#is_described_in"/>
244 <rdfs:domain rdf:resource="#ReceptionEvent"/>
245 <rdfs:range rdf:resource="#Relation"/>
246 </owl:ObjectProperty>
247 <owl:ObjectProperty rdf:ID="representsSKOSconcept">
248 <rdfs:range>
249 <owl:Class>
250 <owl:unionOf rdf:parseType="Collection">
251 <rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
252 <rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Collection"/>
253 </owl:unionOf>
254 </owl:Class>
255 </rdfs:range>
256 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
257 </owl:ObjectProperty>
258 <owl:ObjectProperty rdf:ID="witnessesReception">
259 <owl:inverseOf>
260 <owl:FunctionalProperty rdf:ID="hasReference"/>
261 </owl:inverseOf>
262 <rdfs:range rdf:resource="#ReceptionEvent"/>
263 </owl:ObjectProperty>
264 <owl:ObjectProperty rdf:ID="inverse_of_I_is_about">
265 <owl:inverseOf>
266 <owl:ObjectProperty rdf:ID="I_is_about"/>
267 </owl:inverseOf>
268 </owl:ObjectProperty>
269 <owl:ObjectProperty rdf:about="#isInterpretedIn">
270 <owl:inverseOf rdf:resource="#hasInterpretation"/>
271 </owl:ObjectProperty>
272 <owl:ObjectProperty rdf:about="#has_Subject">
273 <rdfs:domain rdf:resource="#Relation"/>
274 </owl:ObjectProperty>
275 <owl:ObjectProperty rdf:about="#CP_has_type">
276 <owl:inverseOf rdf:resource="#CPinverse_has_type"/>
277 </owl:ObjectProperty>
278 <owl:ObjectProperty rdf:about="#I_is_about">
279 <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
280 >wurde abgeleitet aus vorhanden sein von Relationes dieses Typs in den Statments</rdfs:comment>
281 <rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
282 >http://www.digitalHPS.org/ontologies/KnowledgeRepresentation#ReceptionEvent_37</rdfs:isDefinedBy>
283 <owl:inverseOf rdf:resource="#inverse_of_I_is_about"/>
284 </owl:ObjectProperty>
285 <owl:ObjectProperty rdf:about="#has_Predicate">
286 <rdfs:range rdf:resource="#Term"/>
287 <rdfs:domain rdf:resource="#Relation"/>
288 </owl:ObjectProperty>
289 <owl:DatatypeProperty rdf:ID="hasPrintedRepresentation">
290 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
291 <rdfs:domain rdf:resource="#Term"/>
292 </owl:DatatypeProperty>
293 <owl:DatatypeProperty rdf:ID="is_certain">
294 <rdfs:comment xml:lang="de">Gibt an, ob die Interpretation der Ausdrucks innerhalb des Textes vom
295 Recepienten als sicher angenommen wird. Beispiel: Im Text steht: &amp;quot;Einstein
296 war ein Professor.&amp;quot; es ist unsicher ob Albert oder Hans-Albert Einstein
297 gemeint ist, aber es ist sicher, dass es einer von beiden ist, dann
298 bkeommt. Albert und Hans-Albert jeweils false mit Zuweisungen zu den
299 entsprechenden Personeneintr&amp;#228;gen im Thesaurus (skos:concept).
300
301 Es muss ein skos:concept oder eine skos:collection angelegt werden, das/die
302 beide Einsteins enth&amp;#228;lt, z.B. Familie Einstein, die Zuweisung, dahin w&amp;#228;re
303 dann is_certain &amp;quot;true&amp;quot;.
304
305 Das Anlegen von collection sollte dabei die bevorzuge L&amp;#246;sung sein, um die
306 Thesauri m&amp;#246;glichst austauschbar zu halten.</rdfs:comment>
307 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
308 <rdfs:domain rdf:resource="#Term"/>
309 </owl:DatatypeProperty>
310 <owl:DatatypeProperty rdf:about="#hasTerm">
311 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
312 <rdfs:domain rdf:resource="#VocabularyEntry"/>
313 </owl:DatatypeProperty>
314 <owl:DatatypeProperty rdf:about="#Pointer">
315 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
316 <rdfs:domain rdf:resource="#ReferencePointer"/>
317 </owl:DatatypeProperty>
318 <owl:FunctionalProperty rdf:about="#hasReference">
319 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
320 <owl:inverseOf rdf:resource="#witnessesReception"/>
321 </owl:FunctionalProperty>
322 <crm:E32_Authority_Document rdf:ID="E32_Authority_Document_7"/>
323 <swrl:Imp rdf:ID="Rule-1">
324 <swrl:body>
325 <swrl:AtomList>
326 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
327 <rdf:first>
328 <swrl:IndividualPropertyAtom>
329 <swrl:argument2>
330 <swrl:Variable rdf:ID="y"/>
331 </swrl:argument2>
332 <swrl:argument1>
333 <swrl:Variable rdf:ID="x"/>
334 </swrl:argument1>
335 <swrl:propertyPredicate rdf:resource="#hasInterpretation"/>
336 </swrl:IndividualPropertyAtom>
337 </rdf:first>
338 </swrl:AtomList>
339 </swrl:body>
340 <swrl:head>
341 <swrl:AtomList>
342 <rdf:first>
343 <swrl:IndividualPropertyAtom>
344 <swrl:argument1 rdf:resource="#y"/>
345 <swrl:propertyPredicate rdf:resource="#isInterpretedIn"/>
346 <swrl:argument2 rdf:resource="#x"/>
347 </swrl:IndividualPropertyAtom>
348 </rdf:first>
349 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
350 </swrl:AtomList>
351 </swrl:head>
352 </swrl:Imp>
353 <Concept_Actor rdf:ID="Concept_Actor_Darwin"/>
354 </rdf:RDF>
355
356 <!-- Created with Protege (with OWL Plugin 3.4.5, Build 601) http://protege.stanford.edu -->