-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitm.rdf
310 lines (231 loc) · 14.7 KB
/
itm.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://data.europa.eu/esco/flow#"
xml:base="http://data.europa.eu/esco/flow"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:skos-xl="http://www.w3.org/2008/05/skos-xl#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<owl:Ontology rdf:about="http://data.europa.eu/esco/flow">
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1.0</owl:versionInfo>
<owl:imports rdf:resource="http://www.w3.org/2004/02/skos/core"/>
<owl:imports rdf:resource="http://www.w3.org/2008/05/skos-xl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://data.europa.eu/esco/flow#exportedThesaurus -->
<owl:ObjectProperty rdf:about="http://data.europa.eu/esco/flow#exportedThesaurus">
<rdfs:label xml:lang="en">published theasurus</rdfs:label>
<rdfs:comment xml:lang="en">The referenced subject provides the publishing details of the thesaurus denoted by the object value.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/esco/flow"/>
<rdfs:domain rdf:resource="http://data.europa.eu/esco/flow#Export"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://data.europa.eu/esco/flow#approvedForRelease -->
<owl:DatatypeProperty rdf:about="http://data.europa.eu/esco/flow#approvedForRelease">
<rdfs:label xml:lang="en">approved for release</rdfs:label>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://data.europa.eu/esco/flow#exportVersion</rdfs:seeAlso>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://data.europa.eu/esco/flow#status</rdfs:seeAlso>
<rdfs:comment xml:lang="en">The value provides the expected release number for the official release of a new or modified concept.
The property will only be present in intermediate maintenance releases.
In general, a maintenance release is not published.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/esco/flow"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Collection"/>
<rdf:Description rdf:about="http://www.w3.org/2008/05/skos-xl#Label"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</owl:DatatypeProperty>
<!-- http://data.europa.eu/esco/flow#editable -->
<owl:DatatypeProperty rdf:about="http://data.europa.eu/esco/flow#editable">
<rdfs:label xml:lang="en">editable</rdfs:label>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates if Concepts belonging to the Concept Scheme are editable or read-only (used or inherited) in the ESCO context.
The default value is 'true'.
However, in the case of 'false' skos-xl:Label(s) still can be changed to be more adapted to the ESCO audience.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/esco/flow"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
</owl:DatatypeProperty>
<!-- http://data.europa.eu/esco/flow#exportDate -->
<owl:DatatypeProperty rdf:about="http://data.europa.eu/esco/flow#exportDate">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:label xml:lang="en">export date</rdfs:label>
<rdfs:comment xml:lang="en">The system date and time at which the described thesaurus release is published.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/esco/flow"/>
<rdfs:domain rdf:resource="http://data.europa.eu/esco/flow#Export"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:DatatypeProperty>
<!-- http://data.europa.eu/esco/flow#exportVersion -->
<owl:DatatypeProperty rdf:about="http://data.europa.eu/esco/flow#exportVersion">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:label xml:lang="en">exported thesaurus release number</rdfs:label>
<rdfs:comment xml:lang="en">The release number is the version identier of the published thesaurus.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/esco/flow"/>
<rdfs:domain rdf:resource="http://data.europa.eu/esco/flow#Export"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://data.europa.eu/esco/flow#identifier -->
<owl:DatatypeProperty rdf:about="http://data.europa.eu/esco/flow#identifier">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:label xml:lang="en">ITM identifier</rdfs:label>
<rdfs:comment xml:lang="en">ITM identifier is generated by a sequence, portable from an ITM installation to another, whereas topic id is linked to a specific ITM data base.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/esco/flow"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://data.europa.eu/esco/flow#intermediateRelease -->
<owl:DatatypeProperty rdf:about="http://data.europa.eu/esco/flow#intermediateRelease">
<rdfs:label xml:lang="en">intermediate release</rdfs:label>
<rdfs:comment xml:lang="en">true: Indicates this is a realease including the terms and concepts that were approved in the ESCO back-office maintenace workspace.
Not present or false indicate this is a release of the publishing ESCO back-office workspace.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/esco/flow"/>
<rdfs:domain rdf:resource="http://data.europa.eu/esco/flow#Export"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<!-- http://data.europa.eu/esco/flow#releasedWithVersion -->
<owl:DatatypeProperty rdf:about="http://data.europa.eu/esco/flow#releasedWithVersion">
<rdfs:label xml:lang="en">released with version</rdfs:label>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://data.europa.eu/esco/flow#exportVersion</rdfs:seeAlso>
<rdfs:comment xml:lang="en">The release number in which the term was added.
The fixed string 'n/a' indicates the historic release number is not available.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/esco/flow"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Collection"/>
<rdf:Description rdf:about="http://www.w3.org/2008/05/skos-xl#Label"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</owl:DatatypeProperty>
<!-- http://data.europa.eu/esco/flow#status -->
<owl:DatatypeProperty rdf:about="http://data.europa.eu/esco/flow#status">
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">status</rdfs:label>
<rdfs:comment xml:lang="en">The position or state of the concept or label (term) with respect to the back-office maintenance workflow.
Three states are relevant for a publication:
- 'valid': for released terms and concepts
- 'to be translated': A term requiring further translation
look at ev:toBeTranslated to find the outstanding translations
- 'in maintenance': a concept or term in maintenance.
look at ev:approvedForRelease to know for which version the approval holds.
If the property is not present, 'valid' must be assumed.
The property is typically set on a maintenance release only.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/esco/flow"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdf:Description rdf:about="http://www.w3.org/2008/05/skos-xl#Label"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range>
<rdfs:Datatype>
<owl:oneOf>
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">in maintenance</rdf:first>
<rdf:rest>
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">to be translated</rdf:first>
<rdf:rest>
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string">valid</rdf:first>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</rdf:rest>
</rdf:Description>
</owl:oneOf>
</rdfs:Datatype>
</rdfs:range>
</owl:DatatypeProperty>
<!-- http://data.europa.eu/esco/flow#toBeTranslated -->
<owl:DatatypeProperty rdf:about="http://data.europa.eu/esco/flow#toBeTranslated">
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">to be translated</rdfs:label>
<rdfs:comment xml:lang="en">The range value must have
- language (the language for which translatioin is required)
- for a term this must be the language of the term
- for a microthesaurus or domain this may be a comma seperated list of languages.
The format is:
<lang> [ ,'<lang> ]*</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://data.europa.eu/esco/flow"/>
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdf:Description rdf:about="http://www.w3.org/2008/05/skos-xl#Label"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://data.europa.eu/esco/flow#Export -->
<owl:Class rdf:about="http://data.europa.eu/esco/flow#Export">
<rdfs:label xml:lang="en">current thesaurus export</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://data.europa.eu/esco/flow#exportedThesaurus"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://data.europa.eu/esco/flow#exportDate"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://data.europa.eu/esco/flow#exportVersion"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:isDefinedBy rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://data.europa.eu/esco/flow</rdfs:isDefinedBy>
<rdfs:comment xml:lang="en">A utility class capturing the publication characteristics of the exported ESCO thesaurus release.
The export details are provided by a back-office export from the ESCO thesaurus management system.</rdfs:comment>
</owl:Class>
<!-- http://www.w3.org/2002/07/owl#Thing -->
<owl:Class rdf:about="http://www.w3.org/2002/07/owl#Thing"/>
<!-- http://www.w3.org/2004/02/skos/core#Concept -->
<owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
<!-- http://www.w3.org/2004/02/skos/core#ConceptScheme -->
<owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<!-- http://www.w3.org/2008/05/skos-xl#Label -->
<owl:Class rdf:about="http://www.w3.org/2008/05/skos-xl#Label"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->