-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcitedcat-ap.rdf
737 lines (697 loc) · 55.6 KB
/
citedcat-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
<?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:dcat = "http://www.w3.org/ns/dcat#"
xmlns:dct = "http://purl.org/dc/terms/"
xmlns:citedcat = "https://w3id.org/citedcat-ap/"
xmlns:foaf = "http://xmlns.com/foaf/0.1/"
xmlns:owl = "http://www.w3.org/2002/07/owl#"
xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs = "http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos = "http://www.w3.org/2004/02/skos/core#"
xmlns:vann = "http://purl.org/vocab/vann/"
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="https://w3id.org/citedcat-ap/">
<!-- 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">2021-03-14</dct:created>
<dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-03-28</dct:issued>
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-03-31</dct:modified>
<adms:status rdf:resource="http://publications.europa.eu/resource/dataset/dataset-status/COMPLETED"/>
<owl:versionInfo xml:lang="en">Version 1.0.0</owl:versionInfo>
<adms:versionNotes xml:lang="en">First version of the CiteDCAT-AP RDF Vocabulary, including only the terms defined in the CiteDCAT-AP namespace.</adms:versionNotes>
<adms:versionNotes xml:lang="en">This version of CiteDCAT-AP is aligned with the following specifications: DCAT 2, DCAT-AP 2.0.1, GeoDCAT-AP 2.0.0, StatDCAT-AP 1.0.1, DataCite 4.4.</adms:versionNotes>
<!-- Namespace and prefix -->
<vann:preferredNamespacePrefix>citedcat</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://w3id.org/citedcat-ap/</vann:preferredNamespaceUri>
<!-- Description -->
<rdfs:label xml:lang="en">CiteDCAT-AP Vocabulary</rdfs:label>
<dct:title xml:lang="en">CiteDCAT-AP Vocabulary</dct:title>
<rdfs:comment xml:lang="en">CiteDCAT-AP is an extension of the DCAT application profile for data portals in Europe (DCAT-AP) for describing resources documented by using the DataCite metadata schema - the de facto standard for data citation, and used across scientific disciplines. Its basic use case is to make research data searchable on general data portals, thereby bridging the gap between scientific and public sector information. For this purpose, CiteDCAT-AP provides an RDF vocabulary and the corresponding RDF syntax binding for the metadata elements defined in DataCite.</rdfs:comment>
<dct:abstract xml:lang="en">CiteDCAT-AP is an extension of the DCAT application profile for data portals in Europe (DCAT-AP) for describing resources documented by using the DataCite metadata schema - the de facto standard for data citation, and used across scientific disciplines. Its basic use case is to make research data searchable on general data portals, thereby bridging the gap between scientific and public sector information. For this purpose, CiteDCAT-AP provides an RDF vocabulary and the corresponding RDF syntax binding for the metadata elements defined in DataCite.</dct:abstract>
<dct:description xml:lang="en">CiteDCAT-AP is an extension of the DCAT application profile for data portals in Europe (DCAT-AP) for describing resources documented by using the DataCite metadata schema - the de facto standard for data citation, and used across scientific disciplines. Its basic use case is to make research data searchable on general data portals, thereby bridging the gap between scientific and public sector information. For this purpose, CiteDCAT-AP provides an RDF vocabulary and the corresponding RDF syntax binding for the metadata elements defined in DataCite.</dct:description>
<!-- Reference specification -->
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<!-- Conformity -->
<dct:conformsTo rdf:resource="https://www.w3.org/TR/vocab-dcat/"/>
<dct:conformsTo rdf:resource="http://data.europa.eu/r5r/"/>
<dct:conformsTo rdf:resource="http://data.europa.eu/930/"/>
<dct:conformsTo rdf:resource="http://data.europa.eu/s1n/"/>
<dct:conformsTo rdf:resource="https://schema.datacite.org/"/>
<!-- Re-used vocabularies -->
<voaf:reliesOn rdf:resource="http://www.w3.org/ns/adms#"/>
<voaf:reliesOn rdf:resource="http://purl.org/ontology/bibo/"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/ns/dcat#"/>
<voaf:reliesOn rdf:resource="http://purl.org/dc/terms/"/>
<voaf:reliesOn rdf:resource="http://purl.org/dc/dctype/"/>
<voaf:reliesOn rdf:resource="http://xmlns.com/foaf/0.1/"/>
<voaf:reliesOn rdf:resource="http://www.opengis.net/ont/geosparql#"/>
<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/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://www.w3.org/2006/vcard/ns#"/>
<voaf:reliesOn rdf:resource="https://www.w3.org/2007/05/powder-s"/>
<!-- Editor -->
<bibo:editor>
<foaf:Person rdf:about="https://andrea-perego.name/foaf/#me">
<foaf:name>Perego, Andrea</foaf:name>
<owl:sameAs rdf:resource="https://orcid.org/0000-0001-9300-2694"/>
</foaf:Person>
</bibo:editor>
<bibo:editor>
<foaf:Person rdf:nodeID="tim-austin">
<foaf:name>Austin, Tim</foaf:name>
</foaf:Person>
</bibo:editor>
<!-- Author -->
<dct:creator rdf:resource="https://andrea-perego.name/foaf/#me"/>
<dct:creator rdf:nodeID="tim-austin"/>
<dct:creator>
<foaf:Person>
<foaf:name>Friis-Christensen, Anders</foaf:name>
</foaf:Person>
</dct:creator>
<dct:creator>
<foaf:Person>
<foaf:name>Vaccari, Lorenzino</foaf:name>
</foaf:Person>
</dct:creator>
<dct:creator>
<foaf:Person>
<foaf:name>Tsinaraki, Chrisa</foaf:name>
</foaf:Person>
</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">2021</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:resource="https://www.iana.org/assignments/media-types/text/html"/>
<dcat:downloadURL rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
</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://ec-jrc.github.io/datacite-to-dcat-ap/citedcat-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://ec-jrc.github.io/datacite-to-dcat-ap/citedcat-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://ec-jrc.github.io/datacite-to-dcat-ap/citedcat-ap.jsonld"/>
</adms:AssetDistribution>
</dcat:distribution>
</rdf:Description>
<!-- ========================================= -->
<!-- Terms defined in the CiteDCAT-AP namespace -->
<!-- ========================================= -->
<!-- ========================================= -->
<!-- Classes -->
<!-- ========================================= -->
<!-- Resource types -->
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/DataPaper">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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">Data paper</rdfs:label>
<rdfs:comment xml:lang="en">A factual and objective publication with a focused intent to identify and describe specific data, sets of data, or data collections to facilitate discoverability [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">A data paper describes data provenance and methodologies used in the gathering, processing, organizing, and representing the data [DataCite].</skos:scopeNote>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/Model">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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">Model</rdfs:label>
<rdfs:comment xml:lang="en">An abstract, conceptual, graphical, mathematical or visualization model that represents empirical objects, phenomena, or physical processes [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">Modelled descriptions of, for example, different aspects of languages or a molecular biology reaction chain [DataCite].</skos:scopeNote>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/Workflow">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<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">Workflow</rdfs:label>
<rdfs:comment xml:lang="en">A structured series of steps which can be executed to produce a final outcome, allowing users a means to specify and enact their work in a more reproducible manner [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">Computational workflows involving sequential operations made on data by wrapped software and may be specified in a format belonging to a workflow management system, such as Taverna [DataCite].</skos:scopeNote>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<!-- ========================================= -->
<!-- Properties -->
<!-- ========================================= -->
<!-- Related resources -->
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/isSupplementTo">
<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">is supplement to</rdfs:label>
<rdfs:comment xml:lang="en">Indicates that A is a supplement to B [DataCite].</rdfs:comment>
<owl:inverseOf rdf:resource="https://w3id.org/citedcat-ap/isSupplementedBy"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/isSupplementedBy">
<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">is supplemented by</rdfs:label>
<rdfs:comment xml:lang="en">Indicates that B is a supplement to A [DataCite].</rdfs:comment>
<owl:inverseOf rdf:resource="https://w3id.org/citedcat-ap/isSupplementTo"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/isContinuedBy">
<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">is continued by</rdfs:label>
<rdfs:comment xml:lang="en">Indicates A is continued by the work B [DataCite].</rdfs:comment>
<owl:inverseOf rdf:resource="https://w3id.org/citedcat-ap/continues"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/continues">
<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">continues</rdfs:label>
<rdfs:comment xml:lang="en">Indicates A is a continuation of the work B [DataCite].</rdfs:comment>
<owl:inverseOf rdf:resource="https://w3id.org/citedcat-ap/isContinuedBy"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/isCompiledBy">
<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">is compiled by</rdfs:label>
<rdfs:comment xml:lang="en">Indicates B is used to compile or create A [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">May be used for software and text, as a compiler can be a computer program or a person [DataCite].</skos:scopeNote>
<owl:inverseOf rdf:resource="https://w3id.org/citedcat-ap/compiles"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/compiles">
<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">compiles</rdfs:label>
<rdfs:comment xml:lang="en">Indicates B is the result of a compile or creation event using A [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">May be used for software and text, as a compiler can be a computer program or a person [DataCite].</skos:scopeNote>
<owl:inverseOf rdf:resource="https://w3id.org/citedcat-ap/isCompiledBy"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/isVariantFormOf">
<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">is variant form or</rdfs:label>
<rdfs:comment xml:lang="en">Indicates A is a variant or different form of B [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">Use for a different form of one thing. May be used for different software operating systems or compiler formats, for example [DataCite].</skos:scopeNote>
<owl:inverseOf rdf:resource="https://w3id.org/citedcat-ap/isOriginalFormOf"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/isOriginalFormOf">
<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">is original form of</rdfs:label>
<rdfs:comment xml:lang="en">Indicates A is the original form of B [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">May be used for different software operating systems or compiler formats, for example [DataCite].</skos:scopeNote>
<owl:inverseOf rdf:resource="https://w3id.org/citedcat-ap/isVariantFormOf"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/isReviewedBy">
<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">is reviewed by</rdfs:label>
<rdfs:comment xml:lang="en">Indicates that A is reviewed by B [DataCite].</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/ontology/bibo/reviewOf"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/describes">
<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">describes</rdfs:label>
<rdfs:comment xml:lang="en">Indicates A describes B [DataCite].</rdfs:comment>
<owl:inverseOf rdf:resource="http://www.w3.org/2007/05/powder-s#describedby"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<!-- Agent roles -->
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/dataCollector">
<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">data collector</rdfs:label>
<rdfs:comment xml:lang="en">Person/institution responsible for finding, gathering/collecting data under the guidelines of the author(s) or Principal Investigator (PI) [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">May also use when crediting survey conductors, interviewers, event or condition observers, person responsible for monitoring key instrument data [DataCite].</skos:scopeNote>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/dataCurator">
<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">data curator</rdfs:label>
<rdfs:comment xml:lang="en">Person tasked with reviewing, enhancing, cleaning, or standardizing metadata and the associated data submitted for storage, use, and maintenance within a data centre or repository [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">While the DataManager is concerned with digital maintenance, the DataCurator’s role encompasses quality assurance focused on content and metadata. DataCurator responsibilities include: checking completeness of the submitted dataset against the content as described by the submitter; verifying standard metadata according to the applicable system or schema; adding or verifying specialized metadata to add value and ensure access across disciplines; and determining how the metadata might map to search engines, database products, and automated feeds. Repository managers as well as data librarians working in the repository fall within this category [DataCite].</skos:scopeNote>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/dataManager">
<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">data manager</rdfs:label>
<rdfs:comment xml:lang="en">Person (or organisation with a staff of data managers, such as a data centre) responsible for maintaining the finished resource [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">The work done by this person or organisation ensures that the resource is periodically “refreshed” in terms of software/hardware support, is kept available or is protected from unauthorized access, is stored in accordance with industry standards, and is handled in accordance with the records management requirements applicable to it [DataCite].</skos:scopeNote>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/hostingInstitution">
<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">hosting institution</rdfs:label>
<rdfs:comment xml:lang="en">Typically, the organisation allowing the resource to be available on the Internet through the provision of its hardware/software/operating support [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">This role normally falls on the University, research center or organization where the data center/data repository belongs. May also be used for an organisation that stores the data offline - often a data centre if that data centre is not the “publisher” of the resource [DataCite].</skos:scopeNote>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/projectLeader">
<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">project leader</rdfs:label>
<rdfs:comment xml:lang="en">Person officially designated as head of project team or sub-project team instrumental in the work necessary to development of the resource [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">The Project Leader is not “removed” from the work that resulted in the resource; he or she remains intimately involved throughout the life of the particular project team [DataCite].</skos:scopeNote>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/citedcat-ap/projectMember"/>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/projectManager">
<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">project manager</rdfs:label>
<rdfs:comment xml:lang="en">Person officially designated as manager of a project. Project may consist of one or many project teams and sub-teams [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">The manager of a project normally has more administrative responsibility than actual work involvement [DataCite].</skos:scopeNote>
<rdfs:subPropertyOf rdf:resource="https://w3id.org/citedcat-ap/projectMember"/>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/projectMember">
<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">project member</rdfs:label>
<rdfs:comment xml:lang="en">Person on the membership list of a designated project/project team [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">This vocabulary may or may not indicate the quality, quantity, or substance of the person’s involvement [DataCite].</skos:scopeNote>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/registrationAgency">
<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">registration agency</rdfs:label>
<rdfs:comment xml:lang="en">Institution/organisation officially appointed by a Registration Authority to handle specific tasks within a defined area of responsibility [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">For instance: DataCite is a Registration Agency for the International DOI Foundation (IDF). One of DataCite’s tasks is to assign DOI prefixes to the allocating agents who then assign the full, specific character string to data clients, provide metadata back to the DataCite registry, etc. [DataCite].</skos:scopeNote>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/registrationAuthority">
<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">registration authority</rdfs:label>
<rdfs:comment xml:lang="en">A standards-setting body from which Registration Agencies obtain official recognition and guidance [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">For intance: The IDF serves as the Registration Authority for the International Standards Organisation (ISO) in the area/domain of Digital Object Identifiers [DataCite].</skos:scopeNote>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/researcher">
<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">researcher</rdfs:label>
<rdfs:comment xml:lang="en">A person involved in analyzing data or the results of an experiment or formal study. May indicate an intern or assistant to one of the authors who helped with research but who was not so “key” as to be listed as an author [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">Should be a person, not an institution. Note that a person involved in the gathering of data would fall under the contributorType “DataCollector.” The researcher may find additional data online and correlate it to the data collected for the experiment or study, for example [DataCite].</skos:scopeNote>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/researchGroup">
<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">research group</rdfs:label>
<rdfs:comment xml:lang="en">Typically refers to a group of individuals with a lab, department, or division that has a specifically defined focus of activity [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">May operate at a narrower level of scope; may or may not hold less administrative responsibility than a project team [DataCite].</skos:scopeNote>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Group"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/sponsor">
<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">sponsor</rdfs:label>
<rdfs:comment xml:lang="en">Person or organisation that issued a contract or under the auspices of which a work has been written, printed, published, developed, etc. [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">Includes organisations that provide in-kind support, through donation, provision of people or a facility or instrumentation necessary for the development of the resource, etc. [DataCite].</skos:scopeNote>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/supervisor">
<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">supervisor</rdfs:label>
<rdfs:comment xml:lang="en">Designated administrator over one or more groups/teams working to produce a resource or over one or more steps of a development process [DataCite].</rdfs:comment>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/workPackageLeader">
<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">work package leader</rdfs:label>
<rdfs:comment xml:lang="en">A Work Package is a recognized data product, not all of which is included in publication. The package, instead, may include notes, discarded documents, etc. The Work Package Leader is responsible for ensuring the comprehensive contents, versioning, and availability of the Work Package during the development of the resource [DataCite].</rdfs:comment>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.1/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.2/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.3/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-4.4/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/funder">
<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">funder</rdfs:label>
<rdfs:comment xml:lang="en">Institution that provided financial support for the development of the resource [DataCite].</rdfs:comment>
<skos:scopeNote xml:lang="en">Includes organizations that provide funding via regular budget allocations, through grants or awards [DataCite].</skos:scopeNote>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.0/"/>
<rdfs:isDefinedBy rdf:resource="https://schema.datacite.org/meta/kernel-3.1/"/>
</rdf:Description>
<!-- Funding reference -->
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/isFundedBy">
<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">is funded by</rdfs:label>
<rdfs:comment xml:lang="en">The activity (typically, a project) that provided financial support for the development of the resource.</rdfs:comment>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/citedcat-ap/isAwardedBy">
<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">is awarded by</rdfs:label>
<rdfs:comment xml:lang="en">Agent responsible for awarding financial support to an activity (typically, a project).</rdfs:comment>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:isDefinedBy rdf:resource="https://ec-jrc.github.io/datacite-to-dcat-ap/"/>
</rdf:Description>
</rdf:RDF>