-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgeodcat-ap.jsonld
2336 lines (2336 loc) · 74.4 KB
/
geodcat-ap.jsonld
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
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"@graph": [
{
"@id": "http://www.w3.org/2006/vcard/ns#hasURL",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://purl.org/dc/terms/Location",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#endDate",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://data.europa.eu/930/spatialResolutionAsAngularDistance",
"@type": [
"http://www.w3.org/ns/dqv#Metric"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Spatial resolution expressed as angular distance (ISO 19115-1:2014), by using decimal degrees."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://data.europa.eu/930/"
},
{
"@id": "https://www.iso.org/standard/53798.html"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Spatial resolution as angular distance"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@value": "stable"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
"@value": "Spatial resolution expressed as angular distance (ISO 19115-1:2014), by using decimal degrees."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "Spatial resolution as angular distance"
}
],
"http://www.w3.org/ns/adms#status": [
{
"@id": "http://publications.europa.eu/resource/dataset/concept-status/CURRENT"
}
],
"http://www.w3.org/ns/dqv#expectedDataType": [
{
"@id": "http://www.w3.org/2001/XMLSchema#decimal"
}
],
"http://www.w3.org/ns/dqv#inDimension": [
{
"@id": "http://www.w3.org/ns/dqv#precision"
}
]
},
{
"@id": "http://purl.org/dc/terms/provenance",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used to specify a narrative description of \"lineage\", as defined in ISO 19155 and INSPIRE."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#keyword",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property corresponds to the notion of \"free keyword\", as defined in ISO 19115 and INSPIRE."
}
]
},
{
"@id": "http://data.europa.eu/930/originator",
"@type": [
"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Party who created the resource (ISO 19115:2003)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://data.europa.eu/930/"
},
{
"@id": "http://data.europa.eu/eli/reg/2008/1205/2008-12-24"
},
{
"@id": "https://www.iso.org/standard/26020.html"
},
{
"@id": "https://www.iso.org/standard/53798.html"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Originator"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/originator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@value": "stable"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
],
"http://www.w3.org/ns/adms#status": [
{
"@id": "http://publications.europa.eu/resource/dataset/concept-status/CURRENT"
}
]
},
{
"@id": "http://purl.org/dc/terms/created",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property corresponds to the notion of \"temporal reference - creation date\", as defined in ISO 19115 and INSPIRE."
}
]
},
{
"@id": "http://purl.org/dc/terms/Standard",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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)."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#DataService",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this class is used to express all the information that, in ISO 19155 and INSPIRE, is specified on spatial data services."
}
]
},
{
"@id": "http://purl.org/dc/terms/isReferencedBy",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://data.europa.eu/930/principalInvestigator",
"@type": [
"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Key party responsible for gathering information and conducting research (ISO 19115:2003)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://data.europa.eu/930/"
},
{
"@id": "https://www.iso.org/standard/53798.html"
},
{
"@id": "http://data.europa.eu/eli/reg/2008/1205/2008-12-24"
},
{
"@id": "https://www.iso.org/standard/26020.html"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Principal investigator"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/principalInvestigator"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@value": "stable"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
],
"http://www.w3.org/ns/adms#status": [
{
"@id": "http://publications.europa.eu/resource/dataset/concept-status/CURRENT"
}
]
},
{
"@id": "http://www.w3.org/2011/content#characterEncoding",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used to specify the \"character encoding\", as defined in ISO 19115 and INSPIRE."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#catalog",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://spdx.org/rdf/terms#checksumValue",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/2006/vcard/ns#Kind",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#temporalResolution",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#contactPoint",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property corresponds to responsible party role \"point of contact\" defined in ISO 19115 and INSPIRE."
}
]
},
{
"@id": "http://xmlns.com/foaf/0.1/phone",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used to specify the phone number of an Agent, when the role is different from \"point of contact\"."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#Catalog",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this class, complemented with dcat:DataService, corresponds to the notion of \"catalogue service\", as defined in ISO 19115 and INSPIRE."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#mediaType",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/ns/locn#Address",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this class MAY be used to specify a postal address of an Agent, with a role different from \"contact point\"."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#accessService",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://purl.org/dc/terms/PeriodOfTime",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/ns/org#memberOf",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used to specify the affiliation of an Agent, when the role is different from \"point of contact\"."
}
]
},
{
"@id": "http://www.w3.org/ns/locn#thoroughfare",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://data.europa.eu/r5r/availability",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT-AP."
}
]
},
{
"@id": "https://andrea-perego.name/foaf/#me",
"@type": [
"http://xmlns.com/foaf/0.1/Person"
],
"http://www.w3.org/2002/07/owl#sameAs": [
{
"@id": "https://orcid.org/0000-0001-9300-2694"
}
],
"http://xmlns.com/foaf/0.1/name": [
{
"@value": "Andrea Perego"
}
]
},
{
"@id": "_:Nc52585fdeb8640a991a4d63057fb1006",
"@type": [
"http://www.w3.org/ns/adms#AssetDistribution"
],
"http://purl.org/dc/terms/format": [
{
"@id": "http://publications.europa.eu/resource/authority/file-type/RDF_TURTLE"
},
{
"@id": "http://www.w3.org/ns/formats/data/Turtle"
}
],
"http://purl.org/dc/terms/title": [
{
"@language": "en",
"@value": "Turtle"
}
],
"http://www.w3.org/ns/adms#representationTechnique": [
{
"@id": "http://purl.org/adms/representationtechnique/RDFSchema"
},
{
"@id": "http://purl.org/adms/representationtechnique/OWL"
}
],
"http://www.w3.org/ns/dcat#downloadURL": [
{
"@id": "https://semiceu.github.io/GeoDCAT-AP/releases/2.0.0/geodcat-ap.ttl"
}
],
"http://www.w3.org/ns/dcat#mediaType": [
{
"@id": "https://www.iana.org/assignments/media-types/text/turtle"
}
]
},
{
"@id": "_:N37297aaad0254036a92e8b623f128da2",
"@type": [
"http://xmlns.com/foaf/0.1/Group"
],
"http://xmlns.com/foaf/0.1/name": [
{
"@value": "GeoDCAT-AP Working Group"
}
],
"http://xmlns.com/foaf/0.1/page": [
{
"@id": "https://github.com/semiceu/geodcat-ap/"
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#record",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/ns/locn#geometry",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
]
},
{
"@id": "http://www.w3.org/2006/vcard/ns#postal-code",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://purl.org/dc/terms/language",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
]
},
{
"@id": "http://purl.org/dc/terms/rightsHolder",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property corresponds to responsible party role \"owner\" defined in ISO 19115 and INSPIRE."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#hadRole",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
]
},
{
"@id": "http://www.w3.org/ns/dqv#inDimension",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
]
},
{
"@id": "http://spdx.org/rdf/terms#checksum",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://purl.org/dc/terms/hasPart",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/2006/vcard/ns#hasTelephone",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#downloadURL",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/ns/adms#versionNotes",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/ns/prov#agent",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used to specify the Agent associated with a role not supported in the reference vocabularies."
}
]
},
{
"@id": "http://www.w3.org/2006/vcard/ns#locality",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://www.w3.org/2004/02/skos/core#notation",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT-AP."
}
]
},
{
"@id": "http://purl.org/dc/terms/ProvenanceStatement",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this class is used to express all the information that, in ISO 19155 and INSPIRE, is specified on \"lineage\"."
}
]
},
{
"@id": "http://www.w3.org/2002/07/owl#versionInfo",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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)."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#theme",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property corresponds to the notion of \"keyword from controlled vocabulary\", as defined in ISO 19115 and INSPIRE."
}
]
},
{
"@id": "http://www.w3.org/ns/prov#wasUsedBy",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://www.w3.org/2004/02/skos/core#inScheme",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used to link an item to a controlled vocabulary, gazetteer, or register of reference systems."
}
]
},
{
"@id": "http://www.w3.org/2006/vcard/ns#country-name",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://www.w3.org/ns/adms#Identifier",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/2006/vcard/ns#hasEmail",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://purl.org/dc/terms/LicenseDocument",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://purl.org/dc/terms/format",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#Relationship",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this class is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/ns/dcat#qualifiedRelation",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://purl.org/dc/terms/type",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
]
},
{
"@id": "http://xmlns.com/foaf/0.1/page",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://data.europa.eu/930/processor",
"@type": [
"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Party who has processed the data in a manner such that the resource has been modified (ISO 19115:2003)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://www.iso.org/standard/26020.html"
},
{
"@id": "http://data.europa.eu/930/"
},
{
"@id": "http://data.europa.eu/eli/reg/2008/1205/2008-12-24"
},
{
"@id": "https://www.iso.org/standard/53798.html"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Processor"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/processor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@value": "stable"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
],
"http://www.w3.org/ns/adms#status": [
{
"@id": "http://publications.europa.eu/resource/dataset/concept-status/CURRENT"
}
]
},
{
"@id": "http://www.w3.org/ns/adms#representationTechnique",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
]
},
{
"@id": "http://www.w3.org/ns/locn#adminUnitL1",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://www.w3.org/ns/adms#status",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT-AP."
}
]
},
{
"@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
]
},
{
"@id": "_:N353b070773c34873afd8edc472efd9de",
"@type": [
"http://www.w3.org/ns/adms#AssetDistribution"
],
"http://purl.org/dc/terms/format": [
{
"@id": "http://publications.europa.eu/resource/authority/file-type/RDF_XML"
},
{
"@id": "http://www.w3.org/ns/formats/data/RDF_XML"
}
],
"http://purl.org/dc/terms/title": [
{
"@language": "en",
"@value": "RDF/XML"
}
],
"http://www.w3.org/ns/adms#representationTechnique": [
{
"@id": "http://purl.org/adms/representationtechnique/OWL"
},
{
"@id": "http://purl.org/adms/representationtechnique/RDFSchema"
}
],
"http://www.w3.org/ns/dcat#downloadURL": [
{
"@id": "https://semiceu.github.io/GeoDCAT-AP/releases/2.0.0/geodcat-ap.rdf"
}
],
"http://www.w3.org/ns/dcat#mediaType": [
{
"@id": "https://www.iana.org/assignments/media-types/application/rdf+xml"
}
]
},
{
"@id": "http://www.w3.org/ns/dqv#isMeasurementOf",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
]
},
{
"@id": "http://www.w3.org/ns/prov#Attribution",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
]
},
{
"@id": "http://data.europa.eu/930/resourceProvider",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Party that supplies the resource (ISO 19115:2003)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://www.iso.org/standard/53798.html"
},
{
"@id": "http://data.europa.eu/eli/reg/2008/1205/2008-12-24"
},
{
"@id": "https://www.iso.org/standard/26020.html"
},
{
"@id": "http://data.europa.eu/930/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Resource provider"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://inspire.ec.europa.eu/metadata-codelist/ResponsiblePartyRole/resourceProvider"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@value": "stable"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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."
}
],
"http://www.w3.org/ns/adms#status": [
{
"@id": "http://publications.europa.eu/resource/dataset/concept-status/CURRENT"
}
]
},
{
"@id": "http://www.w3.org/ns/locn#adminUnitL2",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "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\"."
}
]
},
{
"@id": "http://xmlns.com/foaf/0.1/homepage",
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
"@value": "In GeoDCAT-AP, this property is used as in DCAT and DCAT-AP."
}
]
},
{
"@id": "http://data.europa.eu/930/spatialResolutionAsScale",
"@type": [
"http://www.w3.org/ns/dqv#Metric"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "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)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://data.europa.eu/eli/reg/2008/1205/2008-12-24"
},
{
"@id": "https://www.iso.org/standard/53798.html"
},
{
"@id": "http://data.europa.eu/930/"
},
{
"@id": "https://www.iso.org/standard/26020.html"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Spatial resolution as equivalent scale"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@value": "stable"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
"@value": "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)."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
"@value": "Spatial resolution as equivalent scale"
}
],
"http://www.w3.org/ns/adms#status": [
{
"@id": "http://publications.europa.eu/resource/dataset/concept-status/CURRENT"
}
],
"http://www.w3.org/ns/dqv#expectedDataType": [
{
"@id": "http://www.w3.org/2001/XMLSchema#decimal"
}
],
"http://www.w3.org/ns/dqv#inDimension": [
{
"@id": "http://www.w3.org/ns/dqv#precision"
}
]
},
{
"@id": "http://purl.org/dc/terms/MediaType",