-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgeodcat-ap.rdf
953 lines (772 loc) · 64.1 KB
/
geodcat-ap.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
943
944
945
946
947
948
949
950
951
952
953
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:adms = "http://www.w3.org/ns/adms#"
xmlns:bibo = "http://purl.org/ontology/bibo/"
xmlns:cnt = "http://www.w3.org/2011/content#"
xmlns:dcat = "http://www.w3.org/ns/dcat#"
xmlns:dcatap = "http://data.europa.eu/r5r/"
xmlns:dct = "http://purl.org/dc/terms/"
xmlns:dqv = "http://www.w3.org/ns/dqv#"
xmlns:foaf = "http://xmlns.com/foaf/0.1/"
xmlns:geodcat = "http://data.europa.eu/930/"
xmlns:locn = "http://www.w3.org/ns/locn#"
xmlns:owl = "http://www.w3.org/2002/07/owl#"
xmlns:odrl = "http://www.w3.org/ns/odrl/2/"
xmlns:org = "http://www.w3.org/ns/org#"
xmlns:prov = "http://www.w3.org/ns/prov#"
xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs = "http://www.w3.org/2000/01/rdf-schema#"
xmlns:sdmx-attribute = "http://purl.org/linked-data/sdmx/2009/attribute#"
xmlns:skos = "http://www.w3.org/2004/02/skos/core#"
xmlns:spdx = "http://spdx.org/rdf/terms#"
xmlns:time = "http://www.w3.org/2006/time#"
xmlns:vann = "http://purl.org/vocab/vann/"
xmlns:vcard = "http://www.w3.org/2006/vcard/ns#"
xmlns:voaf = "http://purl.org/vocommons/voaf#"
xmlns:vs = "http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:xsd = "http://www.w3.org/2001/XMLSchema#"
>
<!-- ========================================= -->
<!-- Vocabulary description -->
<!-- ========================================= -->
<rdf:Description rdf:about="http://data.europa.eu/930/">
<!-- Resource type -->
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
<rdf:type rdf:resource="http://purl.org/vocommons/voaf#Vocabulary"/>
<rdf:type rdf:resource="http://www.w3.org/ns/adms#Asset"/>
<!-- Asset type -->
<dct:type rdf:resource="http://publications.europa.eu/resource/authority/asset-classification/c_89b4bdb7"/>
<dct:type rdf:resource="http://publications.europa.eu/resource/authority/dataset-type/ONTOLOGY"/>
<dct:type rdf:resource="http://publications.europa.eu/resource/authority/dataset-type/APROF"/>
<!-- Version information -->
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-10-12</dct:created>
<dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-10-12</dct:issued>
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-03-21</dct:modified>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/dataset-status/COMPLETED"/>
<adms:last rdf:resource="http://data.europa.eu/930/"/>
<adms:prev rdf:resource="http://data.europa.eu/930/1.0.1/"/>
<owl:versionIRI rdf:resource="http://data.europa.eu/930/2.0.0/"/>
<owl:priorVersion rdf:resource="http://data.europa.eu/930/1.0.1/"/>
<owl:backwardCompatibleWith rdf:resource="http://data.europa.eu/930/1.0.1/"/>
<owl:backwardCompatibleWith rdf:resource="http://data.europa.eu/930/1.0.0/"/>
<owl:versionInfo xml:lang="en">Version 2.0.0</owl:versionInfo>
<adms:versionNotes xml:lang="en">This version of GeoDCAT-AP is the result of the major semantic change release process described in the Change and Release Management Policy for DCAT-AP and was built starting from GeoDCAT-AP version 1.0.1, with the purpose of aligning it with DCAT-AP version 2.0.1 and with version 2.0.1 of the INSPIRE Metadata Technical Guidelines.</adms:versionNotes>
<!-- Namespace and prefix -->
<vann:preferredNamespacePrefix>geodcat</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://data.europa.eu/930/</vann:preferredNamespaceUri>
<!-- Description -->
<rdfs:label xml:lang="en">GeoDCAT-AP</rdfs:label>
<dct:title xml:lang="en">GeoDCAT-AP</dct:title>
<dct:alternative xml:lang="en">GeoDCAT-AP - Version 2.0.0: A geospatial extension for the DCAT application profile for data portals in Europe</dct:alternative>
<skos:altLabel xml:lang="en">GeoDCAT-AP - Version 2.0.0: A geospatial extension for the DCAT application profile for data portals in Europe</skos:altLabel>
<rdfs:comment xml:lang="en">GeoDCAT-AP is an extension of the DCAT application profile for data portals in Europe (DCAT-AP) for describing geospatial datasets, dataset series, and services. Its basic use case is to make spatial datasets, dataset series, and services searchable on general data portals, thereby making geospatial information better findable across borders and sectors. For this purpose, GeoDCAT-AP provides an RDF vocabulary and the corresponding RDF syntax binding for the union of metadata elements of the core profile of ISO 19115:2003 and those defined in the framework of the INSPIRE Directive of the European Union.</rdfs:comment>
<dct:abstract xml:lang="en">GeoDCAT-AP is an extension of the DCAT application profile for data portals in Europe (DCAT-AP) for describing geospatial datasets, dataset series, and services. Its basic use case is to make spatial datasets, dataset series, and services searchable on general data portals, thereby making geospatial information better findable across borders and sectors. For this purpose, GeoDCAT-AP provides an RDF vocabulary and the corresponding RDF syntax binding for the union of metadata elements of the core profile of ISO 19115:2003 and those defined in the framework of the INSPIRE Directive of the European Union.</dct:abstract>
<dct:description xml:lang="en">GeoDCAT-AP is an extension of the DCAT application profile for data portals in Europe (DCAT-AP) for describing geospatial datasets, dataset series, and services. Its basic use case is to make spatial datasets, dataset series, and services searchable on general data portals, thereby making geospatial information better findable across borders and sectors. For this purpose, GeoDCAT-AP provides an RDF vocabulary and the corresponding RDF syntax binding for the union of metadata elements of the core profile of ISO 19115:2003 and those defined in the framework of the INSPIRE Directive of the European Union.</dct:description>
<!-- Graphical representation-->
<foaf:depiction rdf:resource="https://semiceu.github.io/GeoDCAT-AP/releases/2.0.0/geodcat-ap_v2.0.0.svg"/>
<!-- Reference specification -->
<rdfs:isDefinedBy rdf:resource="https://semiceu.github.io/GeoDCAT-AP/releases/2.0.0/"/>
<!-- Conformity -->
<dct:conformsTo rdf:resource="https://www.w3.org/TR/vocab-dcat-2/"/>
<dct:conformsTo rdf:resource="http://data.europa.eu/r5r/"/>
<dct:conformsTo rdf:resource="https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/document/process-and-methodology-developing-semantic-agreements"/>
<dct:conformsTo rdf:resource="https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe/document/change-and-release-management-policy-dcat-ap"/>
<dct:conformsTo rdf:resource="http://data.europa.eu/eli/reg/2008/1205/2008-12-24"/>
<!-- Re-used vocabularies -->
<voaf:reliesOn rdf:resource="http://www.w3.org/ns/adms#"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/2011/content#"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/ns/dcat#"/>
<voaf:reliesOn rdf:resource="http://data.europa.eu/r5r/"/>
<voaf:reliesOn rdf:resource="http://purl.org/dc/terms/"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/ns/dqv#"/>
<voaf:reliesOn rdf:resource="http://xmlns.com/foaf/0.1/"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/ns/locn#"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/2002/07/owl#"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/ns/odrl/2/"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/ns/org#"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/ns/prov#"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/2004/02/skos/core#"/>
<voaf:reliesOn rdf:resource="http://purl.org/linked-data/sdmx/2009/attribute#"/>
<voaf:reliesOn rdf:resource="http://spdx.org/rdf/terms#"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/2006/time#"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/2006/vcard/ns#"/>
<!-- Editor -->
<bibo:editor>
<foaf:Person rdf:about="https://andrea-perego.name/foaf/#me">
<foaf:name>Andrea Perego</foaf:name>
<owl:sameAs rdf:resource="https://orcid.org/0000-0001-9300-2694"/>
</foaf:Person>
</bibo:editor>
<bibo:editor>
<foaf:Person>
<foaf:name>Bert van Nuffelen</foaf:name>
</foaf:Person>
</bibo:editor>
<!-- Authot -->
<dct:creator>
<foaf:Group>
<foaf:name>GeoDCAT-AP Working Group</foaf:name>
<foaf:page rdf:resource="https://github.com/semiceu/geodcat-ap/"/>
</foaf:Group>
</dct:creator>
<!-- Publisher -->
<dct:publisher rdf:resource="http://publications.europa.eu/resource/authority/corporate-body/COM"/>
<!-- Licence and copyright -->
<dct:rightsHolder rdf:resource="http://publications.europa.eu/resource/authority/corporate-body/EURUN"/>
<dct:dateCopyrighted rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2020</dct:dateCopyrighted>
<dct:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
<!-- Asset distributions -->
<dcat:distribution>
<adms:AssetDistribution>
<dct:title xml:lang="en">HTML</dct:title>
<adms:representationTechnique rdf:resource="http://purl.org/adms/representationtechnique/HumanLanguage"/>
<dct:format rdf:resource="http://publications.europa.eu/resource/authority/file-type/HTML"/>
<dcat:mediaType rdf:datatype="http://purl.org/dc/terms/IMT">text/html</dcat:mediaType>
<dcat:downloadURL rdf:resource="https://semiceu.github.io/GeoDCAT-AP/releases/2.0.0/"/>
</adms:AssetDistribution>
</dcat:distribution>
<dcat:distribution>
<adms:AssetDistribution>
<dct:title xml:lang="en">RDF/XML</dct:title>
<adms:representationTechnique rdf:resource="http://purl.org/adms/representationtechnique/OWL"/>
<adms:representationTechnique rdf:resource="http://purl.org/adms/representationtechnique/RDFSchema"/>
<dct:format rdf:resource="http://publications.europa.eu/resource/authority/file-type/RDF_XML"/>
<dct:format rdf:resource="http://www.w3.org/ns/formats/data/RDF_XML"/>
<dcat:mediaType rdf:resource="https://www.iana.org/assignments/media-types/application/rdf+xml"/>
<dcat:downloadURL rdf:resource="https://semiceu.github.io/GeoDCAT-AP/releases/2.0.0/geodcat-ap.rdf"/>
</adms:AssetDistribution>
</dcat:distribution>
<dcat:distribution>
<adms:AssetDistribution>
<dct:title xml:lang="en">Turtle</dct:title>
<adms:representationTechnique rdf:resource="http://purl.org/adms/representationtechnique/OWL"/>
<adms:representationTechnique rdf:resource="http://purl.org/adms/representationtechnique/RDFSchema"/>
<dct:format rdf:resource="http://publications.europa.eu/resource/authority/file-type/RDF_TURTLE"/>
<dct:format rdf:resource="http://www.w3.org/ns/formats/data/Turtle"/>
<dcat:mediaType rdf:resource="https://www.iana.org/assignments/media-types/text/turtle"/>
<dcat:downloadURL rdf:resource="https://semiceu.github.io/GeoDCAT-AP/releases/2.0.0/geodcat-ap.ttl"/>
</adms:AssetDistribution>
</dcat:distribution>
<dcat:distribution>
<adms:AssetDistribution>
<dct:title xml:lang="en">JSON-LD</dct:title>
<adms:representationTechnique rdf:resource="http://purl.org/adms/representationtechnique/OWL"/>
<adms:representationTechnique rdf:resource="http://purl.org/adms/representationtechnique/RDFSchema"/>
<dct:format rdf:resource="http://publications.europa.eu/resource/authority/file-type/JSON_LD"/>
<dct:format rdf:resource="http://www.w3.org/ns/formats/data/JSON-LD"/>
<dcat:mediaType rdf:resource="https://www.iana.org/assignments/media-types/application/ld+json"/>
<dcat:downloadURL rdf:resource="https://semiceu.github.io/GeoDCAT-AP/releases/2.0.0/geodcat-ap.jsonld"/>
</adms:AssetDistribution>
</dcat:distribution>
</rdf:Description>
<!-- ========================================= -->
<!-- Terms defined in the GeoDCAT-AP namespace -->
<!-- ========================================= -->
<!-- ========================================= -->
<!-- Instances -->
<!-- ========================================= -->
<!-- Spatial resolution -->
<rdf:Description rdf:about="http://data.europa.eu/930/spatialResolutionAsScale">
<rdf:type rdf:resource="http://www.w3.org/ns/dqv#Metric"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">Spatial resolution as equivalent scale</rdfs:label>
<rdfs:comment xml:lang="en">Spatial resolution expressed as equivalent scale (ISO 19115:2003, ISO 19115-1:2014), by using a representative fraction (e.g., 1:1,000, 1:1,000,000).</rdfs:comment>
<skos:prefLabel xml:lang="en">Spatial resolution as equivalent scale</skos:prefLabel>
<skos:definition xml:lang="en">Spatial resolution expressed as equivalent scale (ISO 19115:2003, ISO 19115-1:2014), by using a representative fraction (e.g., 1:1,000, 1:1,000,000).</skos:definition>
<dqv:expectedDataType rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<dqv:inDimension rdf:resource="http://www.w3.org/ns/dqv#precision"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/eli/reg/2008/1205/2008-12-24"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/26020.html"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/930/spatialResolutionAsDistance">
<rdf:type rdf:resource="http://www.w3.org/ns/dqv#Metric"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">Spatial resolution as distance</rdfs:label>
<rdfs:comment xml:lang="en">Spatial resolution expressed as distance. It corresponds to the notion of spatial resolution as "ground distance" of ISO 19115:2003 and "horizontal ground distance" of ISO 19115-1:2014.</rdfs:comment>
<skos:prefLabel xml:lang="en">Spatial resolution as distance</skos:prefLabel>
<skos:definition xml:lang="en">Spatial resolution expressed as distance. It corresponds to the notion of spatial resolution as "ground distance" of ISO 19115:2003 and "horizontal ground distance" of ISO 19115-1:2014.</skos:definition>
<dqv:expectedDataType rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<dqv:inDimension rdf:resource="http://www.w3.org/ns/dqv#precision"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/eli/reg/2008/1205/2008-12-24"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/26020.html"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/930/spatialResolutionAsAngularDistance">
<rdf:type rdf:resource="http://www.w3.org/ns/dqv#Metric"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">Spatial resolution as angular distance</rdfs:label>
<rdfs:comment xml:lang="en">Spatial resolution expressed as angular distance (ISO 19115-1:2014), by using decimal degrees.</rdfs:comment>
<skos:prefLabel xml:lang="en">Spatial resolution as angular distance</skos:prefLabel>
<skos:definition xml:lang="en">Spatial resolution expressed as angular distance (ISO 19115-1:2014), by using decimal degrees.</skos:definition>
<dqv:expectedDataType rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<dqv:inDimension rdf:resource="http://www.w3.org/ns/dqv#precision"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/930/spatialResolutionAsVerticalDistance">
<rdf:type rdf:resource="http://www.w3.org/ns/dqv#Metric"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">Spatial resolution as vertical distance</rdfs:label>
<rdfs:comment xml:lang="en">Spatial resolution expressed as vertical distance (ISO 19115-1:2014).</rdfs:comment>
<skos:prefLabel xml:lang="en">Spatial resolution as vertical distance</skos:prefLabel>
<skos:definition xml:lang="en">Spatial resolution expressed as vertical distance (ISO 19115-1:2014).</skos:definition>
<dqv:expectedDataType rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
<dqv:inDimension rdf:resource="http://www.w3.org/ns/dqv#precision"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
</rdf:Description>
<!-- ========================================= -->
<!-- Properties -->
<!-- ========================================= -->
<!-- Agent roles -->
<rdf:Description rdf:about="http://data.europa.eu/930/custodian">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">Custodian</rdfs:label>
<rdfs:comment xml:lang="en">Party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource (ISO 19115:2003).</rdfs:comment>
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is typically used for Catalogues, Catalogue Records, Data Services, and Datasets. However, no domain restriction is defined, and therefore this property can be used on any resource.</skos:scopeNote>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/eli/reg/2008/1205/2008-12-24"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/26020.html"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:seeAlso rdf:resource="http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/custodian"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/930/distributor">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">Distributor</rdfs:label>
<rdfs:comment xml:lang="en">Party who distributes the resource (ISO 19115:2003).</rdfs:comment>
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is typically used for Catalogues, Catalogue Records, Data Services, and Datasets. However, no domain restriction is defined, and therefore this property can be used on any resource.</skos:scopeNote>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/eli/reg/2008/1205/2008-12-24"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/26020.html"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:seeAlso rdf:resource="http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/distributor"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/930/originator">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">Originator</rdfs:label>
<rdfs:comment xml:lang="en">Party who created the resource (ISO 19115:2003).</rdfs:comment>
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is typically used for Catalogues, Catalogue Records, Data Services, and Datasets. However, no domain restriction is defined, and therefore this property can be used on any resource.</skos:scopeNote>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/eli/reg/2008/1205/2008-12-24"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/26020.html"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:seeAlso rdf:resource="http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/originator"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/930/principalInvestigator">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">Principal investigator</rdfs:label>
<rdfs:comment xml:lang="en">Key party responsible for gathering information and conducting research (ISO 19115:2003).</rdfs:comment>
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is typically used for Catalogues, Catalogue Records, Data Services, and Datasets. However, no domain restriction is defined, and therefore this property can be used on any resource.</skos:scopeNote>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/eli/reg/2008/1205/2008-12-24"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/26020.html"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:seeAlso rdf:resource="http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/principalInvestigator"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/930/processor">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">Processor</rdfs:label>
<rdfs:comment xml:lang="en">Party who has processed the data in a manner such that the resource has been modified (ISO 19115:2003).</rdfs:comment>
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is typically used for Catalogues, Catalogue Records, Data Services, and Datasets. However, no domain restriction is defined, and therefore this property can be used on any resource.</skos:scopeNote>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/eli/reg/2008/1205/2008-12-24"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/26020.html"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:seeAlso rdf:resource="http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/processor"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/930/resourceProvider">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">Resource provider</rdfs:label>
<rdfs:comment xml:lang="en">Party that supplies the resource (ISO 19115:2003).</rdfs:comment>
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is typically used for Catalogues, Catalogue Records, Data Services, and Datasets. However, no domain restriction is defined, and therefore this property can be used on any resource.</skos:scopeNote>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/eli/reg/2008/1205/2008-12-24"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/26020.html"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:seeAlso rdf:resource="http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/resourceProvider"/>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/930/user">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/concept-status/CURRENT"/>
<vs:term_status>stable</vs:term_status>
<rdfs:label xml:lang="en">User</rdfs:label>
<rdfs:comment xml:lang="en">Party who uses the resource (ISO 19115:2003).</rdfs:comment>
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is typically used for Catalogues, Catalogue Records, Data Services, and Datasets. However, no domain restriction is defined, and therefore this property can be used on any resource.</skos:scopeNote>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/930/"/>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/eli/reg/2008/1205/2008-12-24"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/26020.html"/>
<rdfs:isDefinedBy rdf:resource="https://www.iso.org/standard/53798.html"/>
<rdfs:seeAlso rdf:resource="http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/user"/>
</rdf:Description>
<!-- ========================================= -->
<!-- Terms re-used from other vocabularies -->
<!-- ========================================= -->
<!-- ========================================= -->
<!-- Classes -->
<!-- ========================================= -->
<!-- Mandatory classes -->
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Agent">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class corresponds to the notion of "responsible party", as defined in ISO 19115 and INSPIRE, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#Catalog">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class, complemented with dcat:DataService, corresponds to the notion of "catalogue service", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#Dataset">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class corresponds to the notions of "datasets" and "dataset series", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<!-- Recommended classes -->
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class corresponds to the notion of "keyword from controlled vocabulary", as defined in ISO 19115 and INSPIRE, and for items from gazetteers and registers of reference systems.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#ConceptScheme">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class corresponds to the notions of "originating controlled vocabulary", as defined in ISO 19115 and INSPIRE, and for gazetteers and registers of reference systems.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#Distribution">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT and in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/LicenseDocument">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<!-- Optional classes -->
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class MAY be used to specify a testing activity over a resource (as a Catalogue, Catalogue Record, Data Service, Dataset), against a given Standard, producing as output a conformance degree. As such, it is one of the classes used to represent the notion of "conformity and data quality" in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn#Address">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class MAY be used to specify a postal address of an Agent, with a role different from "contact point".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#Address">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class MAY be used to specify a postal address of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#Attribution">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP to specify, via a qualified relationship, an agent role not supported in the reference vocabularies. In particular, in GeoDCAT-AP it provides a general mechanism to express all the responbile party roles defined in ISO 10115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#CatalogRecord">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used to express all the information that, in ISO 19155 and INSPIRE, is specified on metadata records.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#Checksum">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#DataService">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used to express all the information that, in ISO 19155 and INSPIRE, is specified on spatial data services.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Document">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/adms#Identifier">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#Kind">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class corresponds to the notion of "responsible party", as defined in ISO 19115 and INSPIRE, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/Location">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/MediaType">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dqv#Metric">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used to define individuals corresponding to the different types of spatial resolution.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/PeriodOfTime">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/ProvenanceStatement">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used to express all the information that, in ISO 19155 and INSPIRE, is specified on "lineage".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dqv#QualityMeasurement">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class corresponds to the notion of "spatial resolution", as defined in INSPIRE, ISO 19115:2003, and ISO 19115-1:2014.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#Relationship">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/RightsStatement">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/Standard">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP, and to express all the information that, in ISO 19155 and INSPIRE, is specified on "metadata standard", "reference system", "reference specification" (for conformity test results).</skos:scopeNote>
</rdf:Description>
<!-- ========================================= -->
<!-- Properties -->
<!-- ========================================= -->
<!-- Identifiers -->
<rdf:Description rdf:about="http://purl.org/dc/terms/identifier">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notions of "resource identifier", "geographic identifier", and "metadata file identifier", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/adms#identifier">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#notation">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<!-- Provenance -->
<rdf:Description rdf:about="http://purl.org/dc/terms/source">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP. Moreover, it MAY be used to link a testing activity over a resource (as a Catalogue, Catalogue Record, Data Service, Dataset) with the corresponding result. As such, it is one of the properties used to represent the notion of "conformity and data quality".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#generated">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property MAY be used to specify the result of a testing activity over a resource (as Catalogue, Catalogue Record, Data Service, Dataset). As such, it is one of the properties used to represent the notion of "conformity and data quality".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/provenance">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify a narrative description of "lineage", as defined in ISO 19155 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<!-- Maintenance information -->
<rdf:Description rdf:about="http://purl.org/dc/terms/accrualPeriodicity">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notion of "maintenance information", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<!-- Resource classification -->
<rdf:Description rdf:about="http://purl.org/dc/terms/type">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property it is used as in DCAT-AP. Moreover, it corresponds to the notions of "resource type", "service category", "service type", and "conformance degree", as defined in ISO 19115 and INSPIRE. Finally, it is used to specify the type of reference system (spatial or temporal) by using the relevant URIs from the glossary hosted on the INSPIRE Registry.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#theme">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notion of "keyword from controlled vocabulary", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#keyword">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notion of "free keyword", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/subject">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property SHOULD take as value one of the URIs of the "Topic categories in accordance with EN ISO 19115" code list operated by the INSPIRE Registry.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#themeTaxonomy">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#inScheme">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to link an item to a controlled vocabulary, gazetteer, or register of reference systems.</skos:scopeNote>
</rdf:Description>
<!-- Containment relationships -->
<rdf:Description rdf:about="http://purl.org/dc/terms/hasPart">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/isPartOf">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#dataset">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#service">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#catalog">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#record">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<!-- Related resources -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#landingPage">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/homepage">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/page">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#accessURL">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#downloadURL">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#endpointURL">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#endpointDescription">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/primaryTopic">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#servesDataset">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#accessService">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#qualifiedRelation">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/isVersionOf">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/hasVersion">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/isReferencedBy">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/relation">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/adms#sample">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<!-- Status -->
<rdf:Description rdf:about="http://www.w3.org/ns/adms#status">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<!-- Use and access conditions -->
<rdf:Description rdf:about="http://purl.org/dc/terms/rights">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/license">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/accessRights">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP. For INSPIRE metadata, this property SHOULD be used with the URIs of the "Limitations on public access" code list operated by the INSPIRE Registry.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/odrl/2/hasPolicy">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://data.europa.eu/r5r/availability">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<!-- Representation, format, char encoding, language -->
<rdf:Description rdf:about="http://purl.org/dc/terms/format">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#mediaType">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2011/content#characterEncoding">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the "character encoding", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/language">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP. Moreover, it corresponds to the notion of "resource language" and "metadata language", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#byteSize">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#checksum">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#algorithm">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#checksumValue">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#compressFormat">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#packageFormat">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/adms#representationTechnique">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the "spatial representation type", as defined in ISO 19115 and INSPIRE, by using the URIs from the relevant register hosted by the INSPIRE Registry.</skos:scopeNote>
</rdf:Description>
<!-- Agents -->
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/mbox">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the email address of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/name">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP to specify the name of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/phone">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the phone number of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/workplaceHomepage">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the work homepage of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/org#memberOf">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the affiliation of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn#address">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the postal address of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn#adminUnitL2">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the administrative area of a postal address of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn#postName">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the city of a postal address of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn#adminUnitL1">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the country of a postal address of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn#postCode">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the postal code of a postal address of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn#thoroughfare">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the street name and civic number of a postal address of an Agent, when the role is different from "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#hasEmail">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the email address of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#fn">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP to specify the name of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#hasTelephone">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the phone number of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#hasURL">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the work homepage of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#organization-name">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the affiliation of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#hasAddress">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the postal address of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#region">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the administrative area of a postal address of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#locality">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the city of a postal address of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#country-name">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the country of a postal address of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#postal-code">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the postal code of a postal address of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/vcard/ns#street-address">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the street name and civic number of a postal address of an Agent, but only when having the role of "point of contact".</skos:scopeNote>
</rdf:Description>
<!-- Annotation properties -->
<rdf:Description rdf:about="http://purl.org/dc/terms/title">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notion of "resource title", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/description">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notion of "resource abstract", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#versionInfo">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notion of "metadata standard version", as defined in ISO 19115 and INSPIRE. Moreover, it can also be used to specify the version of other types resources (as Category Schemes and Datasets).</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/adms#versionNotes">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify a textual descriptions of "conditions for access and use and limitations on public access - use limitations and access / other constraints" (rights statements), "encoding / distribution format", and "lineage", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#prefLabel">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the name of a Category, Location (geographic name), and reference system.</skos:scopeNote>
</rdf:Description>
<!-- Conformity -->
<rdf:Description rdf:about="http://purl.org/dc/terms/conformsTo">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is generally used to specify conformity of a resource (as a Catalogue, Catalogue Record, Data Service, Dataset) with a reference standard / specification / regulation / reference system. As such, it is one of the properties used to represent the notions of "conformity and data quality", "reference system", "metadata standard", as defined in ISO 19115 and INSPIRE. About the notion of "conformity and data quality", this property can only be used when the conformity degree is "conformant".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedBy">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property MAY be used to specify a testing activity over a resource (as a Catalogue, Catalogue Record, Data Service, Dataset). As such, it is one of the properties used to represent the notion of "conformity and data quality".</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#used">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property MAY be used to specify the resource (as a Catalogue, Catalogue Record, Data Service, Dataset) over which a testing activity has been carried out. As such, it is one of the properties used to represent the notion of "conformity and data quality".</skos:scopeNote>
</rdf:Description>
<!-- Spatial aspects -->
<rdf:Description rdf:about="http://purl.org/dc/terms/spatial">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and in DCAT-AP, to specify the spatial coverage of a resource (as a Catalogue, Data Service, Dataset), by using either a geographic identifier or a geometry. As such, it is one of the properties used to represent the notion of "geographic location / geographic bounding box", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn#geometry">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and in DCAT-AP, to specify the spatial coverage of a resource (as a Catalogue, Data Service, Dataset), by using a geometry. As such, it is one of the properties used to represent the notion of "geographic location / geographic bounding box", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#centroid">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and in DCAT-AP, to specify the spatial coverage of a resource (as a Catalogue, Data Service, Dataset), by using a centroid. As such, it is one of the properties used to represent the notion of "geographic location / geographic bounding box", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#bbox">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and in DCAT-AP, to specify the spatial coverage of a resource (as a Catalogue, Data Service, Dataset), by using a bounding box. As such it is one of the properties used to represent the notion of "geographic location / geographic bounding box", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dqv#hasQualityMeasurement">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify "spatial resolution", as defined in INSPIRE, ISO 19115:2003, and ISO 19115-1:2014.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dqv#inDimension">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used in the definition of the instances of dqv:Metric corresponding to the different types of spatial resolution. It MUST always take as value dqv:precision.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dqv#expectedDataType">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used in the definition of the instances of dqv:Metric corresponding to the different types of spatial resolution.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dqv#isMeasurementOf">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the type of spatial resolution being described, by taking as object one of the following instances of dqv:Metric: geodcat:spatialResolutionAsScale, geodcat:spatialResolutionAsDistance, geodcat:spatialResolutionAsAngularDistance, geodcat:spatialResolutionAsVerticalDistance.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dqv#value">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the value of the spatial resolution being described via a typed literal. The datatype MUST correspond to the one specified via property dqv:expectedDataType in the definition of the corresponding instance of dqv:Metric.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/linked-data/sdmx/2009/attribute#unitMeasure">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify, when relevant, the unit of measure of the spatial resolution being described, by taking as object the relevant term from the Ontology of Units of Measure (OM).</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#spatialResolutionInMeters">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify "spatial resolution", as defined in INSPIRE, ISO 19115:2003, and ISO 19115-1:2014, whenever the spatial resolution is expressed as horizontal ground distance in metres.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property MAY be used to specify spatial resolution as free-text, when it cannot be specified with properties dqv:hasQualityMeasurement and dcat:spatialResolutionInMeters.</skos:scopeNote>
</rdf:Description>
<!-- Temporal aspects -->
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#startDate">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#endDate">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/time#hasBeginning">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2006/time#hasEnd">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/created">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notion of "temporal reference - creation date", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/issued">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notion of "temporal reference - publication date", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/modified">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notion of "temporal reference - last revision", as defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/temporal">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to the notion of "temporal reference - temporal extent" defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#temporalResolution">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP.</skos:scopeNote>
</rdf:Description>
<!-- Agent roles -->
<rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP to specify an agent role not supported in the reference vocabularies.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#hadRole">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the responsible party role by using the URIs from the relevant register hosted by the INSPIRE Registry.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/prov#agent">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property is used to specify the Agent associated with a role not supported in the reference vocabularies.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to responsible party role "author" defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/publisher">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to responsible party role "publisher" defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/dc/terms/rightsHolder">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to responsible party role "owner" defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/dcat#contactPoint">
<skos:scopeNote xml:lang="en">In GeoDCAT-AP, this property corresponds to responsible party role "point of contact" defined in ISO 19115 and INSPIRE.</skos:scopeNote>
</rdf:Description>
</rdf:RDF>