forked from europarl/eli-ep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheli-ep.shacl.ttl
1976 lines (1707 loc) · 76.4 KB
/
eli-ep.shacl.ttl
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
@prefix schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skosthes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix eli-ep: <https://data.europarl.europa.eu/def/eli-ep#> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix euvoc: <http://publications.europa.eu/ontology/euvoc#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix xls2rdf: <https://xls2rdf.sparna.fr/vocabulary#> .
@prefix eli-dl: <http://data.europa.eu/eli/eli-draft-legislation-ontology#> .
@prefix ept: <https://data.europarl.europa.eu/def/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix geosparql: <http://www.opengis.net/ont/geosparql#> .
@prefix shacl-play: <https://shacl-play.sparna.fr/ontology#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix person: <http://www.w3.org/ns/person#> .
@prefix epvoc: <https://data.europarl.europa.eu/def/epvoc#> .
@prefix op-aut: <http://publications.europa.eu/resource/authority/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
<https://data.europarl.europa.eu/def/eli-ep#> a owl:Ontology, adms:Asset;
dcterms:type <http://publications.europa.eu/resource/authority/dataset-type/APROF>;
rdfs:label "ELI-EP Application Profile"@en;
dcterms:title "ELI-EP Application Profile"@en;
dcterms:description "ELI-EP is an application profile based on the ELI / ELI-DL Ontology, specifically designed to describe the documents and the activities of the European Parliament."@en;
owl:versionInfo "2.1.0";
adms:versionNotes """2.1.0 - 2024-03-20
- (new) add eli-dl:forms_part_of and eli-dl:occured_at_stage
- (new) add new classes: eli-dl:Vote, eli-dl:ProcessStage
- (new) add new properties: epvoc:expressionContent for eli:Expression; epvoc:originalLanguage, eli:is_realized_by and skos:notation^^epvoc:speechId for eli:WorkSubdivision
- (rfc) eli:WorkType values changed from EU AT resource-type to EP taxonomy ep-document-types; eli-dl:ParticipationRole from role to ep-roles
- (rfc) org:Organization values changed from EU AT corporate-body to org-ep data
- (new) added missing classes: eli-dl:DecisionMethod, eli-dl:DecisionOutcome
2.0 - 2024-01-12
- (new) add eli-dl:involved_work
- (rfc) eli-dl:ActivityType values changed from EU AT event to EP taxonomy ep-activities
- (new) add eli-dl:ProcessType, using EP taxonomy ep-procedure-types
1.5 - 2023-12-05
- check cardinalities + add missing properties
1.3 - 2023-09-26
- (new) add Classes eli-dl:Decision, eli:WorkSubdivision, eli:SubdivisionType and related properties
- (new) properties eli-dl:number_of_attendees, eli-dl:had_participant_person, eli-dl:had_excused_person
- (rfc) eli-dl:recorded_in_realization_of by eli-dl:recorded_in_a_realization_of
- (rfc) change eliExpression and eli:Manifestation pattern to manage not only 2 letters, but also 3 - in case for mul (multilingual).
1.2 - 2023-06-10
- (update) change dcterms:identifier^^epvoc:periclesId to skos:notation^^epvoc:periclesId
(update) eli-dl:activity_date change datatype to date only (xsd:date)
1.1 - 2023-04-14
- (new) object properties: eli-dl:adopts, epvoc:isAboutSubjectMatter, epvoc:isAboutDirectoryCode
- (new) eli-dl:Process
- (update) eli:date_document sh:datatype changed from xsd:dateTime to xsd:date"""@en;
adms:status <http://publications.europa.eu/resource/dataset/dataset-status/COMPLETED>;
owl:versionIRI <https://data.europarl.europa.eu/def/eli-ep#>;
dcterms:conformsTo <https://www.w3.org/TR/shacl>;
dcterms:created "2022-11-24"^^xsd:date;
dcterms:modified "2024-03-20T00:00:00.000Z"^^xsd:dateTime;
dcterms:dateCopyrighted "2022"^^xsd:gYear;
dcterms:license <https://www.europarl.europa.eu/legal-notice/>;
dcterms:creator <http://publications.europa.eu/resource/dataset/corporate-body/EP>;
dcterms:publisher <http://publications.europa.eu/resource/dataset/corporate-body/EP>;
dcterms:rigthsHolder <http://publications.europa.eu/resource/dataset/corporate-body/EURUN>;
dcat:distribution _:a4aeb3f30c2042e3b539bc99a24f35721593 .
_:a4aeb3f30c2042e3b539bc99a24f35721593 dcterms:format <https://www.iana.org/assignments/media-types/text/turtle>;
dcat:downloadURL <https://europarl.github.io/eli-ep/1.3/eli-ep.shacl.ttl> .
eli:Work a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/eli/dl/doc/A-9-2019-0001";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/doc/[A-Za-z0-9\\-_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721594;
rdfs:label "Work"@en;
sh:order "1"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "Orange";
sh:property eli-ep:P14, eli-ep:P15, eli-ep:P16, eli-ep:P17, eli-ep:P18, eli-ep:P19,
eli-ep:P20, eli-ep:P21, eli-ep:P22, eli-ep:P23, eli-ep:P24, eli-ep:P25, eli-ep:P26,
eli-ep:P27, eli-ep:P28, eli-ep:P29, eli-ep:P32, eli-ep:P33, eli-ep:P34, eli-ep:P35,
eli-ep:P36, eli-ep:P37, eli-ep:P38, eli-ep:P39, eli-ep:P40, eli-ep:P41, eli-ep:P42,
eli-ep:P43, eli-ep:P44, eli-ep:P45, eli-ep:P46, eli-ep:P47 .
_:a4aeb3f30c2042e3b539bc99a24f35721594 rdf:first rdf:type;
rdf:rest rdf:nil .
eli:ComplexWork a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/eli/dl/doc/OJ-9-2020-10-21";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/doc/[A-Za-z0-9\\-_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721595;
rdfs:label "Complex work"@en;
sh:order "2"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "Orange";
sh:property eli-ep:P9, eli-ep:P10, eli-ep:P14, eli-ep:P15, eli-ep:P16, eli-ep:P17,
eli-ep:P18, eli-ep:P19, eli-ep:P20, eli-ep:P21, eli-ep:P22, eli-ep:P23, eli-ep:P24,
eli-ep:P25, eli-ep:P26, eli-ep:P27, eli-ep:P28, eli-ep:P29 .
_:a4aeb3f30c2042e3b539bc99a24f35721595 rdf:first rdf:type;
rdf:rest rdf:nil .
eli:Expression a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/eli/dl/doc/A-9-2019-0001/en";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/doc/[A-Za-z0-9\\-_]+/[a-z]{2,3}$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721596;
rdfs:label "Expression"@en;
sh:order "3"^^xsd:integer;
owl:versionInfo "1.3";
shacl-play:color "RoyalBlue";
sh:property eli-ep:P137, eli-ep:P138, eli-ep:P139, eli-ep:P140, eli-ep:P141 .
_:a4aeb3f30c2042e3b539bc99a24f35721596 rdf:first rdf:type;
rdf:rest rdf:nil .
eli:Manifestation a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/eli/dl/doc/A-9-2019-0001/en/pdf";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/doc/[A-Za-z0-9\\-_]+/[a-z]{2,3}/.*$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721597;
rdfs:label "Manifestation"@en;
sh:order "4"^^xsd:integer;
owl:versionInfo "1.3";
shacl-play:color "SeaGreen";
sh:property eli-ep:P144, eli-ep:P145, eli-ep:P146, eli-ep:P147, eli-ep:P148 .
_:a4aeb3f30c2042e3b539bc99a24f35721597 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:Activity a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/eli/dl/event/MTG-PL-2020-10-23";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/event/[A-Za-z0-9\\-_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721598;
rdfs:label "Activity"@en;
sh:order "5"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "DarkBlue";
sh:property eli-ep:P63, eli-ep:P64, eli-ep:P65, eli-ep:P66, eli-ep:P67, eli-ep:P68,
eli-ep:P69, eli-ep:P70, eli-ep:P71, eli-ep:P72, eli-ep:P73, eli-ep:P75, eli-ep:P76,
eli-ep:P77, eli-ep:P78, eli-ep:P79, eli-ep:P80, eli-ep:P81, eli-ep:P82, eli-ep:P83,
eli-ep:P84, eli-ep:P85, eli-ep:P86, eli-ep:P87, eli-ep:P88, eli-ep:P89, eli-ep:P90,
eli-ep:P91 .
_:a4aeb3f30c2042e3b539bc99a24f35721598 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:ForeseenActivity a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/eli/dl/event/MTG-PL-2020-10-23-TF-9000";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/event/[A-Za-z0-9\\-_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721599;
rdfs:label "ForeseenActivity"@en;
sh:order "6"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "Grey";
sh:property eli-ep:P63, eli-ep:P64, eli-ep:P65, eli-ep:P66, eli-ep:P67, eli-ep:P68,
eli-ep:P69, eli-ep:P70, eli-ep:P71, eli-ep:P72, eli-ep:P73, eli-ep:P93, eli-ep:P94,
eli-ep:P95, eli-ep:P96, eli-ep:P97, eli-ep:P98, eli-ep:P99, eli-ep:P100 .
_:a4aeb3f30c2042e3b539bc99a24f35721599 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:Participation a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/eli/dl/participation/A-9-2021-0226_112611";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/participation/[A-Za-z0-9\\-_]+_+[A-Za-z0-9\\-_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721600;
rdfs:label "Participation"@en;
sh:order "7"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "Purple";
sh:property eli-ep:P151, eli-ep:P152, eli-ep:P153, eli-ep:P154 .
_:a4aeb3f30c2042e3b539bc99a24f35721600 rdf:first rdf:type;
rdf:rest rdf:nil .
epvoc:Room a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/room/LOWHEM";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/room/[A-Za-z0-9\\-_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721601;
rdfs:label "Room"@en;
sh:order "8"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "Black";
sh:property eli-ep:P157, eli-ep:P158, eli-ep:P159 .
_:a4aeb3f30c2042e3b539bc99a24f35721601 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:ParliamentaryTerm a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/org/ep-9";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/org/ep-[0-9].*$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721602;
rdfs:label "Parliamentary term"@en;
sh:order "9"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "Black";
sh:property eli-ep:P175 .
_:a4aeb3f30c2042e3b539bc99a24f35721602 rdf:first rdf:type;
rdf:rest rdf:nil .
eli:LegalResource a sh:NodeShape, rdfs:Class;
sh:nodeKind sh:IRI;
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721603;
rdfs:label "Legal Resource"@en;
sh:order "10"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "Orange" .
_:a4aeb3f30c2042e3b539bc99a24f35721603 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:Process a sh:NodeShape, rdfs:Class;
rdfs:comment "Remark: Process data will not be yet available. For now, this inverse relation will be provided only in adopted-texts dumps and APIs."@en;
skos:example "https://data.europarl.europa.eu/eli/dl/proc/2019-0001";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/proc/[A-Za-z0-9\\-_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721604;
rdfs:label "Process"@en;
sh:order "11"^^xsd:integer;
owl:versionInfo "1.1";
shacl-play:color "Plum";
sh:property eli-ep:P162, eli-ep:P163, eli-ep:P164, eli-ep:P165, eli-ep:P166, eli-ep:P167,
eli-ep:P168, eli-ep:P169, eli-ep:P170, eli-ep:P171, eli-ep:P172 .
_:a4aeb3f30c2042e3b539bc99a24f35721604 rdf:first rdf:type;
rdf:rest rdf:nil .
eli:WorkSubdivision a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/eli/dl/doc/PV-9-2023-07-11-RCV-ITM-90";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/doc/[A-Za-z0-9\\-_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721605;
rdfs:label "Work Subdivision"@en;
sh:order "12"^^xsd:integer;
owl:versionInfo "1.3";
shacl-play:color "Orange";
sh:property eli-ep:P50, eli-ep:P51, eli-ep:P52, eli-ep:P53, eli-ep:P54, eli-ep:P55,
eli-ep:P56, eli-ep:P57, eli-ep:P58, eli-ep:P59 .
_:a4aeb3f30c2042e3b539bc99a24f35721605 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:Decision a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/eli/dl/event/MTG-PL-2023-07-11-DEC-156726";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/event/[A-Za-z0-9\\-_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721606;
rdfs:label "Decision"@en;
sh:order "13"^^xsd:integer;
owl:versionInfo "1.3";
shacl-play:color "LightBlue";
sh:property eli-ep:P104, eli-ep:P105, eli-ep:P106, eli-ep:P107, eli-ep:P108, eli-ep:P109,
eli-ep:P110, eli-ep:P111, eli-ep:P112, eli-ep:P113, eli-ep:P114, eli-ep:P115, eli-ep:P116,
eli-ep:P117, eli-ep:P118, eli-ep:P119, eli-ep:P120, eli-ep:P121 .
_:a4aeb3f30c2042e3b539bc99a24f35721606 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:Vote a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/eli/dl/event/MTG-PL-2024-02-27-DEC-164491";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/eli/dl/event/[A-Za-z0-9\\-_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721607;
rdfs:label "Vote"@en;
sh:order "14"^^xsd:integer;
owl:versionInfo "2.1.0";
shacl-play:color "LightBlue";
sh:property eli-ep:P104, eli-ep:P105, eli-ep:P106, eli-ep:P107, eli-ep:P108, eli-ep:P109,
eli-ep:P110, eli-ep:P111, eli-ep:P112, eli-ep:P113, eli-ep:P114, eli-ep:P115, eli-ep:P116,
eli-ep:P117, eli-ep:P118, eli-ep:P119, eli-ep:P120, eli-ep:P121, eli-ep:P123, eli-ep:P124,
eli-ep:P125, eli-ep:P126, eli-ep:P127, eli-ep:P128, eli-ep:P129, eli-ep:P130, eli-ep:P131,
eli-ep:P132, eli-ep:P133, eli-ep:P134 .
_:a4aeb3f30c2042e3b539bc99a24f35721607 rdf:first rdf:type;
rdf:rest rdf:nil .
eli:WorkType a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/def/ep-document-types/TEXT_ADOPTED";
sh:nodeKind sh:IRI;
sh:pattern "https://data.europarl.europa.eu/def/ep-document-types/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721608;
rdfs:label "Work type"@en;
sh:order "16"^^xsd:integer;
owl:versionInfo "2.1.0";
shacl-play:color "DarkGrey" .
_:a4aeb3f30c2042e3b539bc99a24f35721608 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:ParticipationRole a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/def/ep-roles/RAPPORTEUR";
sh:nodeKind sh:IRI;
sh:pattern "https://data.europarl.europa.eu/def/ep-roles/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721609;
rdfs:label "Participation Role"@en;
sh:order "17"^^xsd:integer;
owl:versionInfo "2.1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P182, eli-ep:P183 .
_:a4aeb3f30c2042e3b539bc99a24f35721609 rdf:first rdf:type;
rdf:rest rdf:nil .
dcterms:LinguisticSystem a sh:NodeShape, rdfs:Class;
skos:example "http://publications.europa.eu/resource/authority/language/LIT";
sh:nodeKind sh:IRI;
sh:pattern "http://publications.europa.eu/resource/authority/langauge/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721610;
rdfs:label "Linguistic System"@en;
sh:order "18"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P202, eli-ep:P203 .
_:a4aeb3f30c2042e3b539bc99a24f35721610 rdf:first rdf:type;
rdf:rest rdf:nil .
dcterms:MediaTypeOrExtent a sh:NodeShape, rdfs:Class;
skos:example "http://publications.europa.eu/resource/authority/file-type/PDF";
sh:nodeKind sh:IRI;
sh:pattern "http://publications.europa.eu/resource/authority/file-type/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721611;
rdfs:label "Media Type or Extent"@en;
sh:order "19"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "DarkGrey" .
_:a4aeb3f30c2042e3b539bc99a24f35721611 rdf:first rdf:type;
rdf:rest rdf:nil .
dcterms:MediaType a sh:NodeShape, rdfs:Class;
skos:example "https://www.iana.org/assignments/media-types/application/pdf";
sh:nodeKind sh:IRI;
sh:pattern "https://www.iana.org/assignments/media-types/application/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721612;
rdfs:label "Media Type"@en;
sh:order "20"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "DarkGrey" .
_:a4aeb3f30c2042e3b539bc99a24f35721612 rdf:first rdf:type;
rdf:rest rdf:nil .
euvoc:Country a sh:NodeShape, rdfs:Class;
skos:example "http://publications.europa.eu/resource/authority/country/FRA";
sh:nodeKind sh:IRI;
sh:pattern "http://publications.europa.eu/resource/authority/country/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721613;
rdfs:label "Country"@en;
sh:order "21"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P206, eli-ep:P207 .
_:a4aeb3f30c2042e3b539bc99a24f35721613 rdf:first rdf:type;
rdf:rest rdf:nil .
dcterms:Location a sh:NodeShape, rdfs:Class;
skos:example "http://publications.europa.eu/resource/authority/place/FRA_SXB";
sh:nodeKind sh:IRI;
sh:pattern "http://publications.europa.eu/resource/authority/place/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721614;
rdfs:label "Place"@en;
sh:order "22"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P210, eli-ep:P211, eli-ep:P212 .
_:a4aeb3f30c2042e3b539bc99a24f35721614 rdf:first rdf:type;
rdf:rest rdf:nil .
euvoc:FileStatus a sh:NodeShape, rdfs:Class;
skos:example "http://publications.europa.eu/resource/authority/file-status/ADOPTED";
sh:nodeKind sh:IRI;
sh:pattern "http://publications.europa.eu/resource/authority/file-status/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721615;
rdfs:label "Status"@en;
sh:order "23"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P190, eli-ep:P191 .
_:a4aeb3f30c2042e3b539bc99a24f35721615 rdf:first rdf:type;
rdf:rest rdf:nil .
org:Organization a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/org/EU_PARLIAMENT";
sh:nodeKind sh:IRI;
sh:pattern "https://data.europarl.europa.eu/org/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721616;
rdfs:label "Corporate Body (Organisation)"@en;
sh:order "24"^^xsd:integer;
owl:versionInfo "2.1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P220 .
_:a4aeb3f30c2042e3b539bc99a24f35721616 rdf:first rdf:type;
rdf:rest rdf:nil .
org:Site a sh:NodeShape, rdfs:Class;
skos:example "http://publications.europa.eu/resource/authority/site/ASP";
sh:nodeKind sh:IRI;
sh:pattern "http://publications.europa.eu/resource/authority/site/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721617;
rdfs:label "Site"@en;
sh:order "25"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P215, eli-ep:P216 .
_:a4aeb3f30c2042e3b539bc99a24f35721617 rdf:first rdf:type;
rdf:rest rdf:nil .
skos:Concept a sh:NodeShape, rdfs:Class;
skos:example "http://eurovoc.europa.eu/434743";
sh:nodeKind sh:IRI;
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721618;
rdfs:label "Concept"@en;
sh:order "26"^^xsd:integer;
owl:versionInfo "1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P178, eli-ep:P179 .
_:a4aeb3f30c2042e3b539bc99a24f35721618 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:ActivityType a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/def/ep-activities/TABLING_PLENARY";
sh:nodeKind sh:IRI;
sh:pattern "https://data.europarl.europa.eu/def/ep-activities/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721619;
rdfs:label "Activity Type"@en;
sh:order "27"^^xsd:integer;
owl:versionInfo "2.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P223, eli-ep:P224 .
_:a4aeb3f30c2042e3b539bc99a24f35721619 rdf:first rdf:type;
rdf:rest rdf:nil .
eli:SubdivisionType a sh:NodeShape, rdfs:Class;
skos:example "http://publications.europa.eu/resource/authority/subdivision/ITM";
sh:nodeKind sh:IRI;
sh:pattern "http://publications.europa.eu/resource/authority/subdivision/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721620;
rdfs:label "Subdivision Type"@en;
sh:order "28"^^xsd:integer;
owl:versionInfo "1.3";
shacl-play:color "DarkGrey";
sh:property eli-ep:P227, eli-ep:P228 .
_:a4aeb3f30c2042e3b539bc99a24f35721620 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:ProcessType a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/def/ep-procedure-types/COD";
sh:nodeKind sh:IRI;
sh:pattern "https://data.europarl.europa.eu/def/ep-procedure-types/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721621;
rdfs:label "Process Type"@en;
sh:order "29"^^xsd:integer;
owl:versionInfo "2.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P230, eli-ep:P231 .
_:a4aeb3f30c2042e3b539bc99a24f35721621 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:DecisionMethod a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/def/ep-decision-methods/VOTE_ELECTRONIC_ROLLCALL";
sh:nodeKind sh:IRI;
sh:pattern "https://data.europarl.europa.eu/def/ep-decision-methods/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721622;
rdfs:label "Decision Method"@en;
sh:order "30"^^xsd:integer;
owl:versionInfo "2.1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P233, eli-ep:P234 .
_:a4aeb3f30c2042e3b539bc99a24f35721622 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:DecisionOutcome a sh:NodeShape, rdfs:Class;
skos:example "https://data.europarl.europa.eu/def/ep-statuses/ADOPTED";
sh:nodeKind sh:IRI;
sh:pattern "https://data.europarl.europa.eu/def/ep-statuses/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721623;
rdfs:label "Decision Outcome"@en;
sh:order "31"^^xsd:integer;
owl:versionInfo "2.1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P236, eli-ep:P237 .
_:a4aeb3f30c2042e3b539bc99a24f35721623 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-dl:ProcessStage a sh:NodeShape, rdfs:Class;
skos:example "http://publications.europa.eu/resource/authority/procedure-phase/RDG1";
sh:nodeKind sh:IRI;
sh:pattern "http://publications.europa.eu/resource/authority/procedure-phase/.*$";
sh:ignoredProperties _:a4aeb3f30c2042e3b539bc99a24f35721624;
rdfs:label "Process Stage"@en;
sh:order "32"^^xsd:integer;
owl:versionInfo "2.1.0";
shacl-play:color "DarkGrey";
sh:property eli-ep:P239, eli-ep:P240 .
_:a4aeb3f30c2042e3b539bc99a24f35721624 rdf:first rdf:type;
rdf:rest rdf:nil .
eli-ep:P9 owl:versionInfo "1.0";
sh:path eli:has_member;
sh:name "has member"@en;
sh:description "Indicates that a Work is part of a Complex Work."@en;
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P10 owl:versionInfo "1.0";
sh:path dcat:hasCurrentVersion;
sh:name "has current version"@en;
sh:description "This property is intended for relating a non-versioned or abstract resource to a single snapshot that can be used as a permalink to indicate the current version of the content [PAV].The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle."@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P14 owl:versionInfo "1.0";
sh:path dcterms:identifier;
sh:name "identifier"@en;
sh:description "An unambiguous reference to the resource."@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string .
eli-ep:P15 owl:versionInfo "1.1";
sh:path eli:work_type;
sh:name "work type"@en;
sh:description "The type of a work, taken from a controlled vocabulary."@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli:Worktype .
eli-ep:P16 owl:versionInfo "1.0";
sh:path eli-dl:parliamentary_term;
sh:name "parliamentary term"@en;
sh:description "The parliamentary term in which the activity took place"@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli-dl:ParliamentaryTerm .
eli-ep:P17 owl:versionInfo "1.0";
sh:path eli:date_document;
sh:name "date document"@en;
sh:description "Date of adoption or signature (of the form yyyy-mm-dd) of the document"@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:date .
eli-ep:P18 owl:versionInfo "1.0";
sh:path epvoc:epNumber;
sh:name "ep number"@en;
sh:description "European Parliament number"@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string .
eli-ep:P19 owl:versionInfo "1.0";
sh:path rdfs:label;
sh:name "display label"@en;
sh:description "Label to by displayed in user interfaces"@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string .
eli-ep:P20 owl:versionInfo "1.0";
sh:path epvoc:identifierYear;
sh:name "identifier year"@en;
sh:description "A year linked to the reference of the resource."@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string .
eli-ep:P21 owl:versionInfo "1.0";
sh:path dcterms:title;
sh:name "title"@en;
sh:description "use ISO639-1 of controlled vocabulary"@en;
sh:minCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype rdf:langString .
eli-ep:P22 owl:versionInfo "1.0";
sh:path skos:notation;
sh:name "notation in EP Public Register"@en;
sh:description "A notation is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."@en;
sh:nodeKind sh:Literal;
sh:datatype epvoc:publicRegister .
eli-ep:P23 owl:versionInfo "1.0";
sh:path eli:is_derivative_of;
sh:name "is derivative of"@en;
sh:description "This work is derived from the other work. Example: a motion derived from an oral question."@en;
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P24 owl:versionInfo "1.0";
sh:path eli:is_annex_of;
sh:name "is annex of"@en;
sh:description "Indicates that the Work is Annex of another Work"@en;
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P25 owl:versionInfo "1.0";
sh:path dcterms:publisher;
sh:name "publisher"@en;
sh:description "The property refers to the institution responsible for making the document available. The values are concepts of op-aut:corporate-body."@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class org:Organization .
eli-ep:P26 owl:versionInfo "1.0";
sh:path epvoc:numbering;
sh:name "numbering"@en;
sh:description "This property refers to a number sequence that indicates order or is used for identification."@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string .
eli-ep:P27 owl:versionInfo "1.0";
sh:path epvoc:itemNumberBegin;
sh:name "numbering range begin"@en;
sh:description "This property identifies the starting number in a list of items."@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:integer .
eli-ep:P28 owl:versionInfo "1.0";
sh:path epvoc:itemNumberEnd;
sh:name "numbering range end"@en;
sh:description "This property identifies the ending number in a list of items."@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:integer .
eli-ep:P29 owl:versionInfo "1.0";
sh:path epvoc:workHadParticipation;
sh:name "stakeholder participant"@en;
sh:description "Indicates the participation of a stakeholder to an activity involving the work. The role of the agent in this participation is described in the participation resource."@en;
sh:nodeKind sh:IRI;
sh:class eli-dl:Participation .
eli-ep:P32 owl:versionInfo "1.0";
sh:path epvoc:epNumberVersion;
sh:name "ep number version"@en;
sh:description "European Parliament number version"@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string .
eli-ep:P33 owl:versionInfo "1.0";
sh:path eli-dl:foresees_change_of;
sh:name "amends"@en;
sh:description """Indicates a LegalResource already published that the future law, if adopted, will change. Readers should refer to the definition of the eli:changes property.
Note the legal impacts can change in successive versions of the same document."""@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P34 owl:versionInfo "1.0";
sh:path eli:consolidated_by;
sh:name "consolidated by"@en;
sh:description "Indicates that this legal resource or expression is taken into account in a consolidated text"@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P35 owl:versionInfo "1.0";
sh:path eli-dl:answers_to;
sh:name "answers"@en;
sh:description "Indicates that this work is an answer the other work."@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P36 owl:versionInfo "1.0";
sh:path eli:based_on;
sh:name "based on"@en;
sh:description "Indicates that this work is empowered by another one, typically rules, constitution, a treaty or an enabling act."@en;
sh:nodeKind sh:IRI;
sh:class eli:LegalResource .
eli-ep:P37 owl:versionInfo "1.0";
sh:path dcterms:contributor;
sh:name "contributor"@en;
sh:description "An entity responsible for making contributions to the resource."@en;
sh:nodeKind sh:IRI;
sh:class foaf:Agent .
eli-ep:P38 owl:versionInfo "1.0";
sh:path dcterms:creator;
sh:name "creator"@en;
sh:description "An agent responsible for making the resource."@en;
sh:nodeKind sh:IRI;
sh:class foaf:Agent .
eli-ep:P39 owl:versionInfo "1.0";
sh:path epvoc:versiontype;
sh:name "version status"@en;
sh:description "Indicates the version type of a Work part of a Complex Work, like Agenda or Minutes."@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class euvoc:FileStatus .
eli-ep:P40 owl:versionInfo "1.0";
sh:path epvoc:originalLanguage;
sh:name "original language"@en;
sh:description "Original language of a work"@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class dcterms:LinguisticSystem .
eli-ep:P41 owl:versionInfo "1.0";
sh:path eli:corrects;
sh:name "corrects"@en;
sh:description "Indicates that this work / expression corrects the other work / expression. Corrects is used for minor corrections made to a work / expression. The property used to relate works describe the fact that a work expresses some corrections to be made to the an other work. The property used to relate expression indicate that a specific linguistic expression correct a specific expression."@en;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P42 owl:versionInfo "1.0";
sh:path eli:is_realized_by;
sh:name "is realized by"@en;
sh:description "Relates a work to an expression that realizes it. Inverse of \"realizes\"."@en;
sh:nodeKind sh:IRI;
sh:class eli:Expression .
eli-ep:P43 owl:versionInfo "1.0";
sh:path eli:is_about;
sh:name "is about"@en;
sh:description "A subject for this legal resource. The use of Eurovoc (http://eurovoc.europa.eu) is encouraged to select values for this property. Member states are encouraged to align local values to Eurovoc."@en;
sh:nodeKind sh:IRI;
sh:class skos:Concept .
eli-ep:P44 owl:versionInfo "1.1";
sh:path epvoc:isAboutSubjectMatter;
sh:name "is about subject matter"@en;
sh:description "This property is a subproperty of eli:is_about and identifies the subject matter of a Work. It points to concepts of the subject-matter OP vocabulary."@en;
sh:nodeKind sh:IRI;
sh:class skos:Concept .
eli-ep:P45 owl:versionInfo "1.1";
sh:path epvoc:isAboutDirectoryCode;
sh:name "is about directory code"@en;
sh:description "This property is a subproperty of eli:is_about and identifies the directory code of a Work. It points to concepts of the dir-eu-legal-act OP vocabulary."@en;
sh:nodeKind sh:IRI;
sh:class skos:Concept .
eli-ep:P46 owl:versionInfo "1.1";
sh:path eli-dl:adopts;
sh:name "adopts"@en;
sh:description "Indicates that the work represents the adopted work of one or several related works"@en;
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P47 owl:versionInfo "1.5";
sh:path epvoc:expressionContent;
sh:name "expression content"@en;
sh:description "This property is a shortcut of the more fully developed path from eli:Work to eli:Expression"@en;
shacl-play:note "2023-12-07: new";
sh:nodeKind sh:Literal;
sh:datatype rdf:langString .
eli-ep:P50 owl:versionInfo "1.3";
sh:path dcterms:identifier;
sh:name "identifier"@en;
sh:description "An unambiguous reference to the resource."@en;
shacl-play:note "2023-08-23: new";
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string .
eli-ep:P51 owl:versionInfo "1.3";
sh:path epvoc:numbering;
sh:name "numbering"@en;
sh:description "This property refers to a number sequence that indicates order or is used for identification."@en;
shacl-play:note "2023-08-23: new";
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string .
eli-ep:P52 owl:versionInfo "1.3";
sh:path eli:number;
sh:name "number"@en;
sh:description "An identifier or other disambiguating feature for a legal resource or legal expression. This can be the number of a legislation, the number of an article, or the issue number of an official journal."@en;
shacl-play:note "2023-08-23: new";
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:integer .
eli-ep:P53 owl:versionInfo "1.3";
sh:path eli:is_part_of;
sh:name "is part of"@en;
sh:description "Indicates a work in which this one is physically included. Covers the case of text included in an Official Journal, or an article included in a text. For the notion of conceptual/temporal inclusion, use eli:is_member_of."@en;
shacl-play:note "2023-08-23: new";
sh:minCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P54 owl:versionInfo "1.3";
sh:path eli:type_subdivision;
sh:name "type subdivision"@en;
sh:description """The type of a document subdivision (e.g. \"Article\", \"Paragraph\", \"Section\", etc.).
A subdivision can have only one type.
ELI does not specify a list of possible values. Member states are encouraged to make their own list of values in the corresponding concept scheme. EU Publication Office provies a list of values for EU resource types at https://op.europa.eu/en/web/eu-vocabularies/at-dataset/-/resource/dataset/subdivision"""@en;
shacl-play:note "2023-08-23: new";
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli:SubdivisionType .
eli-ep:P55 owl:versionInfo "1.3";
sh:path dcterms:title;
sh:name "title"@en;
sh:description "use ISO639-1 of controlled vocabulary"@en;
shacl-play:note "2023-08-23: new";
sh:minCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype rdf:langString .
eli-ep:P56 owl:versionInfo "1.5";
sh:path eli:refers_to;
sh:name "refers to"@en;
shacl-play:note "2023-08-23: new";
sh:nodeKind sh:IRI;
sh:class eli:Work .
eli-ep:P57 owl:versionInfo "2.1.0";
sh:path skos:notation;
sh:name "notation (speech id)"@en;
shacl-play:note "2024-03-20: new, cardinality to check";
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype epvoc:speechId .
eli-ep:P58 owl:versionInfo "2.1.0";
sh:path epvoc:originalLanguage;
sh:name "original language"@en;
sh:description "Original language of a work subdivision"@en;
shacl-play:note "2024-03-20: new, cardinality to check";
sh:nodeKind sh:IRI;
sh:class dcterms:LinguisticSystem .
eli-ep:P59 owl:versionInfo "2.1.0";
sh:path eli:is_realized_by;
sh:name "is realized by"@en;
sh:description "Relates a work to an expression that realizes it. Inverse of \"realizes\"."@en;
shacl-play:note "2024-03-20: new, cardinality to check";
sh:nodeKind sh:IRI;
sh:class eli:Expression .
eli-ep:P63 owl:versionInfo "2.1.0";
sh:path eli-dl:activity_id;
sh:name "activity id"@en;
sh:description """An identifier for the process. This is meant to capture how the process is identified by law makers. A process can have multiple identifiers for different institutions, e.g. an identifier for the government, and an identifier for the parliament.
Note that a subproperty process_external_id exists to capture the identifier of another institution, depending on the point of view."""@en;
shacl-play:note "2024-03-23: merged for common properties avoiding repetition";
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string .
eli-ep:P64 owl:versionInfo "2.1.0";
sh:path eli-dl:had_activity_type;
sh:name "activity type"@en;
sh:description "The type of a process. The type of a process often determine the workflow being followed to create the law."@en;
shacl-play:note "2024-03-23: merge";
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli-dl:Activitytype .
eli-ep:P65 owl:versionInfo "2.1.0";
sh:path eli-dl:activity_date;
sh:name "activity date"@en;
sh:description "The date of an activity, to indicate a single date. Alternatively, if an activity spans a time range, \\\"activity_start_date\\\" and \\\"activity_end_date\\\" can be used to indicate the beginning and end of the activity."@en;
shacl-play:note "2024-03-23: merge";
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:date .
eli-ep:P66 owl:versionInfo "2.1.0";
sh:path eli-dl:activity_start_date;
sh:name "activity start date"@en;
sh:description "The date at which an activity started."@en;
shacl-play:note "2024-03-23: merge";
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:dateTime .
eli-ep:P67 owl:versionInfo "2.1.0";
sh:path eli-dl:activity_end_date;
sh:name "activity end date"@en;
sh:description "The date at which an activity ended."@en;
shacl-play:note "2024-03-23: merge";
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:dateTime .
eli-ep:P68 owl:versionInfo "2.1.0";
sh:path eli-dl:activity_order;
sh:name "order"@en;
sh:description "Indicates the order of this activity in a sequence of activities. Note that the range of this property is xsd:decimal, so it is always possible to order a new activity in between two subsequent existing activities."@en;
shacl-play:note "2024-03-23: merge";
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:integer .
eli-ep:P69 owl:versionInfo "2.1.0";
sh:path eli-dl:activity_label;
sh:name "activity label"@en;
sh:description "A label on the activity, describing what is being carried out."@en;
shacl-play:note "2024-03-23: merge";
sh:nodeKind sh:Literal;
sh:datatype rdf:langString .
eli-ep:P70 owl:versionInfo "2.1.0";
sh:path eli-dl:parliamentary_term;
sh:name "parliamentary term"@en;
sh:description "The parliamentary term in which the activity took place"@en;
shacl-play:note "2024-03-23: merge";
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class eli-dl:ParliamentaryTerm .
eli-ep:P71 owl:versionInfo "2.1.0";
sh:path vcard:hasLocality;
sh:name "locality"@en;
sh:description "Used to support property parameters for the locality data property"@en;
shacl-play:note "2024-03-23: merge";
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class dcterms:Location .
eli-ep:P72 owl:versionInfo "2.1.0";
sh:path eli-dl:occured_at_stage;
sh:name "occured at stage"@en;
sh:description "The stage at which an activity occured."@en;
shacl-play:note "2024-03-23: new";
sh:nodeKind sh:IRI;
sh:class eli-dl:ProcessStage .
eli-ep:P73 owl:versionInfo "2.1.0";
sh:path epvoc:structuredLabel;
sh:name "structured activity label"@en;
sh:description "A structured label on the activity, describing what is being carried out."@en;
shacl-play:note "2024-03-23: merge";
sh:nodeKind sh:Literal;
sh:datatype rdf:langString .