-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathtestconfig.ttl
More file actions
448 lines (403 loc) · 19 KB
/
testconfig.ttl
File metadata and controls
448 lines (403 loc) · 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
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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
@prefix void: <http://rdfs.org/ns/void#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix wv: <http://vocab.org/waiver/terms/norms> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix skosmos: <http://purl.org/net/skosmos#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#>.
@prefix meta: <http://www.skosmos.skos/test-meta/> .
@prefix my: <http://example.com/myns#> .
@prefix mdrtype: <http://publications.europa.eu/resource/authority/dataset-type/> .
@prefix test: <http://www.skosmos.skos/test/> .
@prefix : <http://base/#> .
# Skosmos main configuration
:config a skosmos:Configuration ;
# SPARQL endpoint defaults to $SKOSMOS_SPARQL_ENDPOINT environment var
# skosmos:sparqlEndpoint <http://localhost:13030/skosmos-test/sparql> ;
# sparql-query extension, or "Generic" for plain SPARQL 1.1
# set to "JenaText" instead if you use Fuseki with jena-text index
# skosmos:sparqlDialect "JenaText" ;
# whether to enable collation in sparql queries
skosmos:sparqlCollationEnabled true ;
# HTTP client configuration
skosmos:sparqlTimeout 10 ;
skosmos:httpTimeout 2 ;
# customize the service name
skosmos:serviceName "Skosmos being tested" ;
# customize the base element. Set this if the automatic base url detection doesn't work. For example setups behind a proxy.
skosmos:baseHref "http://tests.localhost/Skosmos/" ;
# interface languages available, and the corresponding system locales
skosmos:languages ( [ rdfs:label "en" ; rdf:value "en_GB.utf8" ] ) ;
# how many results (maximum) to load at a time on the search results page
skosmos:searchResultsSize 5 ;
# how many items (maximum) to retrieve in transitive property queries
skosmos:transitiveLimit 100 ;
# whether or not to log caught exceptions
skosmos:logCaughtExceptions true ;
# set to TRUE to enable logging into browser console
skosmos:logBrowserConsole true ;
# set to a logfile path to enable logging into log file
skosmos:logFileName "/tmp/test_skosmos.log" ;
# a default location for Twig template rendering
skosmos:templateCache "/tmp/skosmos-template-cache-tests" ;
# customize the css by adding your own stylesheet
skosmos:customCss "resource/css/tests-stylesheet.css" ;
# default email address where to send the feedback
skosmos:feedbackAddress "tests@skosmos.test" ;
# email address to set as the sender for feedback messages
skosmos:feedbackSender "tests skosmos" ;
# email address to set as the envelope sender for feedback messages
skosmos:feedbackEnvelopeSender "skosmos tests" ;
# whether to display the ui language selection as a dropdown (useful for cases where there are more than 3 languages)
skosmos:uiLanguageDropdown true ;
# whether to enable the spam honey pot or not, enabled by default
skosmos:uiHoneypotEnabled false ;
# default time a user must wait before submitting a form
skosmos:uiHoneypotTime 2 ;
# plugins to activate for the whole installation (including all vocabularies)
skosmos:globalPlugins ("alpha" "Bravo" "charlie") .
# Skosmos vocabularies
:test a skosmos:Vocabulary, void:Dataset ;
dc:title "Test ontology"@en ;
dc:subject :cat_science ;
dc:type mdrtype:ONTOLOGY ;
void:dataDump <http://skosmos.skos/dump/test/> ;
void:uriSpace "http://www.skosmos.skos/test/";
skos:prefLabel "Test ontology"@en ;
skosmos:arrayClass isothes:ThesaurusArray ;
skosmos:defaultLanguage "en";
skosmos:feedbackRecipient "developer@vocabulary.org";
skosmos:groupClass skos:Collection;
skosmos:marcSourceCode "ysa/fi"@fi, "allärs/sv"@sv;
skosmos:language "en";
skosmos:showTopConcepts "true";
skosmos:shortName "Test short",
"Testi lyhyt"@fi;
skosmos:hasMultiLingualProperty <http://www.skosmos.skos/multiLingOn>;
skosmos:sparqlGraph <http://www.skosmos.skos/test/> .
:test-notation-sort a skosmos:Vocabulary, void:Dataset ;
dc:title "Test notation sort ontology"@en ;
dc:subject :cat_science ;
dc:type mdrtype:ONTOLOGY ;
void:uriSpace "http://www.skosmos.skos/test-notation-sort/";
skos:prefLabel "Test notation sort ontology"@en ;
skosmos:defaultLanguage "en";
skosmos:feedbackRecipient "developer@vocabulary.org";
skosmos:sortByNotation "true";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/test-notation-sort/> .
:test-qualified-broader a skosmos:Vocabulary, void:Dataset ;
dc:title "Test qualified alphabetical listing queries (skos:broader)"@en ;
dc:subject :cat_science ;
dc:type mdrtype:ONTOLOGY ;
void:uriSpace "http://www.skosmos.skos/test-qualified-broader/" ;
skosmos:defaultLanguage "en" ;
skosmos:groupClass skos:Collection ;
skosmos:language "en" ;
skosmos:alphabeticalListQualifier skos:broader ;
skosmos:sparqlGraph <http://www.skosmos.skos/test-qualified-broader/> .
:test-qualified-notation a skosmos:Vocabulary, void:Dataset ;
dc:title "Test qualified alphabetical listing queries (skos:notation)"@en ;
dc:subject :cat_science ;
dc:type mdrtype:ONTOLOGY ;
void:uriSpace "http://www.skosmos.skos/test-qualified-notation/" ;
skosmos:defaultLanguage "en" ;
skosmos:groupClass skos:Collection ;
skosmos:sortByNotation "lexical" ;
skosmos:language "en" ;
skosmos:alphabeticalListQualifier skos:notation ;
skosmos:sparqlGraph <http://www.skosmos.skos/test-qualified-notation/> .
:test-marc a skosmos:Vocabulary, void:Dataset ;
skos:prefLabel "Test marc source"@en ;
dc:title "Test marc source"@en ;
dc:type mdrtype:ONTOLOGY ;
void:dataDump <http://skosmos.skos/dump/test/marc-fi.mrcx> ;
void:dataDump <http://skosmos.skos/dump/test/marc-sv.mrcx> ;
void:uriSpace "http://www.skosmos.skos/test-marc/";
skosmos:defaultLanguage "fi" ;
skosmos:marcSourceCode "test/fin"@fi, "test/swe"@sv ;
skosmos:language "fi" ;
skosmos:showTopConcepts "true" ;
skosmos:sparqlGraph <http://www.skosmos.skos/test-marc/> .
:marc-undefined a skosmos:Vocabulary, void:Dataset ;
skos:prefLabel "Test undefined marc source"@en ;
dc:title "Test undefined marc source"@en ;
dc:type mdrtype:ONTOLOGY ;
void:dataDump <http://skosmos.skos/dump/test/marc-undefined.mrcx> ;
void:uriSpace "http://www.skosmos.skos/test-marc/" ;
skosmos:defaultLanguage "fi" ;
skosmos:marcSourceCode "test/fin"@fi, "test/swe"@sv ;
skosmos:language "fi" ;
skosmos:showTopConcepts "true" ;
skosmos:sparqlGraph <http://www.skosmos.skos/test-marc/> .
<http://skosmos.skos/dump/test/marc-fi.mrcx>
dc:format "application/marcxml+xml" ;
dc:language "fi" .
<http://skosmos.skos/dump/test/marc-sv.mrcx>
dc:format "application/marcxml+xml" ;
dc:language "sv" .
:multiple-schemes a skosmos:Vocabulary, void:Dataset ;
skos:prefLabel "Mutiple Schemes vocabulary"@en ;
dc:title "Mutiple Schemes vocabulary"@en ;
dc:type mdrtype:ONTOLOGY ;
void:uriSpace "http://www.skosmos.skos/multiple-schemes/";
skosmos:defaultLanguage "en";
skosmos:marcSourceCode "ysa/gen";
skosmos:language "en";
skosmos:showTopConcepts "true";
skosmos:sparqlGraph <http://www.skosmos.skos/multiple-schemes/> .
:testdiff a skosmos:Vocabulary, void:Dataset ;
dc11:title "Test ontology 2"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/onto/testdiff#";
skosmos:language "fi", "en";
skosmos:sparqlDialect "JenaText";
skosmos:fullAlphabeticalIndex "true";
skosmos:explicitLanguageTags "true";
skosmos:defaultSidebarView "groups";
skosmos:showTopConcepts "false";
skosmos:hierarchyProperty isothes:broaderGeneric;
skosmos:sparqlGraph <http://www.skosmos.skos/testdiff/> ;
skosmos:mainConceptScheme <http://www.skosmos.skos/testdiff#conceptscheme> .
:groups a skosmos:Vocabulary, void:Dataset ;
dc11:title "Group test onto"@en ;
dc:subject :cat_general ;
void:dataDump <http://skosmos.skos/dump/test/groups.ttl>,
<http://skosmos.skos/dump/test/groups> ;
void:uriSpace "http://www.skosmos.skos/onto/groups/";
skosmos:arrayClass isothes:ThesaurusArray ;
skosmos:groupClass skos:Collection ;
skosmos:language "fi", "en";
skosmos:defaultLanguage "fi";
skosmos:indexShowClass meta:TestClass, meta:TestClass2;
skosmos:sparqlGraph <http://www.skosmos.skos/groups/> .
:test-concept-schemes a skosmos:Vocabulary, void:Dataset ;
dc11:title "Test concept schemes"@en ;
dc:subject :cat_general ;
void:dataDump <http://skosmos.skos/dump/test/test-concept-schemes.ttl>,
<http://skosmos.skos/dump/test/test-concept-schemes> ;
void:uriSpace "http://www.exemple.fr/";
skosmos:arrayClass isothes:ThesaurusArray ;
skosmos:groupClass skos:Collection ;
skosmos:language "en";
skosmos:defaultLanguage "en";
skosmos:sparqlGraph <http://www.skosmos.skos/test-concept-schemes/> .
:showDeprecated a skosmos:Vocabulary, void:Dataset ;
dc11:title "Show deprecated test vocabulary"@en ;
dc:subject :cat_general ;
void:dataDump <http://skosmos.skos/dump/test/groups.ttl>,
<http://skosmos.skos/dump/test/groups> ;
void:uriSpace "http://www.skosmos.skos/onto/groups/";
skosmos:arrayClass isothes:ThesaurusArray ;
skosmos:groupClass skos:Collection ;
skosmos:language "fi", "en";
skosmos:defaultLanguage "fi";
skosmos:showDeprecated "true";
skosmos:sparqlGraph <http://www.skosmos.skos/groups/> .
:cycle a skosmos:Vocabulary, void:Dataset ;
dc11:title "Cycle test vocabulary"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/onto/cycle/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/cycle/> .
:duplicates a skosmos:Vocabulary, void:Dataset ;
dc11:title "Duplicate labels test vocabulary"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/onto/dup/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/dup/> .
:dates a skosmos:Vocabulary, void:Dataset ;
dc:title "Date information vocabulary"@en ;
dc11:title "Date information vocabulary"@en ;
skos:prefLabel "Date information vocabulary"@en ;
rdfs:label "Date information vocabulary"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/onto/date/";
skosmos:language "en";
skosmos:showPropertyInSearch skos:exactMatch;
skosmos:hasMultiLingualProperty skos:altLabel ;
skosmos:sparqlGraph <http://www.skosmos.skos/date/> ;
skosmos:mainConceptScheme <http://www.skosmos.skos/date/> .
:mapping a skosmos:Vocabulary, void:Dataset ;
dc11:title "Vocabulary with mappings"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/onto/mapping/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/mapping/> .
:changes a skosmos:Vocabulary, void:Dataset ;
dc11:title "A vocabulary for testing the change list creation"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/changes/";
skosmos:language "en";
skosmos:showDeprecatedChanges true ;
skosmos:sparqlGraph <http://www.skosmos.skos/changes/> .
:prefix a skosmos:Vocabulary, void:Dataset ;
dc11:title "A vocabulary for testing custom prefixes"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/prefix/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/prefix/> .
:subclass a skosmos:Vocabulary, void:Dataset ;
dc11:title "Subproperties of hiddenLabel"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/sub/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/sub/> .
:dupgroup a skosmos:Vocabulary, void:Dataset ;
dc11:title "SuperGroup and member relationship double trouble"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/onto/dupgroup/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/dupgroup/> .
:subtag a skosmos:Vocabulary, void:Dataset ;
dc11:title "A vocabulary for testing language subtags"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/subtag/";
skosmos:language "en";
skosmos:fallbackLanguages ( "fr" "de" "sv" ) ;
skosmos:sparqlGraph <http://www.skosmos.skos/subtag/> ;
skosmos:sparqlDialect "JenaText" .
:collation a skosmos:Vocabulary, void:Dataset ;
dc11:title "A vocabulary for test SPARQL with collation"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/collation/";
skosmos:language "fi";
skosmos:sparqlGraph <http://www.skosmos.skos/collation/> .
:cbd a skosmos:Vocabulary, void:Dataset ;
dc11:title "A vocabulary for testing blank node processing and reification"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/cbd/";
skosmos:externalProperty dc11:contributor ;
skosmos:externalProperty dc11:creator ;
skosmos:externalProperty dc11:relation ;
skosmos:externalProperty rdfs:comment ;
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/cbd/> .
:xl a skosmos:Vocabulary, void:Dataset ;
dc11:title "A vocabulary for testing SKOS XL"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/xl/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/xl/> .
:http304disabled a skosmos:Vocabulary, void:Dataset ;
dc11:title "A vocabulary for testing HTTP 304 new settings"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/http304disabled/";
skosmos:language "fi";
skosmos:useModifiedDate "false";
skosmos:sparqlGraph <http://www.skosmos.skos/http304/>;
skosmos:mainConceptScheme test:http304mainconceptscheme .
:http304 a skosmos:Vocabulary, void:Dataset ;
dc11:title "A vocabulary for testing HTTP 304 new settings"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/http304enabled/";
skosmos:language "fi";
skosmos:useModifiedDate "true";
skosmos:sparqlGraph <http://www.skosmos.skos/http304/>;
skosmos:mainConceptScheme test:http304mainconceptscheme .
:testNotation a skosmos:Vocabulary, void:Dataset ;
dc11:title "A vocabulary for testing vocabularies with notation features"@en ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/test-notation-sort/";
skosmos:language "fi";
skosmos:sortByNotation "natural" ;
skosmos:searchByNotation true ;
skosmos:showNotation true ;
skosmos:useModifiedDate "true";
skosmos:sparqlGraph <http://www.skosmos.skos/test-notation-sort/>;
skosmos:mainConceptScheme test:notationMainConceptScheme .
:paramPluginOrderTest a skosmos:Vocabulary, void:Dataset ;
dc:title "Test plugin order"@en ;
void:dataDump <http://skosmos.skos/dump/test/> ;
void:uriSpace "http://www.skosmos.skos/test/";
skosmos:vocabularyPlugins "plugin2", "Bravo", :parameterizedPlugin, "plugin1";
skosmos:usePlugin "plugin1" ;
skosmos:usePlugin "plugin3" ;
skosmos:useParamPlugin :parameterizedPlugin .
:paramPluginTest a skosmos:Vocabulary, void:Dataset ;
dc:title "Test plugin parameters"@en ;
dc:subject :cat_science ;
dc:type mdrtype:ONTOLOGY ;
void:dataDump <http://skosmos.skos/dump/test/> ;
void:uriSpace "http://www.skosmos.skos/test/";
skos:prefLabel "Test plugin parameters"@en ;
skosmos:arrayClass isothes:ThesaurusArray ;
skosmos:defaultLanguage "en";
skosmos:feedbackRecipient "developer@vocabulary.org";
skosmos:groupClass skos:Collection;
skosmos:language "en";
skosmos:vocabularyPlugins ("plugin2" "Bravo" :parameterizedPlugin "plugin1");
skosmos:usePlugin "plugin1" ;
skosmos:usePlugin "plugin3" ;
skosmos:useParamPlugin :parameterizedPlugin ;
skosmos:showTopConcepts "true";
skosmos:shortName "Test params",
"Testi parametri"@fi;
skosmos:sparqlGraph <http://www.skosmos.skos/paramPluginTest/> .
:parameterizedPlugin a skosmos:ParameterizedPlugin ;
skosmos:usePlugin "imaginaryPlugin";
skosmos:parameters [
a schema:PropertyValue ;
schema:propertyID "poem";
schema:value "Roses are red"@fi , "Violets are blue" ;
] ,
[
a schema:PropertyValue ;
schema:propertyID "color" ;
schema:value "#800000" ;
] .
:testISOPropertyOrder a skosmos:Vocabulary, void:Dataset ;
dc:title "ISO 25964 property order"@en ;
dc:subject :cat_science ;
skosmos:propertyOrder skosmos:iso25964PropertyOrder ;
void:dataDump <http://skosmos.skos/dump/test/> ;
void:uriSpace "http://www.skosmos.skos/testOrder/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/testOrder/> .
:testDefaultPropertyOrder a skosmos:Vocabulary, void:Dataset ;
dc:title "Default property order"@en ;
dc:subject :cat_science ;
skosmos:propertyOrder skosmos:defaultPropertyOrder ;
void:dataDump <http://skosmos.skos/dump/test/> ;
void:uriSpace "http://www.skosmos.skos/testOrder/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/testOrder/> .
:testCustomPropertyOrder a skosmos:Vocabulary, void:Dataset ;
dc:title "Custom property order"@en ;
dc:subject :cat_science ;
skosmos:propertyOrder [a skosmos:PropertyOrder; rdf:value (
rdf:type skos:definition skos:broader skos:narrower
skos:related skos:altLabel skos:note skos:scopeNote
skos:historyNote skos:prefLabel
) ] ;
void:dataDump <http://skosmos.skos/dump/test/> ;
void:uriSpace "http://www.skosmos.skos/testOrder/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/testOrder/> .
:testUnknownPropertyOrder a skosmos:Vocabulary, void:Dataset ;
dc:title "Custom property order"@en ;
dc:subject :cat_science ;
skosmos:propertyOrder skosmos:unknown ;
void:dataDump <http://skosmos.skos/dump/test/> ;
void:uriSpace "http://www.skosmos.skos/testOrder/";
skosmos:language "en";
skosmos:sparqlGraph <http://www.skosmos.skos/testOrder/> .
<http://testMultiHashesInUri#vocab#multiHashVocabId> a skosmos:Vocabulary, void:Dataset ;
<http://skosmos.skos/dump/test/groups> dc:format "application/rdf+xml" .
:cat_science a skos:Concept ;
skos:topConceptOf :categories ;
skos:inScheme :categories ;
skos:prefLabel "Luonnontieteet ja lääketiede"@fi,
"Naturvetenskap och medicin"@sv,
"Science and medicine"@en .
mdrtype:THESAURUS a skos:Concept ;
skos:prefLabel "Тезаурус"@bg, "Tezaurus"@cs, "Tesaurus"@da, "Thesaurus"@de, "Θησαυρός"@el, "Thesaurus"@en, "Tesaurus"@et, "Tesaurus"@fi, "Thésaurus"@fr, "Pojmovnik"@hr, "Tezaurusz"@hu, "Tesauro"@it, "Tēzaurs"@lv, "Tezauras"@lt, "Teżawru"@mt, "Thesaurus"@nl, "Tesaurus"@no, "Tezaurus"@pl, "Tesauro"@pt, "Tezaur"@ro, "Synonymický slovník"@sk, "Tezaver"@sl, "Tesauro"@es, "Tesaurus"@sv .
mdrtype:ONTOLOGY a skos:Concept ;
skos:prefLabel "Онтология"@bg, "Ontologie"@cs, "Ontologi"@da, "Ontologie"@de, "Οντολογία"@el, "Ontology"@en, "Ontoloogia"@et, "Ontologia"@fi, "Ontologie"@fr, "Ontologija"@hr, "Ontológia"@hu, "Ontologia"@it, "Ontoloģija"@lv, "Ontologija"@lt, "Ontoloġija"@mt, "Ontologie"@nl, "Ontologi"@no, "Struktura pojęciowa"@pl, "Ontologia"@pt, "Ontologie"@ro, "Ontológia"@sk, "Ontologija"@sl, "Ontología"@es, "Ontologi"@sv .