-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzwaardemaker.ttl
More file actions
89 lines (71 loc) · 2.19 KB
/
Copy pathzwaardemaker.ttl
File metadata and controls
89 lines (71 loc) · 2.19 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
@prefix dct: <http://purl.org/dc/terms/> .
@prefix olf: <http://data.odeuropa.eu/vocabulary/olfactory-objects/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 zw: <http://data.odeuropa.eu/vocabulary/zwaardemaker/> .
olf:110 skos:related zw:alliaceous .
olf:177 skos:related zw:aromatic .
olf:270 skos:related zw:ambrosiac .
olf:345 skos:related zw:ethereal .
olf:415 skos:related zw:fragrant .
olf:431 skos:related zw:ambrosiac .
olf:79 skos:related zw:alliaceous .
zw:empyreumatic a skos:Concept ;
skos:inScheme zw: ;
skos:prefLabel "Empyreumatic"@en ;
skos:topConceptOf zw: .
zw:foul a skos:Concept ;
skos:inScheme zw: ;
skos:prefLabel "Foul"@en ;
skos:topConceptOf zw: .
zw:hircine a skos:Concept ;
skos:inScheme zw: ;
skos:prefLabel "Hircine"@en ;
skos:topConceptOf zw: .
zw:nauseous a skos:Concept ;
skos:inScheme zw: ;
skos:prefLabel "Nauseous"@en ;
skos:topConceptOf zw: .
zw:aromatic a skos:Concept ;
skos:inScheme zw: ;
skos:prefLabel "Aromatic"@en ;
skos:related olf:177 ;
skos:topConceptOf zw: .
zw:ethereal a skos:Concept ;
skos:inScheme zw: ;
skos:prefLabel "Ethereal"@en ;
skos:related olf:345 ;
skos:topConceptOf zw: .
zw:fragrant a skos:Concept ;
skos:inScheme zw: ;
skos:prefLabel "Fragrant"@en ;
skos:related olf:415 ;
skos:topConceptOf zw: .
zw:alliaceous a skos:Concept ;
skos:inScheme zw: ;
skos:prefLabel "Alliaceous"@en ;
skos:related olf:110,
olf:79 ;
skos:topConceptOf zw: .
zw:ambrosiac a skos:Concept ;
skos:inScheme zw: ;
skos:prefLabel "Ambrosiac"@en ;
skos:related olf:270,
olf:431 ;
skos:topConceptOf zw: .
zw: a skos:ConceptScheme ;
rdfs:label "Zwaardemaker smell system"@en ;
dct:created "1895"^^xsd:gYear ;
dct:creator wd:Q1043,
wd:Q971279 ;
skos:hasTopConcept zw:alliaceous,
zw:ambrosiac,
zw:aromatic,
zw:empyreumatic,
zw:ethereal,
zw:foul,
zw:fragrant,
zw:hircine,
zw:nauseous .