-
Notifications
You must be signed in to change notification settings - Fork 1
/
skos-ep.shacl.ttl
285 lines (253 loc) · 9.67 KB
/
skos-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
@prefix schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos-ep: <https://data.europarl.europa.eu/def/skos-ep#> .
@prefix skosthes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 vcard: <http://www.w3.org/2006/vcard/ns#> .
@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/skos-ep#> a owl:Ontology, adms:Asset;
dcterms:type <https://publications.europa.eu/resource/authority/dataset-type/APROF>;
rdfs:label "SKOS-EP Application Profile"@en;
dcterms:title "SKOS-EP Application Profile"@en;
dcterms:description "SKOS-EP is an application profile of the SKOS vocabulary, designed and used for describing the controlled vocabularies defined by the European Parliament."@en;
owl:versionInfo "0.4";
adms:versionNotes """0.4 - 2024-05-31
- add skos:narrowMatch, minor changes
0.3 - 2024-03-05
- minor changes
0.2 - 2024-01-24
- review
0.1 - 2023-10-17
- first draft creation"""@en;
vann:usageNote "This version of SKOS-EP is a draft specification and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress."@en;
adms:status <https://publications.europa.eu/resource/authority/dataset-status/DEVELOP>;
owl:versionIRI <https://data.europarl.europa.eu/def/skos-ep#>;
dcterms:conformsTo <https://www.w3.org/TR/shacl>;
dcterms:created "2023-10-17"^^xsd:date;
dcterms:dateCopyrighted "2023"^^xsd:gYear;
dcterms:license <https://www.europarl.europa.eu/legal-notice/>;
dcterms:creator <https://publications.europa.eu/resource/authority/corporate-body/EP>;
dcterms:publisher <https://publications.europa.eu/resource/authority/corporate-body/EP>;
dcterms:rigthsHolder <https://publications.europa.eu/resource/authority/corporate-body/EURUN>;
dcat:distribution _:2b89185e0581401fa28d995b7c886651338 .
_:2b89185e0581401fa28d995b7c886651338 dcterms:format <https://www.iana.org/assignments/media-types/text/turtle>;
dcat:downloadURL <https://europarl.github.io/skos-ep/skos-ep.shacl.ttl> .
skos:ConceptScheme a sh:NodeShape, rdfs:Class;
owl:versionInfo "0.2";
sh:targetClass skos:ConceptScheme;
skos:example "https://data.europarl.europa.eu/def/ep-procedure-types";
sh:nodeKind sh:IRI;
sh:pattern "^https://data.europarl.europa.eu/def/ep-[a-z-]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:2b89185e0581401fa28d995b7c886651339;
rdfs:label "Concept Scheme"@en;
sh:order "1"^^xsd:integer;
shacl-play:color "White";
shacl-play:background-color "Plum";
sh:property skos-ep:P9, skos-ep:P10, skos-ep:P12, skos-ep:P13, skos-ep:P15, skos-ep:P16,
skos-ep:P17, skos-ep:P18 .
_:2b89185e0581401fa28d995b7c886651339 rdf:first rdf:type;
rdf:rest rdf:nil .
skos:Concept a sh:NodeShape, rdfs:Class;
owl:versionInfo "0.2";
sh:targetClass skos:Concept;
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-[a-z-]+/[A-Z_]+$";
sh:closed "true"^^xsd:boolean;
sh:ignoredProperties _:2b89185e0581401fa28d995b7c886651340;
rdfs:label "Concept"@en;
sh:order "2"^^xsd:integer;
shacl-play:color "White";
shacl-play:background-color "Orchid";
sh:property skos-ep:P23, skos-ep:P24, skos-ep:P25, skos-ep:P26, skos-ep:P27, skos-ep:P28,
skos-ep:P29, skos-ep:P30, skos-ep:P31, skos-ep:P32, skos-ep:P34, skos-ep:P35, skos-ep:P36,
skos-ep:P37, skos-ep:P38 .
_:2b89185e0581401fa28d995b7c886651340 rdf:first rdf:type;
rdf:rest rdf:nil .
skos-ep:P9 owl:versionInfo "0.1";
sh:path rdf:type;
sh:name "type"@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:hasValue skos:ConceptScheme .
skos-ep:P10 owl:versionInfo "0.2";
sh:path dcterms:identifier;
sh:name "identifier"@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string;
shacl-play:shortname "identifier" .
skos-ep:P12 owl:versionInfo "0.1";
sh:path dcterms:title;
sh:name "title"@en;
sh:minCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype rdf:langString;
sh:uniqueLang "true"^^xsd:boolean;
shacl-play:shortname "title_dcterms" .
skos-ep:P13 owl:versionInfo "0.2";
sh:path dcterms:description;
sh:name "description"@en;
sh:minCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype rdf:langString;
sh:uniqueLang "true"^^xsd:boolean;
shacl-play:shortname "description" .
skos-ep:P15 owl:versionInfo "0.3";
sh:path dcterms:creator;
sh:name "creator"@en;
sh:minCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:hasValue <https://publications.europa.eu/resource/authority/corporate-body/EP>;
shacl-play:shortname "creator" .
skos-ep:P16 owl:versionInfo "0.2";
sh:path dcterms:created;
sh:name "created"@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:date;
shacl-play:shortname "created" .
skos-ep:P17 owl:versionInfo "0.2";
sh:path dcterms:modified;
sh:name "modified"@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:date;
shacl-play:shortname "modified" .
skos-ep:P18 owl:versionInfo "0.1";
sh:path owl:versionInfo;
sh:name "version info"@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string;
shacl-play:shortname "versionInfo" .
skos-ep:P23 owl:versionInfo "0.1";
sh:path rdf:type;
sh:name "type"@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:hasValue skos:Concept .
skos-ep:P24 owl:versionInfo "0.2";
sh:path dcterms:identifier;
sh:name "identifier"@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:string;
shacl-play:shortname "identifier" .
skos-ep:P25 owl:versionInfo "0.2";
sh:path dcterms:created;
sh:name "created"@en;
sh:minCount "1"^^xsd:integer;
sh:maxCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype xsd:date;
shacl-play:shortname "created" .
skos-ep:P26 owl:versionInfo "0.1";
sh:path skos:definition;
sh:name "definition"@en;
sh:minCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype rdf:langString;
sh:uniqueLang "true"^^xsd:boolean;
shacl-play:shortname "definition" .
skos-ep:P27 owl:versionInfo "0.2";
sh:path skos:notation;
sh:name "notation"@en;
sh:nodeKind sh:Literal;
sh:datatype xsd:string;
shacl-play:shortname "notation" .
skos-ep:P28 owl:versionInfo "0.1";
sh:path skos:prefLabel;
sh:name "preferred label"@en;
sh:minCount "1"^^xsd:integer;
sh:nodeKind sh:Literal;
sh:datatype rdf:langString;
sh:uniqueLang "true"^^xsd:boolean;
shacl-play:shortname "#prefLabel" .
skos-ep:P29 owl:versionInfo "0.3";
sh:path skos:altLabel;
sh:name "alternative label"@en;
sh:nodeKind sh:Literal;
sh:datatype rdf:langString;
sh:uniqueLang "true"^^xsd:boolean;
shacl-play:shortname "altLabel" .
skos-ep:P30 owl:versionInfo "0.1";
sh:path skos:inScheme;
sh:name "in scheme"@en;
sh:minCount "1"^^xsd:integer;
sh:nodeKind sh:IRI;
sh:class skos:ConceptScheme;
shacl-play:shortname "inScheme" .
skos-ep:P31 owl:versionInfo "0.1";
sh:path skos:topConceptOf;
sh:name "top concept of"@en;
sh:nodeKind sh:IRI;
sh:class skos:ConceptScheme;
shacl-play:shortname "topConceptOf" .
skos-ep:P32 owl:versionInfo "0.1";
sh:path skos:broader;
sh:name "broader"@en;
sh:nodeKind sh:IRI;
sh:class skos:Concept;
shacl-play:shortname "broader" .
skos-ep:P34 owl:versionInfo "0.1";
sh:path skos:exactMatch;
sh:name "exact match"@en;
sh:nodeKind sh:IRI;
sh:class skos:Concept;
sh:pattern "http://publications.europa.eu/resource/authority/.*$";
shacl-play:shortname "exactMatch" .
skos-ep:P35 owl:versionInfo "0.1";
sh:path skos:broadMatch;
sh:name "broad match"@en;
sh:nodeKind sh:IRI;
sh:class skos:Concept;
sh:pattern "http://publications.europa.eu/resource/authority/.*$";
shacl-play:shortname "broadMatch" .
skos-ep:P36 owl:versionInfo "0.4";
sh:path skos:narrowMatch;
sh:name "narrow match"@en;
sh:nodeKind sh:IRI;
sh:class skos:Concept;
shacl-play:shortname "narrowMatch" .
skos-ep:P37 owl:versionInfo "0.1";
sh:path owl:deprecated;
sh:name "deprecated"@en;
sh:nodeKind sh:Literal;
sh:datatype xsd:boolean;
shacl-play:shortname "deprecated" .
skos-ep:P38 owl:versionInfo "0.1";
sh:path skos:scopeNote;
sh:name "scope note"@en;
sh:nodeKind sh:Literal;
sh:datatype rdf:langString;
shacl-play:shortname "scopeNote" .