-
Notifications
You must be signed in to change notification settings - Fork 0
/
frequency-eu.ttl
254 lines (222 loc) · 12.4 KB
/
frequency-eu.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
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix ns0: <http://publications.europa.eu/ontology/authority/> .
<http://publications.europa.eu/resource/authority/frequency/OTHER>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs with another type of regularity (for instance, every leap year)."@en ;
skos:prefLabel "other"@en .
<http://publications.europa.eu/resource/authority/frequency/WEEKLY>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs once a week."@en ;
skos:prefLabel "weekly"@en ;
skos:exactMatch <http://purl.org/cld/freq/weekly> .
<http://publications.europa.eu/resource/authority/frequency>
a skos:ConceptScheme, owl:Ontology ;
rdfs:label "Frequency"@en ;
owl:imports <http://publications.europa.eu/ontology/euvoc> ;
rdfs:comment "Frequency"^^rdfs:Literal ;
owl:versionInfo "20190619-0" ;
skos:prefLabel "Frequency"@en ;
dc:identifier "http://publications.europa.eu/resource/authority/frequency" ;
skosxl:prefLabel [ ] ;
ns0:prefLabel "Frequency"@en ;
ns0:table.id "frequency" ;
ns0:table.version.number "20190619-0" ;
owl:versionIRI <http://publications.europa.eu/resource/authority/frequency/20190619-0> .
<http://publications.europa.eu/resource/authority/frequency/ANNUAL>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs once a year."@en ;
skos:prefLabel "annual"@en ;
skos:exactMatch <http://purl.org/cld/freq/annual> .
<http://publications.europa.eu/resource/authority/frequency/ANNUAL_2>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs twice a year."@en ;
skos:prefLabel "semiannual"@en ;
skos:exactMatch <http://purl.org/cld/freq/semiannual> .
<http://publications.europa.eu/resource/authority/frequency/ANNUAL_3>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs three times a year."@en ;
skos:prefLabel "three times a year"@en ;
skos:exactMatch <http://purl.org/cld/freq/threeTimesAYear> .
<http://publications.europa.eu/resource/authority/frequency/BIENNIAL>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every two years."@en ;
skos:prefLabel "biennial"@en ;
skos:exactMatch <http://purl.org/cld/freq/biennial> .
<http://publications.europa.eu/resource/authority/frequency/BIMONTHLY>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every two months."@en ;
skos:prefLabel "bimonthly"@en ;
skos:exactMatch <http://purl.org/cld/freq/bimonthly> .
<http://publications.europa.eu/resource/authority/frequency/BIWEEKLY>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every two weeks."@en ;
skos:prefLabel "biweekly"@en ;
skos:exactMatch <http://purl.org/cld/freq/biweekly> .
<http://publications.europa.eu/resource/authority/frequency/CONT>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The item is updated more frequent than daily."@en ;
skos:prefLabel "continuous"@en ;
skos:exactMatch <http://purl.org/cld/freq/continuous> .
<http://publications.europa.eu/resource/authority/frequency/DAILY>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs once a day."@en ;
skos:prefLabel "daily"@en ;
skos:exactMatch <http://purl.org/cld/freq/daily> .
<http://publications.europa.eu/resource/authority/frequency/DAILY_2>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs twice a day."@en ;
skos:prefLabel "twice a day"@en .
<http://publications.europa.eu/resource/authority/frequency/IRREG>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs at uneven intervals."@en ;
skos:prefLabel "irregular"@en ;
skos:exactMatch <http://purl.org/cld/freq/irregular> .
<http://publications.europa.eu/resource/authority/frequency/MONTHLY>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs once a month."@en ;
skos:prefLabel "monthly"@en ;
skos:exactMatch <http://purl.org/cld/freq/monthly> .
<http://publications.europa.eu/resource/authority/frequency/MONTHLY_2>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs twice a month."@en ;
skos:prefLabel "semimonthly"@en ;
skos:exactMatch <http://purl.org/cld/freq/semimonthly> .
<http://publications.europa.eu/resource/authority/frequency/MONTHLY_3>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs three times a month."@en ;
skos:prefLabel "three times a month"@en ;
skos:exactMatch <http://purl.org/cld/freq/threeTimesAMonth> .
<http://publications.europa.eu/resource/authority/frequency/NEVER>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The item is never updated."@en ;
skos:prefLabel "never"@en .
<http://publications.europa.eu/resource/authority/frequency/OP_DATPRO>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:prefLabel "Provisional data"@en .
<http://publications.europa.eu/resource/authority/frequency/QUARTERLY>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every three months."@en ;
skos:prefLabel "quarterly"@en ;
skos:exactMatch <http://purl.org/cld/freq/quarterly> .
<http://publications.europa.eu/resource/authority/frequency/TRIENNIAL>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every three years."@en ;
skos:prefLabel "triennial"@en ;
skos:exactMatch <http://purl.org/cld/freq/triennial> .
<http://publications.europa.eu/resource/authority/frequency/UNKNOWN>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs with unknown regularity."@en ;
skos:prefLabel "unknown"@en ;
skos:exactMatch <http://purl.org/cld/freq/completelyIrregular> .
<http://publications.europa.eu/resource/authority/frequency/UPDATE_CONT>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event repeats without interruption."@en ;
skos:prefLabel "continuously updated"@en .
<http://publications.europa.eu/resource/authority/frequency/WEEKLY_2>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs twice a week."@en ;
skos:prefLabel "semiweekly"@en ;
skos:exactMatch <http://purl.org/cld/freq/semiweekly> .
<http://publications.europa.eu/resource/authority/frequency/WEEKLY_3>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs three times a week."@en ;
skos:prefLabel "three times a week"@en ;
skos:exactMatch <http://purl.org/cld/freq/threeTimesAWeek> .
<http://publications.europa.eu/resource/authority/frequency/QUINQUENNIAL>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every five years."@en ;
skos:prefLabel "quinquennial"@en .
<http://publications.europa.eu/resource/authority/frequency/DECENNIAL>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every ten years."@en ;
skos:prefLabel "decennial"@en .
<http://publications.europa.eu/resource/authority/frequency/HOURLY>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every hour."@en ;
skos:prefLabel "hourly"@en .
<http://publications.europa.eu/resource/authority/frequency/QUADRENNIAL>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every four years."@en ;
skos:prefLabel "quadrennial"@en .
<http://publications.europa.eu/resource/authority/frequency/BIHOURLY>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every two hours."@en ;
skos:prefLabel "bihourly"@en .
<http://publications.europa.eu/resource/authority/frequency/TRIHOURLY>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every three hours."@en ;
skos:prefLabel "trihourly"@en .
<http://publications.europa.eu/resource/authority/frequency/BIDECENNIAL>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every twenty years."@en ;
skos:prefLabel "bidecennial"@en .
<http://publications.europa.eu/resource/authority/frequency/TRIDECENNIAL>
a skos:Concept ;
skos:inScheme <http://publications.europa.eu/resource/authority/frequency> ;
skos:topConceptOf <http://publications.europa.eu/resource/authority/frequency> ;
skos:definition "The event occurs every thirty years."@en ;
skos:prefLabel "tridecennial"@en .