-
Notifications
You must be signed in to change notification settings - Fork 1
/
worktime_object.ttl
376 lines (338 loc) · 14.7 KB
/
worktime_object.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
@prefix wto: <https://w3id.org/mpilhlt/worktime_object/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
wto:scheme a skos:ConceptScheme ;
dct:title "MPILHLT Begriffe der Arbeitsregulierung, physische Objekte und Räume"@de ,
"MPILHLT concepts of regulations of work, physical objects and spaces"@en ;
dct:description "Begriffsschema für die Beschreibung von physischen Objekten und Räumen im Rahmen von Regulierungen von Arbeit"@de ,
"Concept scheme for the description of physical objects and spaces in the context of regulations of work"@en ;
skos:prefLabel "MPILHLT Begriffe der Arbeitsregulierung, physische Objekte und Räume"@de ,
"MPILHLT concepts of regulations of work, physical objects and spaces"@en ;
dct:created "2022-06-07"^^xsd:date ;
dct:issued "2022-06-07"^^xsd:date ;
dct:modified "2023-09-28"^^xsd:date ;
dct:publisher <http://lobid.org/gnd/1231401982> ;
dct:source <https://raw.githubusercontent.com/mpilhlt/vocabs-worktime/main/worktime_object.ttl> ;
dct:creator <https://orcid.org/0000-0003-1835-1653> ;
dct:contributor "Collin, Peter" ,
"Ebbertz, Matthias" ,
"Solonets, Polina" ,
"Spendrin, Benjamin" ,
"Vesper, Tim-Niklas" ,
"Wagner, Andreas" ,
"Wolf, Johanna" ;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
dct:bibliographicCitation "Collin, P. et al.: Concepts of Regulations of Work. SKOS Concept Scheme. Version 0.0.4. URL: <https://w3id.org/mpilhlt/worktime_object/0.0.4/scheme>"@de ;
rdfs:seeAlso <https://www.lhlt.mpg.de/research-project/non-state-law-of-the-economy> ;
vann:preferredNamespacePrefix "wto" ;
vann:preferredNamespaceUri <https://w3id.org/mpilhlt/worktime_object/> ;
owl:versionInfo "0.0.4" ;
owl:versionIRI <https://w3id.org/mpilhlt/worktime_object/0.0.4> ;
vs:term_status "testing" ;
skos:hasTopConcept wto:o3 . # Object
wto:o3 a skos:Concept ; # Objekt
skos:inScheme wto:scheme ;
skos:topConceptOf wto:scheme ;
skos:notation "o3" ;
skos:prefLabel "Objekt"@de ,
"Object"@en ;
skos:scopeNote "In normativen Regeln erwähntes physisches Objekt"@de ;
skos:narrower wto:o3.1 , # Signal device
wto:o3.2 , # Token
wto:o3.3 , # Machine
wto:o3.4 , # Tool
wto:o3.5 , # Material
wto:o3.6 , # Room or Space
wto:o3.7 , # Paperwork
wto:o3.8 , # Container
wto:o3.9 , # Vehicles
wto:o3.10 , # Pay envelope
wto:o3.11 . # Product
wto:o3.1 a skos:Concept ; # Signal device
skos:inScheme wto:scheme ;
skos:notation "o3.1" ;
skos:prefLabel "Signaleinrichtung"@de ,
"Signal device"@en ;
skos:narrower wto:o3.1.1 , # Factory clock
wto:o3.1.2 , # Check clock
wto:o3.1.3 ; # Acoustic signal
skos:broader wto:o3 .
wto:o3.1.1 a skos:Concept ; # Fabrikuhr
skos:inScheme wto:scheme ;
skos:notation "o3.1.1" ;
skos:prefLabel "Fabrikuhr"@de ,
"Factory clock"@en ;
skos:altLabel "Uhr"@de ,
"Fabriksuhr"@de ,
"Fabriks-Uhr"@de ,
"Betriebsuhr"@de ,
"Werksuhr"@de ,
"Werkuhr"@de ;
skos:broader wto:o3.1 .
wto:o3.1.2 a skos:Concept ; # Stechuhr
skos:inScheme wto:scheme ;
skos:notation "o3.1.2" ;
skos:prefLabel "Stechuhr"@de ,
"Punch clock"@en ;
skos:altLabel "Kontrolluhr"@de ,
"Stempeln"@de ,
"stechen"@de ,
"Abstempelung"@de ;
skos:broader wto:o3.1 .
wto:o3.1.3 a skos:Concept ; # Tonsignal: Pfeife, Glocke, Sirene
skos:inScheme wto:scheme ;
skos:notation "o3.1.3" ;
skos:prefLabel "Signal"@de ,
"Signal"@en ;
skos:altLabel "Sirene"@de ,
"Pfeife"@de,
"Glocke"@de ,
"Läuten"@de ,
"Zeichen"@de ,
"Fabriksignal"@de ,
"akustisches Signal"@de ,
"Fabrikpfeife"@de ;
skos:broader wto:o3.1 .
wto:o3.2 a skos:Concept ; # Schein, Marke
skos:inScheme wto:scheme ;
skos:notation "o3.2" ;
skos:prefLabel "Schein, Marke"@de ;
skos:altLabel "Schein"@de ,
"Marke"@de ,
"Passierschein"@de ,
"Karte"@de ,
"Chip"@de ,
"Passirschein"@de ,
"Erlaubnißkarte"@de ,
"Erlaubniskarte"@de ,
"Erlaubnisschein"@de ,
"Schriftliche Erlaubnis"@de ,
"Arbeitszeitkarte"@de ,
"Durchlaßschein"@de ,
"Durchlasschein"@de ,
"Durchlassschein"@de ,
"Token"@de ;
skos:broader wto:o3 .
wto:o3.3 a skos:Concept ; # Maschine
skos:inScheme wto:scheme ;
skos:notation "o3.3" ;
skos:prefLabel "Maschine"@de ,
"Machine"@en ;
skos:broader wto:o3 .
wto:o3.4 a skos:Concept ; # Werkzeug
skos:inScheme wto:scheme ;
skos:notation "o3.4" ;
skos:prefLabel "Werkzeug"@de ;
skos:broader wto:o3 .
wto:o3.5 a skos:Concept ; # Material
skos:inScheme wto:scheme ;
skos:notation "o3.5" ;
skos:prefLabel "Material"@de ;
skos:broader wto:o3 .
wto:o3.6 a skos:Concept ; # Räumlichkeit
skos:inScheme wto:scheme ;
skos:notation "o3.6" ;
skos:prefLabel "Räumlichkeit"@de ;
skos:narrower wto:o3.6.1 , # Passage, border
wto:o3.6.2 , # Compound
wto:o3.6.3 , # Boiler house
wto:o3.6.4 , # Workshop
wto:o3.6.5 , # Yard
wto:o3.6.6 , # Storage
wto:o3.6.7 , # Porter office
wto:o3.6.8 , # Foundry
wto:o3.6.9 , # Modelling shed
wto:o3.6.10 ; # Cashier's office
skos:broader wto:o3 .
wto:o3.6.1 a skos:Concept ; # Passage, border
skos:inScheme wto:scheme ;
skos:notation "o3.6.1" ;
skos:prefLabel "Passage, Grenze"@de ;
skos:narrower wto:o3.6.1.1 , # Weg
wto:o3.6.1.2 , # Tor
wto:o3.6.1.3 ; # Grenze
skos:broader wto:o3.6 .
wto:o3.6.1.1 a skos:Concept ; # Weg
skos:inScheme wto:scheme ;
skos:notation "o3.6.1.1" ;
skos:prefLabel "Weg"@de ;
skos:altLabel "Fabrikweg"@de ,
"Gang"@de ;
skos:broader wto:o3.6.1 .
wto:o3.6.1.2 a skos:Concept ; # Tor
skos:inScheme wto:scheme ;
skos:notation "o3.6.1.2" ;
skos:prefLabel "Tor"@de ;
skos:broader wto:o3.6.1 .
wto:o3.6.1.3 a skos:Concept ; # Grenze
skos:inScheme wto:scheme ;
skos:notation "o3.6.1.3" ;
skos:altLabel "Zaun"@de ,
"Mauer"@de ;
skos:prefLabel "Grenze"@de ;
skos:broader wto:o3.6.1 .
wto:o3.6.2 a skos:Concept ; # Werksgelände
skos:inScheme wto:scheme ;
skos:notation "o3.6.2" ;
skos:prefLabel "Werksgelände"@de ;
skos:altLabel "Gelände"@de ,
"Etablissement"@de ,
"Lokalität"@de ,
"Localität"@de ,
"Fabriklokalität"@de ,
"Fabriklocalität"@de ,
"Fabrikraum"@de ,
"Fabrikräumlichkeiten"@de ,
"Fabrikterrain"@de ,
"Fabrikgrundstück"@de ;
skos:broader wto:o3.6 .
wto:o3.6.3 a skos:Concept ; # Kesselhaus
skos:inScheme wto:scheme ;
skos:notation "o3.6.3" ;
skos:prefLabel "Kesselhaus"@de ;
skos:broader wto:o3.6 .
wto:o3.6.4 a skos:Concept ; # Werkstatt
skos:inScheme wto:scheme ;
skos:notation "o3.6.4" ;
skos:prefLabel "Werkstatt"@de ;
skos:altLabel "Holzbearbeitungswerkstatt"@de ;
skos:broader wto:o3.6 .
wto:o3.6.5 a skos:Concept ; # Hof
skos:inScheme wto:scheme ;
skos:notation "o3.6.5" ;
skos:prefLabel "Hof"@de ;
skos:altLabel "Fabrikhof"@de ;
skos:broader wto:o3.6 .
wto:o3.6.6 a skos:Concept ; # Lager, Magazin
skos:inScheme wto:scheme ;
skos:notation "o3.6.6" ;
skos:prefLabel "Lager, Magazin"@de ;
skos:altLabel "Magazin"@de ,
"Lager"@de ,
"Holzlagerplatz"@de ;
skos:broader wto:o3.6 .
wto:o3.6.7 a skos:Concept ; # Pförtnerstube
skos:inScheme wto:scheme ;
skos:notation "o3.6.7" ;
skos:prefLabel "Pförtnerstube"@de ,
"Porter's lodge"@en ;
skos:altLabel "Pförtnerzimmer"@de ,
"Portier-Hause"@de ,
"Portier-Haus"@de ;
skos:broader wto:o3.6 .
wto:o3.6.8 a skos:Concept ; # Gießerei
skos:inScheme wto:scheme ;
skos:notation "o3.6.8" ;
skos:prefLabel "Gießerei"@de ,
"Foundry"@en ;
skos:altLabel "Gießereibetrieb"@de ;
skos:broader wto:o3.6 .
wto:o3.6.9 a skos:Concept ; # Modellraum
skos:inScheme wto:scheme ;
skos:notation "o3.6.9" ;
skos:prefLabel "Modellraum"@de ;
skos:altLabel "Modellschuppen"@de ;
skos:broader wto:o3.6 .
wto:o3.6.10 a skos:Concept ; # Zahlstube
skos:inScheme wto:scheme ;
skos:notation "o3.6.10" ;
skos:prefLabel "Zahlstube"@de ,
"Cashier's office"@en ;
skos:altLabel "Zahllokal"@de ;
skos:broader wto:o3.6 .
wto:o3.7 a skos:Concept ; # Papiere
skos:inScheme wto:scheme ;
skos:notation "o3.7" ;
skos:prefLabel "Papiere"@de ,
"Paperwork"@en ;
skos:altLabel "Dokumente"@de ,
"Documents"@en ;
skos:narrower wto:o3.7.1 , # Arbeitsbuch
wto:o3.7.2 , # Ausweis
wto:o3.7.3 , # Versicherungsdokument
wto:o3.7.4 ; # Zeugnis
skos:broader wto:o3 .
wto:o3.7.1 a skos:Concept ; # Arbeitsbuch
skos:inScheme wto:scheme ;
skos:notation "o3.7.1" ;
skos:prefLabel "Arbeitsbuch"@de ;
skos:broader wto:o3.7 .
wto:o3.7.2 a skos:Concept ; # Ausweis
skos:inScheme wto:scheme ;
skos:notation "o3.7.2" ;
skos:prefLabel "Ausweis"@de ;
skos:broader wto:o3.7 .
wto:o3.7.3 a skos:Concept ; # Versicherungsdokument
skos:inScheme wto:scheme ;
skos:notation "o3.7.3" ;
skos:prefLabel "Versicherungsdokument"@de ;
skos:broader wto:o3.7 .
wto:o3.7.4 a skos:Concept ; # Zeugnis
skos:inScheme wto:scheme ;
skos:notation "o3.7.4" ;
skos:prefLabel "Zeugnis"@de ;
skos:broader wto:o3.7 .
wto:o3.8 a skos:Concept ; # Behälter
skos:inScheme wto:scheme ;
skos:notation "o3.8" ;
skos:prefLabel "Behälter"@de ,
"Container"@en ;
skos:narrower wto:o3.8.1 , # Kasten
wto:o3.8.2 ; # Schrank
skos:broader wto:o3 .
wto:o3.8.1 a skos:Concept ; # Kasten
skos:inScheme wto:scheme ;
skos:notation "o3.8.1" ;
skos:prefLabel "Kasten"@de ,
"Box"@en ;
skos:broader wto:o3.8 .
wto:o3.8.2 a skos:Concept ; # Schrank
skos:inScheme wto:scheme ;
skos:notation "o3.8.2" ;
skos:prefLabel "Schrank"@de ,
"Cabinet"@en ;
skos:broader wto:o3.8 .
wto:o3.9 a skos:Concept ; # Fahrzeug
skos:inScheme wto:scheme ;
skos:notation "o3.9" ;
skos:prefLabel "Fahrzeug"@de ,
"Vehicle"@en ;
skos:narrower wto:o3.9.1 ; # Bicycle
skos:broader wto:o3 .
wto:o3.9.1 a skos:Concept ; # Fahrrad
skos:inScheme wto:scheme ;
skos:notation "o3.9.1" ;
skos:prefLabel "Fahrrad"@de ,
"Bicycle"@en ;
skos:broader wto:o3.9 .
wto:o3.10 a skos:Concept ; # Lohntüte
skos:inScheme wto:scheme ;
skos:notation "o3.10" ;
skos:prefLabel "Lohntüte"@de ,
"Pay envelope"@en ;
skos:broader wto:o3 .
wto:o3.11 a skos:Concept ; # Produkt
skos:inScheme wto:scheme ;
skos:notation "o3.11" ;
skos:prefLabel "Produkt"@de ,
"Product"@en ;
skos:narrower wto:o3.11.1 , # Drawing
wto:o3.11.2 ; # Model
skos:broader wto:o3 .
wto:o3.11.1 a skos:Concept ; # Zeichnung
skos:inScheme wto:scheme ;
skos:notation "o3.11.1" ;
skos:prefLabel "Zeichnung"@de ,
"Drawing"@en ;
skos:broader wto:o3.11 .
wto:o3.11.2 a skos:Concept ; # Modell
skos:inScheme wto:scheme ;
skos:notation "o3.11.2" ;
skos:prefLabel "Modell"@de ,
"Model"@en ;
skos:broader wto:o3.11 .