-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvdi-intensity.ttl
More file actions
100 lines (92 loc) · 4.22 KB
/
vdi-intensity.ttl
File metadata and controls
100 lines (92 loc) · 4.22 KB
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
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://data.odeuropa.eu/vocabulary/vdi-intensity/0> a skos:Concept ;
rdf:value "0"^^xsd:nonNegativeInteger ;
skos:altLabel "non perceptible"@fr,
"non percettibile"@it ;
skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-intensity> ;
skos:prefLabel "nicht wahrnehmbar"@de,
"not perceptible"@en,
"imperceptible"@fr,
"impercettibile"@it,
"niet waarneembaar"@nl,
"ni zaznaven"@sl ;
skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-intensity> .
<http://data.odeuropa.eu/vocabulary/vdi-intensity/1> a skos:Concept ;
rdf:value "1"^^xsd:nonNegativeInteger ;
skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-intensity> ;
skos:prefLabel "schr schwach"@de,
"very weak"@en,
"très faible"@fr,
"molto debole"@it,
"zeer zwak"@nl,
"zelo šibek"@sl ;
skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-intensity> .
<http://data.odeuropa.eu/vocabulary/vdi-intensity/2> a skos:Concept ;
rdf:value "2"^^xsd:nonNegativeInteger ;
skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-intensity> ;
skos:prefLabel "schwach"@de,
"weak"@en,
"faible"@fr,
"debole"@it,
"zwak"@nl,
"šibek"@sl ;
skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-intensity> .
<http://data.odeuropa.eu/vocabulary/vdi-intensity/3> a skos:Concept ;
rdf:value "3"^^xsd:nonNegativeInteger ;
skos:altLabel "distinto"@it ;
skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-intensity> ;
skos:prefLabel "deutlich"@de,
"distinct"@en,
"distinct"@fr,
"definito"@it,
"duidelijk"@nl,
"izrazit"@sl ;
skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-intensity> .
<http://data.odeuropa.eu/vocabulary/vdi-intensity/4> a skos:Concept ;
rdf:value "4"^^xsd:nonNegativeInteger ;
skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-intensity> ;
skos:prefLabel "stark"@de,
"strong"@en,
"fort"@fr,
"forte"@it,
"sterk"@nl,
"močan"@sl ;
skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-intensity> .
<http://data.odeuropa.eu/vocabulary/vdi-intensity/5> a skos:Concept ;
rdf:value "5"^^xsd:nonNegativeInteger ;
skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-intensity> ;
skos:prefLabel "schr stark"@de,
"very strong"@en,
"très fort"@fr,
"molto forte"@it,
"zeer sterk"@nl,
"zelo močan"@sl ;
skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-intensity> .
<http://data.odeuropa.eu/vocabulary/vdi-intensity/6> a skos:Concept ;
rdf:value "6"^^xsd:nonNegativeInteger ;
skos:inScheme <http://data.odeuropa.eu/vocabulary/vdi-intensity> ;
skos:prefLabel "extrem stark"@de,
"extremely strong"@en,
"extrêmement trong"@fr,
"estremamente forte"@it,
"uiterst sterk"@nl,
"izjemno močan"@sl ;
skos:topConceptOf <http://data.odeuropa.eu/vocabulary/vdi-intensity> .
<http://data.odeuropa.eu/vocabulary/vdi-intensity> a skos:ConceptScheme ;
dct:bibliographicCitation "Olfactometry-Determination of Odour Intensity, Part 1. Vol. 1 VDI-guideline 3882/1, VDI-Handbuch Reinhaltung der Luft, Verein Deutsche Ingenieure Verlag; Düsseldorf, Germany: 1992"@en ;
dct:created "1992"^^xsd:gYear ;
dct:creator wd:Q529564 ;
skos:hasTopConcept <http://data.odeuropa.eu/vocabulary/vdi-intensity/0>,
<http://data.odeuropa.eu/vocabulary/vdi-intensity/1>,
<http://data.odeuropa.eu/vocabulary/vdi-intensity/2>,
<http://data.odeuropa.eu/vocabulary/vdi-intensity/3>,
<http://data.odeuropa.eu/vocabulary/vdi-intensity/4>,
<http://data.odeuropa.eu/vocabulary/vdi-intensity/5>,
<http://data.odeuropa.eu/vocabulary/vdi-intensity/6> ;
rdfs:label "Olfaktometrie - Bestimmung der Geruchsintensitat"@de,
"Olfactometry - Determination of Odour intensity"@en .