-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathedwards.ttl
More file actions
161 lines (141 loc) · 4.85 KB
/
edwards.ttl
File metadata and controls
161 lines (141 loc) · 4.85 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
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
@prefix dbp: <http://dbpedia.org/property/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix edwards: <http://data.odeuropa.eu/vocabulary/edwards/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix voc: <http://data.odeuropa.eu/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
edwards:aromatic a skos:Concept ;
dbp:next edwards:citrus ;
dbp:prev edwards:dry_woods ;
skos:altLabel "Aromatic Fougère"@en,
"Fougère"@en ;
skos:broader edwards:woody ;
skos:inScheme voc:edwards ;
skos:prefLabel "Aromatic"@en .
edwards:citrus a skos:Concept ;
dbp:next edwards:fruity ;
dbp:prev edwards:aromatic ;
skos:broader edwards:fresh ;
skos:inScheme voc:edwards ;
skos:prefLabel "Citrus"@en .
edwards:dry_woods a skos:Concept ;
dbp:next edwards:aromatic ;
dbp:prev edwards:mossy_woods ;
skos:broader edwards:woody ;
skos:inScheme voc:edwards ;
skos:prefLabel "Dry Woods"@en .
edwards:floral a skos:Concept ;
dbp:next edwards:soft_floral ;
dbp:prev edwards:water ;
skos:broader edwards:floral_primary ;
skos:inScheme voc:edwards ;
skos:prefLabel "Floral"@en .
edwards:floral_oriental a skos:Concept ;
dbp:next edwards:soft_oriental ;
dbp:prev edwards:soft_floral ;
skos:broader edwards:floral_primary ;
skos:inScheme voc:edwards ;
skos:prefLabel "Floral Oriental"@en .
edwards:fruity a skos:Concept ;
dbp:next edwards:green ;
dbp:prev edwards:citrus ;
skos:broader edwards:fresh ;
skos:inScheme voc:edwards ;
skos:prefLabel "Fruity"@en .
edwards:green a skos:Concept ;
dbp:next edwards:water ;
dbp:prev edwards:fruity ;
skos:broader edwards:fresh ;
skos:inScheme voc:edwards ;
skos:prefLabel "Green"@en .
edwards:mossy_woods a skos:Concept ;
dbp:next edwards:dry_woods ;
dbp:prev edwards:woods ;
skos:broader edwards:woody ;
skos:inScheme voc:edwards ;
skos:prefLabel "Mossy Woods"@en .
edwards:oriental a skos:Concept ;
dbp:next edwards:woody_oriental ;
dbp:prev edwards:soft_oriental ;
skos:broader edwards:oriental_primary ;
skos:inScheme voc:edwards ;
skos:prefLabel "Oriental"@en .
edwards:soft_floral a skos:Concept ;
dbp:next edwards:floral_oriental ;
dbp:prev edwards:floral ;
skos:broader edwards:floral_primary ;
skos:inScheme voc:edwards ;
skos:prefLabel "Soft Floral"@en .
edwards:soft_oriental a skos:Concept ;
dbp:next edwards:oriental ;
dbp:prev edwards:floral_oriental ;
skos:broader edwards:oriental_primary ;
skos:inScheme voc:edwards ;
skos:prefLabel "Soft Oriental"@en .
edwards:water a skos:Concept ;
dbp:next edwards:floral ;
dbp:prev edwards:green ;
skos:broader edwards:fresh ;
skos:inScheme voc:edwards ;
skos:prefLabel "Water"@en .
edwards:woods a skos:Concept ;
dbp:next edwards:mossy_woods ;
dbp:prev edwards:woody_oriental ;
skos:broader edwards:woody ;
skos:inScheme voc:edwards ;
skos:prefLabel "Woods"@en .
edwards:woody_oriental a skos:Concept ;
dbp:next edwards:woods ;
dbp:prev edwards:oriental ;
skos:broader edwards:oriental_primary ;
skos:inScheme voc:edwards ;
skos:prefLabel "Woody Oriental"@en .
edwards:oriental_primary a skos:Concept ;
dbp:next edwards:woody ;
dbp:prev edwards:floral_primary ;
skos:inScheme voc:edwards ;
skos:narrower edwards:oriental,
edwards:soft_oriental,
edwards:woody_oriental ;
skos:prefLabel "Oriental (primary)"@en ;
skos:topConceptOf voc:edwards .
edwards:floral_primary a skos:Concept ;
dbp:next edwards:oriental_primary ;
dbp:prev edwards:fresh ;
skos:inScheme voc:edwards ;
skos:narrower edwards:floral,
edwards:floral_oriental,
edwards:soft_floral ;
skos:prefLabel "Floral (primary)"@en ;
skos:topConceptOf voc:edwards .
edwards:fresh a skos:Concept ;
dbp:next edwards:floral_primary ;
dbp:prev edwards:woody ;
skos:inScheme voc:edwards ;
skos:narrower edwards:citrus,
edwards:fruity,
edwards:green,
edwards:water ;
skos:prefLabel "Fresh"@en ;
skos:topConceptOf voc:edwards .
edwards:woody a skos:Concept ;
dbp:next edwards:fresh ;
dbp:prev edwards:floral_primary ;
skos:inScheme voc:edwards ;
skos:narrower edwards:aromatic,
edwards:dry_woods,
edwards:mossy_woods,
edwards:woods ;
skos:prefLabel "Woody"@en ;
skos:topConceptOf voc:edwards .
voc:edwards a skos:ConceptScheme ;
rdfs:label "Michael Edwards' scent wheel"@en ;
dct:created "1983"^^xsd:gYear ;
dct:creator <http://www.wikidata.org/entity/Q16106246> ;
dct:modified "2010"^^xsd:gYear ;
dct:type voc:scent_wheel ;
skos:hasTopConcept edwards:floral_primary,
edwards:fresh,
edwards:oriental_primary,
edwards:woody .