forked from FAIRsFAIR/SemanticDCAT-AP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SemanticDCAT-AP_WIP.rdf
943 lines (840 loc) · 66.7 KB
/
SemanticDCAT-AP_WIP.rdf
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
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY dct "http://purl.org/dc/terms/" >
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY dcat "http://www.w3.org/ns/dcat#" >
<!ENTITY adms "http://www.w3.org/ns/adms#" >
<!ENTITY vann "http://purl.org/vocab/vann/" >
<!ENTITY xhv "http://www.w3.org/1999/xhtml/vocab#">
<!ENTITY cc "http://creativecommons.org/ns#" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY vcard "http://www.w3.org/2006/vcard/ns#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY sdmx "http://purl.org/linked-data/sdmx#" >
<!ENTITY qb "http://purl.org/linked-data/cube#" >
<!ENTITY wdrs "http://www.w3.org/2007/05/powder-s#" >
<!ENTITY voaf "http://purl.org/vocommons/voaf#" >
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#" >
<!ENTITY skosDoc "http://www.w3.org/TR/skos-primer/">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY documentation "http://data.europa.eu/w21/6be4d036-2e6d-4528-a888-0e9a0e29c579">
<!ENTITY documentationTitle "DCAT Application Profile for Semantic Artefacts - WIP">
<!ENTITY methodology "TODO">
<!ENTITY methodologyTitle "TODO">
<!ENTITY spdx "http://spdx.org/rdf/terms#">
]>
<!-- About the application profile -->
<rdf:RDF xmlns:cc="http://creativecommons.org/ns#"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:adms="http://www.w3.org/ns/adms#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:odrl="http://www.w3.org/ns/odrl/2/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dcat="http://www.w3.org/ns/dcat#"
xmlns:lcon="http://www.w3.org/ns/locn#"
xmlns:sioc="http://rdfs.org/sioc/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:schema="http://schema.org/"
xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:voaf="http://purl.org/vocommons/voaf#"
xmlns:wdrs="http://www.w3.org/2007/05/powder-s#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:spdx="http://spdx.org/rdf/terms#"
xmlns:time="http://www.w3.org/2006/time#"
xmlns:dcatap="http://data.europa.eu/r5r/"
xmlns:xhv="&xhv;">
<owl:Ontology rdf:about="TODO">
<rdfs:label xml:lang="en">DCAT Application Profile for Semantic Artefacts</rdfs:label>
<dct:modified rdf:datatype="xsd:date">TODO</dct:modified>
<dct:abstract xml:lang="en">The DCAT Application profile for semantic artefacts (SemanticDCAT-AP) in Europe (DCAT-AP) is based on the DCAT Application profile for data portals in Europe (DCAT-AP). Its basic use case is to TODO</dct:abstract>
<cc:attributionName xml:lang="en">TODO</cc:attributionName>
<rdfs:comment xml:lang="en">This document specifies the set of RDF classes and properties used in the DCAT Application profile for semantic artefacts (SemanticDCAT-AP).</rdfs:comment>
<owl:versionInfo>TODO</owl:versionInfo>
<dct:publisher rdf:resource="TODO"/>
<cc:attributionURL rdf:resource="TODO"/>
<adms:versionNotes xml:lang="en">TODO</adms:versionNotes>
<xhv:prev rdf:resource="TODO"/>
<wdrs:describedby rdf:resource="TODO"/>
<voaf:specializes rdf:resource="http://www.w3.org/ns/dcat#"/>
<dct:relation rdf:resource="TODO"/>
<dct:license>
<rdf:Description rdf:about="https://creativecommons.org/licenses/by/4.0/">
<dct:title>Attribution 4.0 International (CC BY 4.0)</dct:title>
<cc:attributionName>European Commission</cc:attributionName>
<cc:attributionURL rdf:resource="http://ec.europa.eu/"/>
</rdf:Description>
</dct:license>
<foaf:logo>
<rdf:Description rdf:about="TODO">
<rdfs:label>SemanticDCAT-AP logo</rdfs:label>
</rdf:Description>
</foaf:logo>
<dct:conformsTo>
<rdf:Description rdf:about="&methodology;">
<dct:title>&methodologyTitle;</dct:title>
</rdf:Description>
</dct:conformsTo>
<dct:creator rdf:parseType="Resource">
<rdfs:seeAlso rdf:resource="TODO"/>
<foaf:name>TODO</foaf:name>
<foaf:homepage rdf:resource="TODO"/>
<schema:affiliation rdf:parseType="Resource">
<foaf:name>TODO</foaf:name>
<foaf:homepage rdf:resource="TODO"/>
</schema:affiliation>
</dct:creator>
<foaf:maker rdf:parseType="Resource">
<foaf:name>FAIRsFAIR T2.2 working group? - TODO</foaf:name>
<foaf:page rdf:resource="https://github.com/FAIRsFAIR/SemanticDCAT-AP"/>
<foaf:page rdf:resource="TOOD -- FAIRsFAIR web page?"/>
</foaf:maker>
</owl:Ontology>
<!-- ####################################### -->
<!-- ##===================================## -->
<!-- ##== CLASSES ==## -->
<!-- ##===================================## -->
<!-- ####################################### -->
<!--TODO: must be reviewed-->
<!-- ================================ -->
<!-- == MANDATORY CLASSES == -->
<!-- ================================ -->
<!-- dcat:Catalog -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#Catalog">
<vann:usageNote xml:lang="en">Mandatory class. A catalogue or repository that hosts the Semantic Artefacts being described.</vann:usageNote>
<dct:identifier>dcat:Catalog</dct:identifier>
<rdfs:label xml:lang="en">Catalogue</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Class:Catalog"/>
<rdfs:comment xml:lang="en">A curated collection of metadata about datasets</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/dcat#Dataset"/>
<!-- <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/> -->
</rdf:Description>
<!-- foaf:Agent -->
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Agent">
<vann:usageNote xml:lang="en">Mandatory class. An entity that is associated with Catalogues and/or Semantic Artefacts. If the Agent is an organisation, the use of the Organization Ontology is recommended.</vann:usageNote>
<dct:identifier>foaf:Agent</dct:identifier>
<rdfs:label xml:lang="en">Agent</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/spec/#term_Agent" />
<rdfs:comment xml:lang="en">An agent (eg. person, group, software or physical artifact).</rdfs:comment>
</rdf:Description>
<!-- dcat:Dataset -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#Dataset">
<vann:usageNote xml:lang="en">Mandatory class. A conceptual entity that represents the information published.</vann:usageNote>
<dct:identifier>dcat:Dataset</dct:identifier>
<rdfs:label xml:lang="en">Dataset</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Class:Dataset"/>
<rdfs:comment xml:lang="en">A collection of data, published or curated by a single source, and available for access or download in one or more formats</rdfs:comment>
</rdf:Description>
<!-- dct:LicenseDocument -->
<rdf:Description rdf:about="http://purl.org/dc/terms/LicenseDocument">
<vann:usageNote xml:lang="en">Mandatory class. A legal document giving official permission to do something with a resource. </vann:usageNote>
<dct:identifier>dct:LicenseDocument</dct:identifier>
<rdfs:label xml:lang="en">Licence Document</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/2012/06/14/dcmi-terms/?v=terms#LicenseDocument" />
<rdfs:comment xml:lang="en">A legal document giving official permission to do something with a Resource.</rdfs:comment>
</rdf:Description>
<!-- rdfs:Literal -->
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Literal">
<vann:usageNote xml:lang="en">Mandatory class. A literal value such as a string or integer; Literals may be typed, e.g. as a date according to xsd:date. Literals that contain human-readable text have an optional language tag as defined by BCP 47.</vann:usageNote>
<dct:identifier>rdfs:Literal</dct:identifier>
<rdfs:label xml:lang="en">Literal</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/rdf-concepts/#section-Literals"/>
<rdfs:comment xml:lang="en">The class rdfs:Literal is the class of literal values such as strings and integers. Property values such as textual strings are examples of RDF literals.</rdfs:comment>
</rdf:Description>
<!-- rdfs:Resource -->
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource">
<vann:usageNote xml:lang="en">Mandatory class. Anything described by RDF.</vann:usageNote>
<dct:identifier>rdfs:Resource</dct:identifier>
<rdfs:label xml:lang="en">Resource</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/rdf-schema/#ch_resource"/>
<rdfs:comment xml:lang="en">All things described by RDF are called resources, and are instances of the class rdfs:Resource. This is the class of everything. All other classes are subclasses of this class. rdfs:Resource is an instance of rdfs:Class.</rdfs:comment>
</rdf:Description>
<!-- dct:RightsStatement -->
<rdf:Description rdf:about="http://purl.org/dc/terms/RightsStatement">
<vann:usageNote xml:lang="en">Mandatory class. A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights. </vann:usageNote>
<dct:identifier>dct:RightsStatement</dct:identifier>
<rdfs:label xml:lang="en">Rights statement</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-RightsStatement" />
<rdfs:comment xml:lang="en">A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights.</rdfs:comment>
</rdf:Description>
<!-- dct:ProvenanceStatement -->
<rdf:Description rdf:about="http://purl.org/dc/terms/ProvenanceStatement">
<vann:usageNote xml:lang="en">Mandatory class. A statement of any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation. </vann:usageNote>
<dct:identifier>dct:ProvenanceStatement</dct:identifier>
<rdfs:label xml:lang="en">Provenance Statement</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-ProvenanceStatement" />
<rdfs:comment xml:lang="en">A statement of any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.</rdfs:comment>
</rdf:Description>
<!-- ================================ -->
<!-- == RECOMMENDED CLASSES == -->
<!-- ================================ -->
<!-- skos:Concept<-->
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
<vann:usageNote xml:lang="en">Recommended class - Category: a subject of a Semantic Artefact. Optional Class - Publisher type: A type of organisation that acts as a publisher. Optional Class - Status: an indication of the maturity of a Distribution.</vann:usageNote>
<dct:identifier>skos:Concept</dct:identifier>
<rdfs:label xml:lang="en">Category, Publisher type, Status </rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Class:Concept"/>
<rdfs:comment xml:lang="en">An abstract idea or notion; a unit of thought.</rdfs:comment>
</rdf:Description>
<!-- dcat:Distribution -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#Distribution">
<vann:usageNote xml:lang="en">Recommended class. A physical embodiment of the Semantic Artefact in a particular format.</vann:usageNote>
<dct:identifier>dcat:Distribution</dct:identifier>
<rdfs:label xml:lang="en">Distribution</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Class:Distribution"/>
<rdfs:comment xml:lang="en">Represents a specific available form of a dataset. Each dataset might be available in different forms, these forms might represent different formats of the dataset, different endpoints,... Examples of Distribution include a downloadable CSV file, an XLS file representing the dataset, an RSS feed…</rdfs:comment>
</rdf:Description>
<!-- skos:ConceptScheme -->
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#ConceptScheme">
<vann:usageNote xml:lang="en">Recommended class. A concept collection (e.g. controlled vocabulary) in which the Category is defined.</vann:usageNote>
<dct:identifier>skos:ConceptScheme</dct:identifier>
<rdfs:label xml:lang="en">Category scheme</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Class:Concept_Scheme"/>
<rdfs:comment xml:lang="en">An abstract idea or notion; a unit of thought.</rdfs:comment>
</rdf:Description>
<!-- ================================ -->
<!-- == OPTIONAL CLASSES == -->
<!-- ================================ -->
<!-- dcat:CatalogRecord -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#CatalogRecord">
<vann:usageNote xml:lang="en">Optional class. A description of a Semantic Artefact’s entry in the Catalogue.</vann:usageNote>
<dct:identifier>dcat:CatalogRecord</dct:identifier>
<rdfs:label xml:lang="en">Catalogue Record</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Class:Catalog_Record"/>
<rdfs:comment xml:lang="en">A record in a data catalog, describing a single dataset.</rdfs:comment>
</rdf:Description>
<!-- spdx:Checksum -->
<rdf:Description rdf:about="http://spdx.org/rdf/terms#Checksum">
<vann:usageNote xml:lang="en">A value that allows the contents of a file to be authenticated. This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented.</vann:usageNote>
<dct:identifier>spdx:Checksum</dct:identifier>
<rdfs:label xml:lang="en">Checksum</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://spdx.org/rdf/terms#Checksum"/>
<rdfs:comment xml:lang="en">A value that allows the contents of a file to be authenticated. This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented.</rdfs:comment>
</rdf:Description>
<!-- foaf:Document -->
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Document">
<vann:usageNote xml:lang="en">Optional class. A textual resource intended for human consumption that contains information, e.g. a web page about a Semantic Artefact.</vann:usageNote>
<dct:identifier>foaf:Document</dct:identifier>
<rdfs:label xml:lang="en">Document</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/spec/#term_Document" />
<rdfs:comment xml:lang="en">A document.</rdfs:comment>
</rdf:Description>
<!-- dct:Frequency -->
<rdf:Description rdf:about="http://purl.org/dc/terms/Frequency">
<vann:usageNote xml:lang="en">Optional class. A rate at which something recurs, e.g. the publication of a Semantic Artefact.</vann:usageNote>
<dct:identifier>dct:Frequency</dct:identifier>
<rdfs:label xml:lang="en">Frequency</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-Frequency" />
<rdfs:comment xml:lang="en">A rate at which something recurs.</rdfs:comment>
</rdf:Description>
<!-- adms:Identifier -->
<rdf:Description rdf:about="http://www.w3.org/ns/adms#Identifier">
<vann:usageNote xml:lang="en">Optional class. An identifier in a particular context, consisting of the string that is the identifier; an optional identifier for the identifier scheme; an optional identifier for the version of the identifier scheme; an optional identifier for the agency that manages the identifier scheme</vann:usageNote>
<dct:identifier>adms:Identifier</dct:identifier>
<rdfs:label xml:lang="en">Identifier</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-adms/#identifier" />
<rdfs:comment xml:lang="en">This class is based on the UN/CEFACT Identifier complex type defined in See Section 5.8 of Core Components Data Type Catalogue Version 3.1 (http://www.unece.org/fileadmin/DAM/cefact/codesfortrade/CCTS/CCTS-DTCatalogueVersion3p1.pdf) In RDF this is expressed using the following properties: - the content string should be provided using skos:notation, datatyped with the identifier scheme (inclduing the version number if appropriate); - use dcterms:creator to link to a class describing the agency that manages the identifier scheme or adms:schemaAgency to provide the name as a literal. Although not part of the ADMS conceptual model, it may be useful to provide further properties to the Identifier class such as dcterms:created to provide the date on which the identifier was issued.</rdfs:comment>
</rdf:Description>
<!-- vcard:Kind -->
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#Kind">
<vann:usageNote xml:lang="en">Optional class. A description following the vCard specification, e.g. to provide telephone number and e-mail address for a contact point. Note that the class Kind is the parent class for the four explicit types of vCards (Individual, Organization, Location, Group).</vann:usageNote>
<dct:identifier>vcard:Kind</dct:identifier>
<rdfs:label xml:lang="en">Kind</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/vcard/ns#" />
<rdfs:comment xml:lang="en">A description following the vCard specification, e.g. to provide telephone number and e-mail address for a contact point. Note that the class Kind is the parent class for the four explicit types of vCards (Individual, Organization, Location, Group).</rdfs:comment>
</rdf:Description>
<!-- dct:LinguisticSystem -->
<rdf:Description rdf:about="http://purl.org/dc/terms/LinguisticSystem">
<vann:usageNote xml:lang="en">Optional class. A system of signs, symbols, sounds, gestures, or rules used in communication, e.g. a language. </vann:usageNote>
<dct:identifier>dct:LinguisticSystem</dct:identifier>
<rdfs:label xml:lang="en">Linguistic system</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/2012/06/14/dcmi-terms/?v=terms#LinguisticSystem" />
<rdfs:comment xml:lang="en">A system of signs, symbols, sounds, gestures, or rules used in communication, e.g. a language.</rdfs:comment>
</rdf:Description>
<!-- dct:Location -->
<rdf:Description rdf:about="http://purl.org/dc/terms/Location">
<vann:usageNote xml:lang="en">Optional class. A spatial region or named place. It can be represented using a controlled vocabulary or with geographic coordinates. In the latter case, the use of the Core Location Vocabulary is recommended. </vann:usageNote>
<dct:identifier>dct:Location</dct:identifier>
<rdfs:label xml:lang="en">Location</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/2012/06/14/dcmi-terms/?v=terms#Location" />
<rdfs:comment xml:lang="en">A spatial region or named place.</rdfs:comment>
</rdf:Description>
<!-- dct:MediaType -->
<rdf:Description rdf:about="http://purl.org/dc/terms/MediaType">
<vann:usageNote xml:lang="en">Optional class. A media type or extent, e.g. the format of a computer file. </vann:usageNote>
<dct:identifier>dct:MediaType</dct:identifier>
<rdfs:label xml:lang="en">Media type </rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-MediaType" />
<rdfs:comment xml:lang="en">A media type or extent, e.g. the format of a computer file.</rdfs:comment>
</rdf:Description>
<!-- dct:PeriodOfTime -->
<rdf:Description rdf:about="http://purl.org/dc/terms/PeriodOfTime">
<vann:usageNote xml:lang="en">Optional class. An interval of time that is named or defined by its start and end dates. </vann:usageNote>
<dct:identifier>dct:PeriodOfTime</dct:identifier>
<rdfs:label xml:lang="en">Period of time</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-PeriodOfTime" />
<rdfs:comment xml:lang="en">An interval of time that is named or defined by its start and end dates.</rdfs:comment>
</rdf:Description>
<!-- dct:Standard -->
<rdf:Description rdf:about="http://purl.org/dc/terms/Standard">
<vann:usageNote xml:lang="en">Optional class. A standard or other specification to which a Semantic Artefact conforms. </vann:usageNote>
<dct:identifier>dct:Standard</dct:identifier>
<rdfs:label xml:lang="en">Standard</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-Standard" />
<rdfs:comment xml:lang="en">A basis for comparison; a reference point against which other things can be evaluated.</rdfs:comment>
</rdf:Description>
<!-- dcat:DataService (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#DataService">
<vann:usageNote xml:lang="en">Optional class. A collection of operations that provides access to one or more datasets or data processing functions.</vann:usageNote>
<dct:identifier>dcat:DataService</dct:identifier>
<rdfs:label xml:lang="en">Data Service</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Class:Data_Service"/>
<rdfs:comment xml:lang="en">A collection of operations that provides access to one or more datasets or data processing functions.</rdfs:comment>
</rdf:Description>
<!-- dcat:Relationship (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#Relationship">
<vann:usageNote xml:lang="en">Optional class. An association class for attaching additional information to a relationship between DCAT Resources.</vann:usageNote>
<dct:identifier>dcat:Relationship</dct:identifier>
<rdfs:label xml:lang="en">Relationship</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Class:Relationship"/>
<rdfs:comment xml:lang="en">An association class for attaching additional information to a relationship between DCAT Resources.</rdfs:comment>
</rdf:Description>
<!-- dcat:Role (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#Role">
<vann:usageNote xml:lang="en">Optional class. A role is the function of a resource or agent with respect to another resource, in the context of resource attribution or resource relationships. Note it is a subclass of skos:Concept.</vann:usageNote>
<dct:identifier><dcat:Role></dcat:Role></dct:identifier>
<rdfs:label xml:lang="en">Role</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Class:Role"/>
<rdfs:comment xml:lang="en">A role is the function of a resource or agent with respect to another resource, in the context of resource attribution or resource relationships.</rdfs:comment>
</rdf:Description>
<!-- ====================================== -->
<!-- == Semantic Artefact - Properties == -->
<!-- ====================================== -->
<!-- == Mandatory Properties == -->
<!-- ====================================== -->
<!-- Semantic Artefact - title -->
<rdf:Description rdf:about="http://purl.org/dc/terms/title">
<vann:usageNote xml:lang="en">Mandatory property. This property contains a name given to the Semantic Artefact. This property can be repeated for parallel language versions of the name.</vann:usageNote>
<dct:identifier>dct:title</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - title</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-title" />
<rdfs:comment xml:lang="en">This property contains a name given to the Semantic Artefact. This property can be repeated for parallel language versions of the name.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - licence -->
<rdf:Description rdf:about="http://purl.org/dc/terms/license">
<vann:usageNote xml:lang="en">Mandatory property. This property refers to the licence under which the Semantic Artefact can be used or reused.</vann:usageNote>
<dct:identifier>dct:license</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - licence</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-license" />
<rdfs:comment xml:lang="en">This property refers to the licence under which the Semantic Artefact can be used or reused.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - identifier -->
<rdf:Description rdf:about="http://purl.org/dc/terms/identifier">
<vann:usageNote xml:lang="en">Mandatory property. An unambiguous reference to the Semantic Artefact within a given context.</vann:usageNote>
<dct:identifier>dct:identifier</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - identifier</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-identifier" />
<rdfs:comment xml:lang="en">Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - access rights -->
<rdf:Description rdf:about="http://purl.org/dc/terms/accessRights">
<vann:usageNote xml:lang="en">Mandatory property. This property refers to information that indicates whether the Semantic Artefact is open data, has access restrictions or is not public. A controlled vocabulary with three members (:public, :restricted, :non-public) will be created and maintained by the Publications Office of the EU.</vann:usageNote>
<dct:identifier>dct:accessRights</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - access Rights</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-accessRights" />
<rdfs:comment xml:lang="en">This property refers to information that indicates whether the Semantic Artefact is open data, has access restrictions or is not public. A controlled vocabulary with three members (:public, :restricted, :non-public) will be created and maintained by the Publications Office of the EU.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - creator (dcat 2) -->
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<vann:usageNote xml:lang="en">Mandatory property. This property refers to an entity primarily responsible for making the resource.</vann:usageNote>
<dct:identifier>dct:creator</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - creator</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#terms-creator" />
<rdfs:comment xml:lang="en">This property refers to an entity primarily responsible for making the dataset.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - created -->
<rdf:Description rdf:about="http://purl.org/dc/terms/created">
<vann:usageNote xml:lang="en">Mandatory property. Date of creation of the Semantic Artefact.</vann:usageNote>
<dct:identifier>dct:created</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - created</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-created" />
<rdfs:comment xml:lang="en">Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - description -->
<rdf:Description rdf:about="http://purl.org/dc/terms/description">
<vann:usageNote xml:lang="en">Mandatory property. This property contains a free-text account of the Semantic Artefact. This property can be repeated for parallel language versions of the description.</vann:usageNote>
<dct:identifier>dct:description</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - description</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-description" />
<rdfs:comment xml:lang="en">This property contains a free-text account of the Semantic Artefact. This property can be repeated for parallel language versions of the description.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - contact point -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#contactPoint">
<vann:usageNote xml:lang="en">Mandatory property. This property contains contact information that can be used for sending comments about the Semantic Artefact.</vann:usageNote>
<dct:identifier>dcat:contactPoint</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - contact point</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:resource_contact_point" />
<rdfs:comment xml:lang="en">This property contains contact information that can be used for sending comments about the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - versionIRI -->
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#versionIRI">
<vann:usageNote xml:lang="en">Mandatory property. The property that identifies the version IRI of the Semantic Artefact.</vann:usageNote>
<dct:identifier>owl:versionIRI</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - version IRI</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2002/07/owl#versionIRI" />
<rdfs:comment xml:lang="en">The property that identifies the version IRI of the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - update/modification date -->
<rdf:Description rdf:about="http://purl.org/dc/terms/modified">
<vann:usageNote xml:lang="en">Mandatory property. This property contains the most recent date on which the Semantic Artefact was changed or modified.</vann:usageNote>
<dct:identifier>dct:modified</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - update/ modification date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-modified" />
<rdfs:comment xml:lang="en">This property contains the most recent date on which the Semantic Artefact was changed or modified.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - keyword/ tag -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#keyword">
<vann:usageNote xml:lang="en">Mandatory property. This property contains a keyword or tag describing the Semantic Artefact.</vann:usageNote>
<dct:identifier>dcat:keyword</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - keyword/ tag</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:resource_keyword" />
<rdfs:comment xml:lang="en">This property contains a keyword or tag describing the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - acronym -->
<rdf:Description rdf:about="http://www.isibang.ac.in/ns/mod/1.1/acronym">
<vann:usageNote xml:lang="en">Mandatory property. A short name by which the Semantic Artefact is formally known.</vann:usageNote>
<dct:identifier>mod:acronym</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - landing page</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.isibang.ac.in/ns/mod/1.1/acronym" />
<rdfs:comment xml:lang="en">A short name by which an ontology is formally known.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - landing page -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#landingPage">
<vann:usageNote xml:lang="en">Mandatory property. This property refers to a web page that provides access to the Semantic Artefact, its Distributions and/or additional information.</vann:usageNote>
<dct:identifier>dcat:landingPage</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - landing page</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:resource_landing_page" />
<rdfs:comment xml:lang="en">This property refers to a web page that provides access to the Semantic Artefact, its Distributions and/or additional information.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - subject -->
<rdf:Description rdf:about="http://purl.org/dc/terms/subject">
<vann:usageNote xml:lang="en">Mandatory property. A topic of the Semantic Artefact.</vann:usageNote>
<dct:identifier>dct:subject</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - subject</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/subject" />
<rdfs:comment xml:lang="en">Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - type -->
<rdf:Description rdf:about="http://purl.org/dc/terms/type">
<vann:usageNote xml:lang="en">Mandatory property. This property refers to the type of the Semantic Artefact. A controlled vocabulary for the values has not been established.</vann:usageNote>
<dct:identifier>dct:type</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - type</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-type" />
<rdfs:comment xml:lang="en">This property refers to the type of the Semantic Artefact. A controlled vocabulary for the values has not been established.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - release date -->
<rdf:Description rdf:about="http://purl.org/dc/terms/issued">
<vann:usageNote xml:lang="en">Mandatory property. This property contains the date of formal issuance (e.g., publication) of the Semantic Artefact.</vann:usageNote>
<dct:identifier>dct:issued</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - release date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-issued" />
<rdfs:comment xml:lang="en">This property contains the date of formal issuance (e.g., publication) of the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#theme">
<vann:usageNote xml:lang="en">Mandatory property. This property refers to a category of the Semantic Artefact. A Semantic Artefact may be associated with multiple themes. Subproperty of dct:subject.</vann:usageNote>
<dct:identifier>dcat:theme</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - theme/category</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:resource_type" />
<rdfs:comment xml:lang="en">This property refers to a category of the Semantic Artefact. A Semantic Artefact may be associated with multiple themes. Subproperty of dct:subject</rdfs:comment>
</rdf:Description>
<!-- ============================ -->
<!-- Recommended properties -->
<!-- ============================ -->
<!-- Semantic Artefact - publisher -->
<rdf:Description rdf:about="http://purl.org/dc/terms/publisher">
<vann:usageNote xml:lang="en">Recommended property. This property refers to an entity (organisation) responsible for making the Semantic Artefact available.</vann:usageNote>
<dct:identifier>dct:publisher</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - publisher</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-publisher" />
<rdfs:comment xml:lang="en">This property refers to an entity (organisation) responsible for making the Semantic Artefact available.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - conforms to -->
<rdf:Description rdf:about="http://purl.org/dc/terms/conformsTo">
<vann:usageNote xml:lang="en">Recommended property. This property refers to an implementing rule or other specification.</vann:usageNote>
<dct:identifier>dct:conformsTo</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - conforms to</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-conformsTo" />
<rdfs:comment xml:lang="en">This property refers to an implementing rule or other specification.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - language -->
<rdf:Description rdf:about="http://purl.org/dc/terms/language">
<vann:usageNote xml:lang="en">Recommended property. This property refers to a language of the Semantic Artefact. This property can be repeated if there are multiple languages in the Semantic Artefact.</vann:usageNote>
<dct:identifier>dct:language</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - language</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-language" />
<rdfs:comment xml:lang="en">This property refers to a language of the Semantic Artefact. This property can be repeated if there are multiple languages in the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - dataset distribution -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#distribution">
<vann:usageNote xml:lang="en">Recommended property. This property links the Semantic Artefact to an available Distribution.</vann:usageNote>
<dct:identifier>dcat:distribution</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - dataset distribution</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:dataset_distribution" />
<rdfs:comment xml:lang="en">This property links the Semantic Artefact to an available Distribution.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - contributor -->
<rdf:Description rdf:about="http://purl.org/dc/terms/contributor">
<vann:usageNote xml:lang="en">Recommended property. An entity responsible for making contributions to the resource.</vann:usageNote>
<dct:identifier>dct:contributor</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - contributor</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/contributor/" />
<rdfs:comment xml:lang="en">The guidelines for using names of persons or organizations as creators apply to contributors.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - rights -->
<rdf:Description rdf:about="http://purl.org/dc/terms/rights">
<vann:usageNote xml:lang="en">Recommended property. A statement that concerns all rights not addressed with dct:license or dct:accessRights, such as copyright statements.</vann:usageNote>
<dct:identifier>dct:rights</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - rights</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/rights" />
<rdfs:comment xml:lang="en">Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - status -->
<rdf:Description rdf:about="http://omv.ontoware.org/2005/05/ontology#status">
<vann:usageNote xml:lang="en">Recommended property. The tracking information for the contents of the ontology.</vann:usageNote>
<dct:identifier>mod:status</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - status</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://omv.ontoware.org/2005/05/ontology#status" />
<rdfs:comment xml:lang="en">The tracking information for the contents of the ontology.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - used ontology engineering methodology -->
<rdf:Description rdf:about="http://omv.ontoware.org/2005/05/ontology#usedOntologyEngineeringMethodology">
<vann:usageNote xml:lang="en">Recommended property. A methodolgy following which the Semantic Artefact is created.</vann:usageNote>
<dct:identifier>mod:usedOntologyEngineeringMethodology</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - used ontology engineering methodology</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://omv.ontoware.org/2005/05/ontology#usedOntologyEngineeringMethodology" />
<rdfs:comment xml:lang="en">A methodolgy following which the Semantic Artefact is created.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - has formality level -->
<rdf:Description rdf:about="http://omv.ontoware.org/2005/05/ontology#hasFormalityLevel">
<vann:usageNote xml:lang="en">Recommended property. The level of formality of the Semantic Artefact.</vann:usageNote>
<dct:identifier>mod:usedOntologyEngineeringMethodology</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - used ontology engineering methodology</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://omv.ontoware.org/2005/05/ontology#hasFormalityLevel" />
<rdfs:comment xml:lang="en">The level of formality of the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - accrual method -->
<rdf:Description rdf:about="http://purl.org/dc/terms/accrualMethod">
<vann:usageNote xml:lang="en">Recommended property. The method by which items are added to the Semantic Artefact.</vann:usageNote>
<dct:identifier>dct:accrualMethod</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - accrual method</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/accrualMethod" />
<rdfs:comment xml:lang="en">Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary <a href="https://dublincore.org/groups/collections/accrual-method">[DCMI-ACCRUALMETHOD]</a>.</rdfs:comment>
</rdf:Description>
<!-- ====================================== -->
<!-- Optional properties -->
<!-- ====================================== -->
<!-- Semantic Artefact - temporal coverage -->
<rdf:Description rdf:about="http://purl.org/dc/terms/temporal">
<vann:usageNote xml:lang="en">Optional property. This property refers to a temporal period that the Semantic Artefact covers.</vann:usageNote>
<dct:identifier>dct:temporal</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - temporal coverage</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-temporal" />
<rdfs:comment xml:lang="en">This property refers to a temporal period that the Semantic Artefact covers.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - qualified Relation (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#qualifiedRelation">
<vann:usageNote xml:lang="en">Optional property. This property provides a link to a description of a relationship with another resource.</vann:usageNote>
<dct:identifier>dcat:qualifiedRelation</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - qualified relation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:resource_qualified_relation" />
<rdfs:comment xml:lang="en">This property provides a link to a description of a relationship with another resource.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - has policy -->
<rdf:Description rdf:about="https://www.w3.org/TR/odrl-vocab/#term-Policy">
<vann:usageNote xml:lang="en">Optional property. Identifies an ODRL Policy for which the identified Asset is the target Asset to all the Rules.</vann:usageNote>
<dct:identifier>odrl:hasPolicy</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - has policy</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/odrl/2/hasPolicy" />
<rdfs:comment xml:lang="en">Identifies an ODRL Policy for which the identified Asset is the target Asset to all the Rules.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - qualified attribution (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
<vann:usageNote xml:lang="en">Optional property. This property refers to the link to an Agent having some form of responsibility for the resource.</vann:usageNote>
<dct:identifier>prov:qualifiedAttribution</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - qualified attribution</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/2013/REC-prov-o-20130430/#qualifiedAttribution" />
<rdfs:comment xml:lang="en">This property refers to the link to an Agent having some form of responsibility for the resource.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - was generated by (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
<vann:usageNote xml:lang="en">Optional property. This property refers to an activity that generated, or provides the business context for, the creation of the dataset.</vann:usageNote>
<dct:identifier> prov:wasGeneratedBy</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - was generated by</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/2013/REC-prov-o-20130430/#wasGeneratedBy" />
<rdfs:comment xml:lang="en">This property refers to an activity that generated, or provides the business context for, the creation of the dataset.</rdfs:comment>
</rdf:Description>
<!-- Relationship - relation (dcat 2) -->
<rdf:Description rdf:about="http://purl.org/dc/terms/relation">
<vann:usageNote xml:lang="en">Optional property. This property refers to the resource related to the source resource.</vann:usageNote>
<dct:identifier>dct:relation</dct:identifier>
<rdfs:label xml:lang="en">Relationship - relation</rdfs:label>
<rdfs:isDefinedBy rdf:resource= "https://www.w3.org/TR/vocab-dcat-2/#Property:relationship_relation" />
<rdfs:comment xml:lang="en">This property refers to the resource related to the source resource.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - is reference by (dcat 2) -->
<rdf:Description rdf:about="http://purl.org/dc/terms/isReferencedBy">
<vann:usageNote xml:lang="en">Optional property. This property refers to a related resource, such as a publication, that references, cites, or otherwise points to the dataset.</vann:usageNote>
<dct:identifier>dct:isReferencedBy</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - is referenced By</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:resource_is_referenced_by" />
<rdfs:comment xml:lang="en">This property refers to a related resource, such as a publication, that references, cites, or otherwise points to the dataset.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - competency question -->
<rdf:Description rdf:about="http://www.isibang.ac.in/ns/mod#competencyQuestion">
<vann:usageNote xml:lang="en">Optional property. A set of questions made to build the Semantic Artefact at the design time.</vann:usageNote>
<dct:identifier>mod:competencyQuestion</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - competency question</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.isibang.ac.in/ns/mod#competencyQuestion" />
<rdfs:comment xml:lang="en">A set of questions made to build the Semantic Artefact at the design time.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - frequency -->
<rdf:Description rdf:about="http://purl.org/dc/terms/acrualPeriodicity">
<vann:usageNote xml:lang="en">Optional property. This property refers to the frequency at which Semantic Artefact is updated.</vann:usageNote>
<dct:identifier>dct:accrualPeriodicity</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - frequency</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-acrualPeriodicity" />
<rdfs:comment xml:lang="en">This property refers to the frequency at which Semantic Artefact is updated.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - spatial/geographic -->
<rdf:Description rdf:about="http://purl.org/dc/terms/spatial">
<vann:usageNote xml:lang="en">Optional property. This property refers to a geographical area covered by the Semantic Artefact.</vann:usageNote>
<dct:identifier>dct:spatial</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - spatial / geographic</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-spatial" />
<rdfs:comment xml:lang="en">This property refers to a geographical area covered by the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - temporal resolution (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#temporalResolution">
<vann:usageNote xml:lang="en">Optional property. This property refers to the minimum time period resolvable in the dataset.</vann:usageNote>
<dct:identifier>dcat:temporalResolution</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - temporal resolution</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:dataset_temporal_resolution" />
<rdfs:comment xml:lang="en">This property refers to the minimum time period resolvable in the dataset.</rdfs:comment>
</rdf:Description>
<!-- Semantic Artefact - spatial resolution (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#spatialResolutionInMeters">
<vann:usageNote xml:lang="en">Optional property. This property refers to the minimum spatial separation resolvable in a dataset distribution, measured in meters.</vann:usageNote>
<dct:identifier>dcat:spatialResolutionInMeters</dct:identifier>
<rdfs:label xml:lang="en">Semantic Artefact - spatial resolution</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_spatial_resolution" />
<rdfs:comment xml:lang="en">This property refers to the minimum spatial separation resolvable in a dataset distribution, measured in meters.</rdfs:comment>
</rdf:Description>
<!-- ====================================== -->
<!-- == Distribution - Properties == -->
<!-- ====================================== -->
<!-- == Mandatory Properties == -->
<!-- ====================================== -->
<!-- Distribution - media type -->
<!-- the subproperty is not defined, do we do this? -->
<!-- Answer to BW: you mean the superproperty is not defined? yes it is ok as long as you do not use it. as it is not used in the model it should not be in the model, otherwise someone may use it -->
<rdf:Description rdf:about="http://purl.org/dc/terms/mediaType">
<vann:usageNote xml:lang="en">Mandatory property. Subproperty of dct:format. This property refers to the media type of the Distribution if this is defined in IANA.</vann:usageNote>
<dct:identifier>dcat:mediaType</dct:identifier>
<rdfs:label xml:lang="en">Distribution - media type</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-mediaType" />
<rdfs:comment xml:lang="en">This property refers to the media type of the Distribution if this is defined in IANA.</rdfs:comment>
</rdf:Description>
<!-- Distribution - format -->
<rdf:Description rdf:about="http://purl.org/dc/terms/format">
<vann:usageNote xml:lang="en">Mandatory property. This property refers to the file format of the Distribution.</vann:usageNote>
<dct:identifier>dct:format</dct:identifier>
<rdfs:label xml:lang="en">Distribution - format</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-format" />
<rdfs:comment xml:lang="en">This property refers to the file format of the Distribution.</rdfs:comment>
</rdf:Description>
<!-- Distribution - title -->
<rdf:Description rdf:about="http://purl.org/dc/terms/title">
<vann:usageNote xml:lang="en">Mandatory property. This property contains a name given to the Distribution. This property can be repeated for parallel language versions of the description.</vann:usageNote>
<dct:identifier>dct:title</dct:identifier>
<rdfs:label xml:lang="en">Distribution - title</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-title" />
<rdfs:comment xml:lang="en">This property contains a name given to the Distribution. This property can be repeated for parallel language versions of the description.</rdfs:comment>
</rdf:Description>
<!-- Distribution - access URL -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#accessURL">
<vann:usageNote xml:lang="en">Mandatory property. This property contains a URL that gives access to a Distribution of the Semantic Artefact. The resource at the access URL may contain information about how to get the Semantic Artefact.</vann:usageNote>
<dct:identifier>dcat:accessURL</dct:identifier>
<rdfs:label xml:lang="en">Distribution - access URL</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_access_url" />
<rdfs:comment xml:lang="en">This property contains a URL that gives access to a Distribution of the Semantic Artefact. The resource at the access URL may contain information about how to get the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<!-- Distribution - has ontology language -->
<rdf:Description rdf:about="http://omv.ontoware.org/2005/05/ontology#hasOntologyLanguage">
<vann:usageNote xml:lang="en">Mandatory property. A language that is used to create the Distribution of the Semantic Artefact.</vann:usageNote>
<dct:identifier>mod:hasOntologyLanguage</dct:identifier>
<rdfs:label xml:lang="en">Distribution - has ontology language</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://omv.ontoware.org/2005/05/ontology#hasOntologyLanguage" />
<rdfs:comment xml:lang="en"> A language that is used to create the Distribution of the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<!-- Distribution - has ontology syntax -->
<rdf:Description rdf:about="http://omv.ontoware.org/2005/05/ontology#hasOntologySyntax">
<vann:usageNote xml:lang="en">Mandatory property. The syntax followed in the creation of the Distribution of the Semantic Artefact.</vann:usageNote>
<dct:identifier>mod:hasOntologySyntax</dct:identifier>
<rdfs:label xml:lang="en">Distribution - has ontology syntax</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://omv.ontoware.org/2005/05/ontology#hasOntologySyntax" />
<rdfs:comment xml:lang="en">The syntax followed in the creation of the Distribution of the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<!-- Distribution - access rights -->
<rdf:Description rdf:about="http://purl.org/dc/terms/accessRigths">
<vann:usageNote xml:lang="en">Mandatory property. Information about who can access the Distribution of the Semantic Artefact or an indication of its security status.</vann:usageNote>
<dct:identifier>dct:accessRights</dct:identifier>
<rdfs:label xml:lang="en">Distribution - access rights</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/accessRights" />
<rdfs:comment xml:lang="en">This property contains a name given to the Distribution. This property can be repeated for parallel language versions of the description.</rdfs:comment>
</rdf:Description>
<!-- ====================================== -->
<!-- == Recommended Properties == -->
<!-- ====================================== -->
<!-- Distribution - download URL -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#downloadURL">
<vann:usageNote xml:lang="en">Recommended property. This property contains a URL that is direct link to a downloadable file in a given format.</vann:usageNote>
<dct:identifier>dcat:downloadURL</dct:identifier>
<rdfs:label xml:lang="en">Distribution - download URL</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_download_url" />
<rdfs:comment xml:lang="en">This property contains a URL that is direct link to a downloadable file in a given format.</rdfs:comment>
</rdf:Description>
<!-- Distribution - rights -->
<rdf:Description rdf:about="http://purl.org/dc/terms/rights">
<vann:usageNote xml:lang="en">Recommended property. This property refers to a statement that specifies rights associated with the Distribution.</vann:usageNote>
<dct:identifier>dct:rights</dct:identifier>
<rdfs:label xml:lang="en">Distribution - rights</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-rights" />
<rdfs:comment xml:lang="en">This property refers to a statement that specifies rights associated with the Distribution.</rdfs:comment>
</rdf:Description>
<!-- Distribution - description -->
<rdf:Description rdf:about="http://purl.org/dc/terms/description">
<vann:usageNote xml:lang="en">Recommended property. This property contains a free-text account of the Distribution. This property can be repeated for parallel language versions of the description.</vann:usageNote>
<dct:identifier>dct:description</dct:identifier>
<rdfs:label xml:lang="en">Distribution - description</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-description" />
<rdfs:comment xml:lang="en">This property can be repeated for parallel language versions of the description.</rdfs:comment>
</rdf:Description>
<!-- Distribution - release date -->
<rdf:Description rdf:about="http://purl.org/dc/terms/issued">
<vann:usageNote xml:lang="en">Recommended property. This property contains the date of formal issuance (e.g., publication) of the Distribution.</vann:usageNote>
<dct:identifier>dct:issued</dct:identifier>
<rdfs:label xml:lang="en">Distribution - release date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-issued" />
<rdfs:comment xml:lang="en">This property contains the date of formal issuance (e.g., publication) of the Distribution.</rdfs:comment>
</rdf:Description>
<!-- Distribution - update/modification date -->
<rdf:Description rdf:about="http://purl.org/dc/terms/modified">
<vann:usageNote xml:lang="en">Recommended property. This property contains the most recent date on which the Distribution was changed or modified.</vann:usageNote>
<dct:identifier>dct:modified</dct:identifier>
<rdfs:label xml:lang="en">Distribution - update/modification date</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-modified" />
<rdfs:comment xml:lang="en">This property contains the most recent date on which the Distribution was changed or modified.</rdfs:comment>
</rdf:Description>
<!-- Distribution - definition property -->
<rdf:Description rdf:about="http://www.isibang.ac.in/ns/mod#definitionProperty">
<vann:usageNote xml:lang="en">Recommended property. Property used to specify the definition of a class (BioPortal definition).</vann:usageNote>
<dct:identifier>mod:definitionProperty</dct:identifier>
<rdfs:label xml:lang="en">Distribution - definition property</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.isibang.ac.in/ns/mod#definitionProperty" />
<rdfs:comment xml:lang="en">Property used to specify the definition of a class (BioPortal definition).</rdfs:comment>
</rdf:Description>
<!-- Distribution - access service (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#accessService">
<vann:usageNote xml:lang="en">Recommended property. This property refers to a data service that gives access to the distribution of the dataset.</vann:usageNote>
<dct:identifier>dcat:accessService</dct:identifier>
<rdfs:label xml:lang="en">Distribution - access service</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_access_service" />
<rdfs:comment xml:lang="en">This property refers to the a data service that gives access to the distribution of the dataset .</rdfs:comment>
</rdf:Description>
<!-- Distribution - conforms to -->
<rdf:Description rdf:about="http://purl.org/dc/terms/conformsTo">
<vann:usageNote xml:lang="en">Recommended property. This property refers to an established schema to which the described Distribution conforms.</vann:usageNote>
<dct:identifier>dct:conformsTo</dct:identifier>
<rdfs:label xml:lang="en">Distribution - linked schemas</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/dcmi-terms/#terms-conformsTo" />
<rdfs:comment xml:lang="en">This property refers to an established schema to which the described Distribution conforms.</rdfs:comment>
</rdf:Description>
<!-- Distribution - pref label property -->
<rdf:Description rdf:about=" http://www.isibang.ac.in/ns/mod#prefLabelProperty">
<vann:usageNote xml:lang="en">Recommended property. Property used to specify preferred name of the Distribution of the Semantic Artefact (BioPortal definition).</vann:usageNote>
<dct:identifier>mod:prefLabelProperty</dct:identifier>
<rdfs:label xml:lang="en">Distribution - pref label property</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.isibang.ac.in/ns/mod#prefLabelProperty" />
<rdfs:comment xml:lang="en">Property used to specify preferred name of the Distribution of the Semantic Artefact (BioPortal definition).</rdfs:comment>
</rdf:Description>
<!-- Distribution - synonym property property -->
<rdf:Description rdf:about=" http://www.isibang.ac.in/ns/mod#synonymProperty">
<vann:usageNote xml:lang="en">Recommended property. Property used to specify synonyms of the Distribution of the Semantic Artefact (BioPortal definition).</vann:usageNote>
<dct:identifier>mod:synonymProperty</dct:identifier>
<rdfs:label xml:lang="en">Distribution - synonym property property</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.isibang.ac.in/ns/mod#synonymProperty" />
<rdfs:comment xml:lang="en">Property used to specify synonyms of the Distribution of the Semantic Artefact (BioPortal definition).</rdfs:comment>
</rdf:Description>
<!-- Distribution - has policy (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/odrl/2/hasPolicy">
<vann:usageNote xml:lang="en">Recommended property. This property refers to a policy expressing the rights associated with the resource if using the ODRL vocabulary.</vann:usageNote>
<dct:identifier>odrl:hasPolicy</dct:identifier>
<rdfs:label xml:lang="en">Distribution - has policy</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_has_policy" />
<rdfs:comment xml:lang="en">This property refers to a policy expressing the rights associated with the resource if using the ODRL vocabulary.</rdfs:comment>
</rdf:Description>
<!-- ====================================== -->
<!-- == Optional Properties == -->
<!-- ====================================== -->
<!-- Distribution - packaging format (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#packageFormat">
<vann:usageNote xml:lang="en">Optional property. This property refers to the format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together. It SHOULD be expressed using a media type as defined in the official register of media types managed by IANA.</vann:usageNote>
<dct:identifier>dcat:packageFormat</dct:identifier>
<rdfs:label xml:lang="en">Distribution - packaging format</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_packaging_format" />
<rdfs:comment xml:lang="en">This property refers to the format of the file in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together.</rdfs:comment>
</rdf:Description>
<!-- Distribution - used ontology engineering tool -->
<rdf:Description rdf:about="http://omv.ontoware.org/2005/05/ontology#usedOntologyEngineeringTool">
<vann:usageNote xml:lang="en">Optional property. The tool used for the creation of the Distribution of the Semantic Artefact.</vann:usageNote>
<dct:identifier>mod:usedOntologyEngineeringTool</dct:identifier>
<rdfs:label xml:lang="en">Distribution - used ontology engineering tool</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://omv.ontoware.org/2005/05/ontology#usedOntologyEngineeringTool" />
<rdfs:comment xml:lang="en">The tool used for the creation of the Distribution of the Semantic Artefact.</rdfs:comment>
</rdf:Description>
<!-- Distribution - compression format (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#compressFormat">
<vann:usageNote xml:lang="en">Optional property. This property refers to the format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file. It SHOULD be expressed using a media type as defined in the official register of media types managed by IANA.</vann:usageNote>
<dct:identifier>dcat:compressFormat</dct:identifier>
<rdfs:label xml:lang="en">Distribution - compression format</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_compression_format" />
<rdfs:comment xml:lang="en">This property refers to the format of the file in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file.</rdfs:comment>
</rdf:Description>
<!-- Distribution - temporal resolution (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#temporalResolution">
<vann:usageNote xml:lang="en">Optional property. This property refers to the minimum time period resolvable in the dataset distribution.</vann:usageNote>
<dct:identifier>dcat:temporalResolution</dct:identifier>
<rdfs:label xml:lang="en">Distribution - temporal resolution</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_temporal_resolution" />
<rdfs:comment xml:lang="en">This property refers to the minimum time period resolvable in the dataset distribution.</rdfs:comment>
</rdf:Description>
<!-- Distribution - byte size -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#byteSize">
<vann:usageNote xml:lang="en">Optional property. This property contains the size of a Distribution in bytes.</vann:usageNote>
<dct:identifier>dcat:byteSize</dct:identifier>
<rdfs:label xml:lang="en">Distribution - byte size</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_size" />
<rdfs:comment xml:lang="en">This property contains the size of a Distribution in bytes.</rdfs:comment>
</rdf:Description>
<!-- Distribution - spatial resolution (dcat 2) -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#spatialResolutionInMeters">
<vann:usageNote xml:lang="en">Optional property. This property refers to the minimum spatial separation resolvable in a dataset distribution, measured in meters.</vann:usageNote>
<dct:identifier>dcat:spatialResolutionInMeters</dct:identifier>
<rdfs:label xml:lang="en">Distribution - spatial resolution</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://www.w3.org/TR/vocab-dcat-2/#Property:distribution_spatial_resolution" />
<rdfs:comment xml:lang="en">This property refers to the minimum spatial separation resolvable in a dataset distribution, measured in meters.</rdfs:comment>
</rdf:Description>