-
Notifications
You must be signed in to change notification settings - Fork 4
/
dsw.owl
789 lines (545 loc) · 40 KB
/
dsw.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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.org/dsw/"
xml:base="http://purl.org/dsw/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:tc="http://rs.tdwg.org/ontology/voc/TaxonConcept#"
xmlns:dwc="http://rs.tdwg.org/dwc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:dwciri="http://rs.tdwg.org/dwc/iri/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dwctype="http://rs.tdwg.org/dwc/dwctype/"
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:dcmitype="http://purl.org/dc/dcmitype/">
<owl:Ontology rdf:about="http://purl.org/dsw/">
<dc:creator>Steve Baskauf & Cam Webb</dc:creator>
<dc:description>Change from version 1.0 to 1.0.1 Add CC0 license.</dc:description>
<dc:description>Changes from version 0.2.1 to version 0.3: removal of all functional and inverse function properties of object property terms, use of dwctype classes, deprecation of terms replaced by dwciri: terms, removal of references to TDWG Ontology.</dc:description>
<dc:description>Changes from version 0.3 to 0.4 change DwC class namespace from dwctype: to dwc: to follow class proposal, removed references to TDWG TaxonConcept ontology; deprecated terms that now have equivalent terms in Darwin Core.</dc:description>
<dc:description>Version 0.4 to 1.0 fixed reversed dsw:locates and dsw:locatedAt. Added labels. Changed comments and descriptions to conform to DC and DwC precedent. Added subClassOf relations to RO hasEvidence and isEvidenceFor. Specified preferred direction for inverse object property pairs.</dc:description>
<dcterms:license rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/"/>
<rdfs:comment>Darwin Semantic Web, version 1.0.1 . Please see https://github.com/darwin-sw/ for full details</rdfs:comment>
<owl:versionInfo>1.0.1</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
<!-- http://purl.org/dc/elements/1.1/date -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
<!-- http://www.w3.org/2000/01/rdf-schema#comment -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"/>
<!-- http://www.w3.org/2002/07/owl#versionInfo -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#versionInfo"/>
<!-- http://www.w3.org/ns/prov#inverse -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#inverse"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/2001/XMLSchema#date -->
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#date"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/RO_0002472 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002472">
<rdfs:label>is evidence for</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002558 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002558">
<rdfs:label>has evidence</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/atEvent -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/atEvent">
<owl:inverseOf rdf:resource="http://purl.org/dsw/eventOf"/>
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">The atEvent relationship is many-to-one (many occurrences at one event)</dc:description>
<dc:description xml:lang="en">This property is preferred over its inverse if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Occurrence instance to an object Event instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">At Event</rdfs:label>
<prov:inverse>eventOf</prov:inverse>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/derivedFrom -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/derivedFrom">
<owl:inverseOf rdf:resource="http://purl.org/dsw/hasDerivative"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">Range can be IndividualOrganism or another Specimen </dc:description>
<dc:description xml:lang="en">This property is preferred over its inverse if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Token instance to an object instance of another Token or an Organism.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Derived From</rdfs:label>
<prov:inverse>hasDerivative</prov:inverse>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/eventOf -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/eventOf">
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">The eventOf relationship is one-to-many (one event has many occurrences)</dc:description>
<dc:description xml:lang="en">Use the inverse property dsw:atEvent in preference to this one if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Event instance to an object Occurrence instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Event Of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/evidenceFor -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/evidenceFor">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002472"/>
<owl:inverseOf rdf:resource="http://purl.org/dsw/hasEvidence"/>
<rdfs:domain rdf:resource="http://purl.org/dsw/Token"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<dc:creator>Cam Webb</dc:creator>
<dc:description xml:lang="en">In most cases this will act like a functional property (only possibly documenting a single occurrence), but some images may document several occurrences, so the formal specification of functional property is omitted.</dc:description>
<dc:description xml:lang="en">This property is preferred over its inverse if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Token instance to an object Occurrence instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Evidence For</rdfs:label>
<prov:inverse>hasEvidence</prov:inverse>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/georefBy -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/georefBy">
<owl:equivalentProperty rdf:resource="http://rs.tdwg.org/dwc/iri/georeferencedBy"/>
<rdfs:domain rdf:resource="http://purl.org/dc/terms/Location"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">Was georeferenceByURI; deprecated 2014-11-21 to be replaced by dwciri:georeferencedBy</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Georeferenced By</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/hasDerivative -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/hasDerivative">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">Use the inverse property dsw:derivedFrom in preference to this one if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Organism or Token instance to an object Token instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Has Derivative</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/hasEvidence -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/hasEvidence">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002558"/>
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<rdfs:range rdf:resource="http://purl.org/dsw/Token"/>
<dc:creator>Cam Webb</dc:creator>
<dc:description xml:lang="en">Use the inverse property dsw:evidenceFor in preference to this one if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Occurrence instance to an object Token instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Has Evidence</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/hasIdentification -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/hasIdentification">
<owl:inverseOf rdf:resource="http://purl.org/dsw/identifies"/>
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<dc:creator>Steve Baskauf, name changed by Cam Webb</dc:creator>
<dc:description xml:lang="en">The hasIdentification relationship is one-to-many (one individual organism has many identifications)</dc:description>
<dc:description xml:lang="en">Use the inverse property dsw:identifies in preference to this one if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Organism instance to an object Identification instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Has Identification</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/hasOccurrence -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/hasOccurrence">
<owl:inverseOf rdf:resource="http://purl.org/dsw/occurrenceOf"/>
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<dc:creator>Steve Baskauf, name changed by Cam Webb</dc:creator>
<dc:description xml:lang="en">The hasOccurrence relationship is one-to-many (one individual organism may have many occurrences)</dc:description>
<dc:description xml:lang="en">Use the inverse property dsw:occurrenceOf in preference to this one if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Organism instance to an object Occurrence instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Has Occurrence</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/idBasedOn -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/idBasedOn">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002558"/>
<owl:inverseOf rdf:resource="http://purl.org/dsw/isBasisForId"/>
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<rdfs:range rdf:resource="http://purl.org/dsw/Token"/>
<dc:creator>Steve Baskauf</dc:creator>
<dc:date>2011-01-27</dc:date>
<dc:description xml:lang="en">The subject identification was in part based on the object token. Was identifiedBasedOn</dc:description>
<dc:description xml:lang="en">Use the inverse property dsw:isBasisForId in preference to this one if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Identification instance to an object Token instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">ID Based On</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/idBy -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/idBy">
<owl:equivalentProperty rdf:resource="http://rs.tdwg.org/dwc/iri/identifiedBy"/>
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">was dsw:identificationByURI; deprecated 2014-11-21 to be replaced by dwciri:identifiedBy</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Identified By</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/identifies -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/identifies">
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">The identifies relationship is many-to-one (many identifications for one individual organism)</dc:description>
<dc:description xml:lang="en">This property is preferred over its inverse if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Identification instance to an object Organism instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Identifies</rdfs:label>
<prov:inverse>hasIdentification</prov:inverse>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/isBasisForId -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/isBasisForId">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002472"/>
<rdfs:domain rdf:resource="http://purl.org/dsw/Token"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<dc:creator>Steve Baskauf</dc:creator>
<dc:date>2011-01-27</dc:date>
<dc:description xml:lang="en">The subject resource is a basis on which the object identification is made.</dc:description>
<dc:description xml:lang="en">This property is preferred over its inverse if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Token instance to an object Identification instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Is Basis For ID</rdfs:label>
<prov:inverse>idBasedOn</prov:inverse>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/locatedAt -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/locatedAt">
<owl:inverseOf rdf:resource="http://purl.org/dsw/locates"/>
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
<rdfs:range rdf:resource="http://purl.org/dc/terms/Location"/>
<dc:creator>Cam Webb</dc:creator>
<dc:description xml:lang="en">The locatedAt relationship is many-to-one (many events at one location)</dc:description>
<dc:description xml:lang="en">This property is preferred over its inverse if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Event instance to an object Location instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Located At</rdfs:label>
<prov:inverse>locates</prov:inverse>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/locates -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/locates">
<rdfs:domain rdf:resource="http://purl.org/dc/terms/Location"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
<dc:creator>Cam Webb</dc:creator>
<dc:description xml:lang="en">The locates relationship is one to many (one location may have many events)</dc:description>
<dc:description xml:lang="en">Use the inverse property dsw:locatedAt in preference to this one if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Event instance to an object Locatino instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Locates</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/occurrenceOf -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/occurrenceOf">
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
<dc:creator>Steve Baskauf, name changed by Cam Webb</dc:creator>
<dc:description xml:lang="en">The occurrrenceOf relationship is many-to-one (many occurrences for one individual organism)</dc:description>
<dc:description xml:lang="en">This property is preferred over its inverse if the link is made in only one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Occurrence instance to an object Organism instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Occurrence Of</rdfs:label>
<prov:inverse>hasOccurrence</prov:inverse>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/recBy -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/recBy">
<owl:equivalentProperty rdf:resource="http://rs.tdwg.org/dwc/iri/recordedBy"/>
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<dc:description xml:lang="en">Deprecated 2014-11-21 to be replaced by dwciri:recordedBy</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Recorded By</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/taxonOfId -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/taxonOfId">
<owl:inverseOf rdf:resource="http://rs.tdwg.org/dwc/iri/toTaxon"/>
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<dc:creator>Steve Baskauf, name changed by Cam Webb</dc:creator>
<dc:description xml:lang="en">The taxonOfID relationship is one-to-many (one taxon may be referenced in many identifications)</dc:description>
<dc:description xml:lang="en">Use the well-known dwciri:toTaxon predicate in preference to this one if the link is only made in one direction.</dc:description>
<rdfs:comment xml:lang="en">Links a subject Taxon instance to an object Identification instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Taxon Of ID</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.org/dsw/toTaxon -->
<owl:ObjectProperty rdf:about="http://purl.org/dsw/toTaxon">
<owl:equivalentProperty rdf:resource="http://rs.tdwg.org/dwc/iri/toTaxon"/>
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept"/>
<dc:creator>Steve Baskauf, name changed by Cam Webb</dc:creator>
<dc:description xml:lang="en">The toTaxon relationship is many-to-one (many identifications can reference one taxon). This property should link to a taxon concept (i.e. Taxon name plus Authority) URI, such as: http://biodiversity.org.au/apni.taxon/118883 ; deprecated 2014-11-21 to be replaced by dwciri:toTaxon</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">To Taxon</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:ObjectProperty>
<!-- http://rs.tdwg.org/dwc/iri/georeferencedBy -->
<owl:ObjectProperty rdf:about="http://rs.tdwg.org/dwc/iri/georeferencedBy">
<rdfs:domain rdf:resource="http://purl.org/dc/terms/Location"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:comment xml:lang="en">Links a subject Location instance to an object Agent instance that did the georeferencing.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/iri/"/>
<rdfs:label xml:lang="en">Georeferenced By</rdfs:label>
</owl:ObjectProperty>
<!-- http://rs.tdwg.org/dwc/iri/identifiedBy -->
<owl:ObjectProperty rdf:about="http://rs.tdwg.org/dwc/iri/identifiedBy">
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<dc:description xml:lang="en">Definition based on dwc:identifiedBy but modified to make it appropriate for non-literal values.</dc:description>
<rdfs:comment xml:lang="en">People, groups, or organizations who assigned the Taxon to the subject</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/iri/"/>
<rdfs:label xml:lang="en">Identified By</rdfs:label>
</owl:ObjectProperty>
<!-- http://rs.tdwg.org/dwc/iri/recordedBy -->
<owl:ObjectProperty rdf:about="http://rs.tdwg.org/dwc/iri/recordedBy">
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<dc:description xml:lang="en">Definition based on dwc:recordedBy but modified to make it appropriate for non-literal objects.</dc:description>
<rdfs:comment xml:lang="en">People, groups, or organizations responsible for recording the original Occurrence.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/iri/"/>
<rdfs:label xml:lang="en">Recorded By</rdfs:label>
</owl:ObjectProperty>
<!-- http://rs.tdwg.org/dwc/iri/toTaxon -->
<owl:ObjectProperty rdf:about="http://rs.tdwg.org/dwc/iri/toTaxon">
<rdfs:domain rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<rdfs:range rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
<rdfs:comment xml:lang="en">Links a subject Identification instance to an object Taxon instance.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/iri/"/>
<rdfs:label xml:lang="en">To Taxon</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.w3.org/2002/07/owl#topObjectProperty -->
<owl:ObjectProperty rdf:about="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dsw/individualOrganismRemarks -->
<owl:DatatypeProperty rdf:about="http://purl.org/dsw/individualOrganismRemarks">
<rdfs:domain rdf:resource="http://purl.org/dsw/IndividualOrganism"/>
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">Deprecated in favor of dwc:organismRemarks on 2014-11-21.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Individual Organism Remarks</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:DatatypeProperty>
<!-- http://www.w3.org/2002/07/owl#topDataProperty -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2002/07/owl#topDataProperty"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/Location -->
<owl:Class rdf:about="http://purl.org/dc/terms/Location">
<owl:disjointWith rdf:resource="http://purl.org/dsw/Specimen"/>
<owl:disjointWith rdf:resource="http://purl.org/dsw/Token"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<dc:description xml:lang="en">Definition taken from Dublin Core vocabulary 2014-11-21.</dc:description>
<rdfs:comment xml:lang="en">A spatial region or named place.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:label xml:lang="en">Location</rdfs:label>
</owl:Class>
<!-- http://purl.org/dsw/DriedSpecimen -->
<owl:Class rdf:about="http://purl.org/dsw/DriedSpecimen">
<rdfs:subClassOf rdf:resource="http://rs.tdwg.org/dwc/terms/PreservedSpecimen"/>
<rdfs:comment xml:lang="en">A specimen preserved by drying.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Dried Specimen</rdfs:label>
</owl:Class>
<!-- http://purl.org/dsw/IndividualOrganism -->
<owl:Class rdf:about="http://purl.org/dsw/IndividualOrganism">
<owl:equivalentClass rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
<dc:description xml:lang="en">This class is equivalent to the more well-known Darwin Core class dwc:Organism. It was deprecated following the addition of dwc:Organism to Darwin Core on 2014-10-26. </dc:description>
<rdfs:comment xml:lang="en">A particular organism or defined group of organisms considered to be taxonomically homogeneous. Instances of the Organism class are intended to facilitate linking of one or more Identification instances to one or more Occurrence instances. Therefore, things that are typically assigned scientific names (such as viruses, hybrids, and lichens) and aggregates whose occurrences are typically recorded (such as packs, clones, and colonies) are included in the scope of this class.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Individual Organism</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:Class>
<!-- http://purl.org/dsw/LivingSpecimen -->
<owl:Class rdf:about="http://purl.org/dsw/LivingSpecimen">
<owl:equivalentClass rdf:resource="http://rs.tdwg.org/dwc/terms/LivingSpecimen"/>
<rdfs:subClassOf rdf:resource="http://purl.org/dsw/Specimen"/>
<dc:description xml:lang="en">Deprecated in favor of the Darwin Core class dwc:LivingSpecimen.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Living Specimen</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:Class>
<!-- http://purl.org/dsw/PreservedSpecimen -->
<owl:Class rdf:about="http://purl.org/dsw/PreservedSpecimen">
<rdfs:subClassOf rdf:resource="http://purl.org/dsw/Specimen"/>
<dc:description xml:lang="en">Deprecated in favor of the Darwin Core class dwc:PreservedSpecimen.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Preserved Specimen</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:Class>
<!-- http://purl.org/dsw/Specimen -->
<owl:Class rdf:about="http://purl.org/dsw/Specimen">
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Specimen</rdfs:label>
</owl:Class>
<!-- http://purl.org/dsw/SpecimenInAlcohol -->
<owl:Class rdf:about="http://purl.org/dsw/SpecimenInAlcohol">
<rdfs:subClassOf rdf:resource="http://rs.tdwg.org/dwc/terms/PreservedSpecimen"/>
<rdfs:comment xml:lang="en">A specimen preserved in alcohol.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Specimen In Alcohol</rdfs:label>
</owl:Class>
<!-- http://purl.org/dsw/Token -->
<owl:Class rdf:about="http://purl.org/dsw/Token">
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Event"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:comment xml:lang="en">A form of evidence derived from a dwc:Organism.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Token</rdfs:label>
</owl:Class>
<!-- http://rs.tdwg.org/dwc/terms/Event -->
<owl:Class rdf:about="http://rs.tdwg.org/dwc/terms/Event">
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Identification"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<dc:description xml:lang="en">Definition taken from Darwin Core vocabulary 2014-11-21.</dc:description>
<rdfs:comment xml:lang="en">An action that occurs at some location during some time.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
<rdfs:label xml:lang="en">Event</rdfs:label>
</owl:Class>
<!-- http://rs.tdwg.org/dwc/terms/Identification -->
<owl:Class rdf:about="http://rs.tdwg.org/dwc/terms/Identification">
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Occurrence"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<dc:description xml:lang="en">Definition taken from Darwin Core vocabulary 2014-11-21.</dc:description>
<rdfs:comment xml:lang="en">A taxonomic determination (e.g., the assignment to a taxon).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
<rdfs:label xml:lang="en">Identification</rdfs:label>
</owl:Class>
<!-- http://rs.tdwg.org/dwc/terms/LivingSpecimen -->
<owl:Class rdf:about="http://rs.tdwg.org/dwc/terms/LivingSpecimen">
<rdfs:subClassOf rdf:resource="http://purl.org/dsw/Specimen"/>
<dc:description xml:lang="en">Definition taken from Darwin Core vocabulary 2014-11-21.</dc:description>
<rdfs:comment xml:lang="en">A specimen that is alive.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
<rdfs:label xml:lang="en">Living Specimen</rdfs:label>
</owl:Class>
<!-- http://rs.tdwg.org/dwc/terms/Occurrence -->
<owl:Class rdf:about="http://rs.tdwg.org/dwc/terms/Occurrence">
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Organism"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<dc:description xml:lang="en">Definition taken from Darwin Core vocabulary 2014-11-21.</dc:description>
<rdfs:comment xml:lang="en">An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
<rdfs:label xml:lang="en">Occurrence</rdfs:label>
</owl:Class>
<!-- http://rs.tdwg.org/dwc/terms/Organism -->
<owl:Class rdf:about="http://rs.tdwg.org/dwc/terms/Organism">
<owl:disjointWith rdf:resource="http://rs.tdwg.org/dwc/terms/Taxon"/>
<owl:disjointWith rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<dc:description xml:lang="en">Definition taken from Darwin Core vocabulary 2014-11-21. Replaces dsw:IndividualOrganism, which is now deprecated.</dc:description>
<rdfs:comment xml:lang="en">A particular organism or defined group of organisms considered to be taxonomically homogeneous.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
<rdfs:label xml:lang="en">Organism</rdfs:label>
</owl:Class>
<!-- http://rs.tdwg.org/dwc/terms/PreservedSpecimen -->
<owl:Class rdf:about="http://rs.tdwg.org/dwc/terms/PreservedSpecimen">
<rdfs:subClassOf rdf:resource="http://purl.org/dsw/Specimen"/>
<dc:description xml:lang="en">Definition taken from Darwin Core vocabulary 2014-11-21.</dc:description>
<rdfs:comment xml:lang="en">A specimen that has been preserved.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
<rdfs:label xml:lang="en">Preserved Specimen</rdfs:label>
</owl:Class>
<!-- http://rs.tdwg.org/dwc/terms/Taxon -->
<owl:Class rdf:about="http://rs.tdwg.org/dwc/terms/Taxon">
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<dc:description xml:lang="en">Definition taken from Darwin Core vocabulary 2014-11-21. We feel that this class should be considered to be equivalent to TaxonConcept (name plus accordingTo) in TDWG TCS (http://www.tdwg.org/standards/117/). However, this connection has not been explicitly expressed in the Darwin Core standard.</dc:description>
<rdfs:comment xml:lang="en">A group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/"/>
<rdfs:label xml:lang="en">Taxon</rdfs:label>
</owl:Class>
<!-- http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept -->
<owl:Class rdf:about="http://rs.tdwg.org/ontology/voc/TaxonConcept#TaxonConcept">
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<dc:description xml:lang="en">A taxon concept class (name plus accordingTo) considered to be equivalent to TaxonConcept in TDWG TCS (http://www.tdwg.org/standards/117/). This class was deprecated in favor of the Darwin Core class dwc:Taxon after the dwc:Taxon definition was clarified on 2014-10-26. Additionally, by that date the TDWG Ontologies (from which this term was taken) were effectively deprecated.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#"/>
<rdfs:label xml:lang="en">Taxon Concept</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:Class>
<!-- http://www.w3.org/2002/07/owl#Thing -->
<owl:Class rdf:about="http://www.w3.org/2002/07/owl#Thing"/>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<dc:description xml:lang="en">Definition taken from FOAF vocabulary 2014-11-21. See also http://purl.org/dc/terms/Agent</dc:description>
<rdfs:comment xml:lang="en">An agent (eg. person, group, software or physical artifact).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:label xml:lang="en">Agent</rdfs:label>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Document -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Document">
<dc:description xml:lang="en">Definition taken from FOAF vocabulary 2014-11-21. See also http://purl.org/ontology/bibo/Document</dc:description>
<rdfs:comment xml:lang="en">A document.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
<rdfs:label xml:lang="en">Document</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->