-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.owl
409 lines (253 loc) · 17.5 KB
/
template.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.lha.org/template_ontology#"
xml:base="http://www.lha.org/template_ontology"
xmlns:project_ontology="http://www.lha.org/project_ontology#"
xmlns:template_ontology="http://www.lha.org/template_ontology#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:duo="http://www.lha.org/duo#">
<owl:Ontology rdf:about="http://www.lha.org/template_ontology">
<owl:imports rdf:resource="http://www.lha.org/duo"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.lha.org/template_ontology#field_address -->
<owl:AnnotationProperty rdf:about="http://www.lha.org/template_ontology#field_address">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#field"/>
</owl:AnnotationProperty>
<!-- http://www.lha.org/template_ontology#field_appreviation -->
<owl:AnnotationProperty rdf:about="http://www.lha.org/template_ontology#field_appreviation">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#field"/>
</owl:AnnotationProperty>
<!-- http://www.lha.org/template_ontology#field_authors -->
<owl:AnnotationProperty rdf:about="http://www.lha.org/template_ontology#field_authors">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#field"/>
</owl:AnnotationProperty>
<!-- http://www.lha.org/template_ontology#field_disease -->
<owl:AnnotationProperty rdf:about="http://www.lha.org/template_ontology#field_disease">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#field"/>
</owl:AnnotationProperty>
<!-- http://www.lha.org/template_ontology#field_email -->
<owl:AnnotationProperty rdf:about="http://www.lha.org/template_ontology#field_email">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#field"/>
</owl:AnnotationProperty>
<!-- http://www.lha.org/template_ontology#field_file -->
<owl:AnnotationProperty rdf:about="http://www.lha.org/template_ontology#field_file">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#field"/>
</owl:AnnotationProperty>
<!-- http://www.lha.org/template_ontology#field_id -->
<owl:AnnotationProperty rdf:about="http://www.lha.org/template_ontology#field_id">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#field"/>
</owl:AnnotationProperty>
<!-- http://www.lha.org/template_ontology#field_name -->
<owl:AnnotationProperty rdf:about="http://www.lha.org/template_ontology#field_name">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#field"/>
</owl:AnnotationProperty>
<!-- http://www.lha.org/template_ontology#field_node -->
<owl:AnnotationProperty rdf:about="http://www.lha.org/template_ontology#field_node">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#field"/>
</owl:AnnotationProperty>
<!-- http://www.lha.org/template_ontology#field_publisher -->
<owl:AnnotationProperty rdf:about="http://www.lha.org/template_ontology#field_publisher">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#field"/>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.lha.org/template_ontology#field_literal -->
<owl:DatatypeProperty rdf:about="http://www.lha.org/template_ontology#field_literal">
<rdfs:subPropertyOf rdf:resource="http://www.lha.org/duo#literal_field"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.lha.org/template_ontology#ClassNode -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#ClassNode">
<rdfs:subClassOf rdf:resource="http://www.lha.org/template_ontology#Nodetype1"/>
<rdfs:subClassOf rdf:resource="http://www.lha.org/template_ontology#Term2"/>
<duo:alias rdf:datatype="http://www.w3.org/2001/XMLSchema#string">non-leaf-class</duo:alias>
<duo:content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This is an example for a non-leaf class which is importable as node.</duo:content>
<duo:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ClassNode</duo:title>
<field_disease rdf:resource="http://www.lha.org/template_ontology#Term1"/>
<field_id rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</field_id>
</owl:Class>
<!-- http://www.lha.org/template_ontology#ClassNodeLeaf -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#ClassNodeLeaf">
<rdfs:subClassOf rdf:resource="http://www.lha.org/template_ontology#ClassNode"/>
<duo:content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This is an example for a class leaf which is importable as node.</duo:content>
<duo:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ClassNodeLeaf</duo:title>
<field_disease rdf:resource="http://www.lha.org/template_ontology#Term2"/>
<field_node rdf:resource="http://www.lha.org/template_ontology#ClassNode"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#Nodetype1 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#Nodetype1">
<rdfs:subClassOf rdf:resource="http://www.lha.org/duo#Node"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#Nodetype2 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#Nodetype2">
<rdfs:subClassOf rdf:resource="http://www.lha.org/duo#Node"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#Object -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#Object">
<rdfs:subClassOf rdf:resource="http://www.lha.org/duo#Entity"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#Organisation -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#Organisation">
<rdfs:subClassOf rdf:resource="http://www.lha.org/duo#Entity"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#Person -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#Person">
<rdfs:subClassOf rdf:resource="http://www.lha.org/duo#Entity"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#Term1 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#Term1">
<rdfs:subClassOf rdf:resource="http://www.lha.org/template_ontology#Vocabulary2"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#Term2 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#Term2">
<rdfs:subClassOf rdf:resource="http://www.lha.org/template_ontology#Vocabulary2"/>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Term 2</rdfs:label>
</owl:Class>
<!-- http://www.lha.org/template_ontology#Term3 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#Term3">
<rdfs:subClassOf rdf:resource="http://www.lha.org/template_ontology#Term1"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#Vocabulary1 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#Vocabulary1">
<rdfs:subClassOf rdf:resource="http://www.lha.org/duo#Vocabulary"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#Vocabulary2 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#Vocabulary2">
<rdfs:subClassOf rdf:resource="http://www.lha.org/duo#Vocabulary"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#dir1 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#dir1">
<rdfs:subClassOf rdf:resource="http://www.lha.org/duo#File"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#dir2 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#dir2">
<rdfs:subClassOf rdf:resource="http://www.lha.org/template_ontology#dir1"/>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">dir2-label</rdfs:label>
</owl:Class>
<!-- http://www.lha.org/template_ontology#dir3 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#dir3">
<rdfs:subClassOf rdf:resource="http://www.lha.org/template_ontology#dir2"/>
</owl:Class>
<!-- http://www.lha.org/template_ontology#test_file2 -->
<owl:Class rdf:about="http://www.lha.org/template_ontology#test_file2">
<rdfs:subClassOf rdf:resource="http://www.lha.org/template_ontology#dir1"/>
<duo:uri>test2.txt</duo:uri>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.lha.org/template_ontology#Node1 -->
<owl:NamedIndividual rdf:about="http://www.lha.org/template_ontology#Node1">
<rdf:type rdf:resource="http://www.lha.org/template_ontology#ClassNodeLeaf"/>
<field_literal rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</field_literal>
<duo:alias>alias</duo:alias>
<duo:content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</duo:content>
<duo:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Node1</duo:title>
<field_authors rdf:resource="http://www.lha.org/template_ontology#Person1"/>
<field_authors rdf:resource="http://www.lha.org/template_ontology#Person2"/>
<field_disease rdf:resource="http://www.lha.org/template_ontology#Term1"/>
<field_file rdf:resource="http://www.lha.org/template_ontology#test_file1"/>
<field_file rdf:resource="http://www.lha.org/template_ontology#test_file2"/>
<field_id rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</field_id>
<field_node rdf:resource="http://www.lha.org/template_ontology#Node2"/>
<field_publisher rdf:resource="http://www.lha.org/template_ontology#Organisation1"/>
</owl:NamedIndividual>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://www.lha.org/template_ontology#Node1"/>
<owl:annotatedProperty rdf:resource="http://www.lha.org/template_ontology#field_literal"/>
<owl:annotatedTarget rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</owl:annotatedTarget>
<duo:ref_num rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</duo:ref_num>
</owl:Axiom>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://www.lha.org/template_ontology#Node1"/>
<owl:annotatedProperty rdf:resource="http://www.lha.org/template_ontology#field_authors"/>
<owl:annotatedTarget rdf:resource="http://www.lha.org/template_ontology#Person1"/>
<duo:field rdf:resource="http://www.lha.org/template_ontology#field_appreviation"/>
<duo:ref_num rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</duo:ref_num>
</owl:Axiom>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://www.lha.org/template_ontology#Node1"/>
<owl:annotatedProperty rdf:resource="http://www.lha.org/template_ontology#field_authors"/>
<owl:annotatedTarget rdf:resource="http://www.lha.org/template_ontology#Person2"/>
<duo:field rdf:resource="http://www.lha.org/template_ontology#field_appreviation"/>
<duo:ref_num rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</duo:ref_num>
</owl:Axiom>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://www.lha.org/template_ontology#Node1"/>
<owl:annotatedProperty rdf:resource="http://www.lha.org/template_ontology#field_publisher"/>
<owl:annotatedTarget rdf:resource="http://www.lha.org/template_ontology#Organisation1"/>
<duo:field rdf:resource="http://www.lha.org/template_ontology#field_address"/>
</owl:Axiom>
<!-- http://www.lha.org/template_ontology#Node2 -->
<owl:NamedIndividual rdf:about="http://www.lha.org/template_ontology#Node2">
<rdf:type rdf:resource="http://www.lha.org/template_ontology#Nodetype2"/>
<duo:alias rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Node2</duo:alias>
<duo:content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</duo:content>
<duo:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Node2</duo:title>
<field_authors rdf:resource="http://www.lha.org/template_ontology#Person2"/>
<field_disease rdf:resource="http://www.lha.org/template_ontology#Term2"/>
<field_id rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">7</field_id>
</owl:NamedIndividual>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://www.lha.org/template_ontology#Node2"/>
<owl:annotatedProperty rdf:resource="http://www.lha.org/template_ontology#field_authors"/>
<owl:annotatedTarget rdf:resource="http://www.lha.org/template_ontology#Person2"/>
<duo:field rdf:resource="http://www.lha.org/template_ontology#field_name"/>
</owl:Axiom>
<!-- http://www.lha.org/template_ontology#Object1 -->
<owl:NamedIndividual rdf:about="http://www.lha.org/template_ontology#Object1">
<rdf:type rdf:resource="http://www.lha.org/template_ontology#Object"/>
<field_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Object1</field_name>
</owl:NamedIndividual>
<!-- http://www.lha.org/template_ontology#Organisation1 -->
<owl:NamedIndividual rdf:about="http://www.lha.org/template_ontology#Organisation1">
<rdf:type rdf:resource="http://www.lha.org/template_ontology#Organisation"/>
<field_address rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Example Address</field_address>
<field_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Organisation Name</field_name>
</owl:NamedIndividual>
<!-- http://www.lha.org/template_ontology#Person1 -->
<owl:NamedIndividual rdf:about="http://www.lha.org/template_ontology#Person1">
<rdf:type rdf:resource="http://www.lha.org/template_ontology#Person"/>
<field_appreviation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pers1</field_appreviation>
<field_email rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[email protected]</field_email>
<field_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Person #1</field_name>
</owl:NamedIndividual>
<!-- http://www.lha.org/template_ontology#Person2 -->
<owl:NamedIndividual rdf:about="http://www.lha.org/template_ontology#Person2">
<rdf:type rdf:resource="http://www.lha.org/template_ontology#Person"/>
<field_appreviation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pers2</field_appreviation>
<field_email rdf:datatype="http://www.w3.org/2001/XMLSchema#string">[email protected]</field_email>
<field_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Person #2</field_name>
</owl:NamedIndividual>
<!-- http://www.lha.org/template_ontology#test_file1 -->
<owl:NamedIndividual rdf:about="http://www.lha.org/template_ontology#test_file1">
<rdf:type rdf:resource="http://www.lha.org/template_ontology#dir3"/>
<duo:uri>test1.txt</duo:uri>
</owl:NamedIndividual>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.3.20160319-0906) https://github.com/owlcs/owlapi -->