-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_staging.ttl
304 lines (279 loc) · 13.2 KB
/
config_staging.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
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
@prefix : <#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix skosmos: <http://purl.org/net/skosmos#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix mdrtype: <http://publications.europa.eu/resource/authority/dataset-type/> .
@prefix parthenos: <https://isl.ics.forth.gr/parthenos_vocabularies/> .
# Skosmos main configuration
# ACDH-CH-RedmineIssue: 11676
:config a skosmos:Configuration ;
# SPARQL endpoint
# a local Fuseki server is usually on localhost:3030
skosmos:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/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 "Generic" ;
skosmos:sparqlDialect "JenaText" ;
# whether to enable collation in sparql queries
skosmos:sparqlCollationEnabled false ;
# HTTP client configuration
skosmos:sparqlTimeout 20 ;
skosmos:httpTimeout 5 ;
# customize the service name
skosmos:serviceName "ACDH-CH Vocabularies Stage" ;
# customize the base element. Set this if the automatic base url detection doesn't work. For example setups behind a proxy.
# skosmos:baseHref "http://localhost/Skosmos/" ;
# 2020-09-29 kil #18251: Don't use baseHref as we get the domain by the proxy
# skosmos:baseHref "https://vocabs.acdh.oeaw.ac.at/" ;
# interface languages available, and the corresponding system locales
skosmos:languages (
[ rdfs:label "en" ; rdf:value "en_GB.utf8" ]
[ rdfs:label "de" ; rdf:value "de_DE.utf8" ]
) ;
# how many results (maximum) to load at a time on the search results page
skosmos:searchResultsSize 20 ;
# how many items (maximum) to retrieve in transitive property queries
skosmos:transitiveLimit 1000 ;
# whether or not to log caught exceptions
skosmos:logCaughtExceptions true ;
# set to TRUE to enable logging into browser console
skosmos:logBrowserConsole false ;
# set to a logfile path to enable logging into log file
skosmos:logFileName "/tmp/skosmos-vocabs-stage.log" ;
# a default location for Twig template rendering
skosmos:templateCache "/tmp/skosmos-template-cache" ;
# customize the css by adding your own stylesheet
skosmos:customCss "resource/css/stylesheet.css" ;
# default email address where to send the feedback
skosmos:feedbackAddress "" ;
# email address to set as the sender for feedback messages
skosmos:feedbackSender "" ;
# email address to set as the envelope sender for feedback messages
skosmos:feedbackEnvelopeSender "" ;
# whether to display the ui language selection as a dropdown (useful for cases where there are more than 3 languages)
skosmos:uiLanguageDropdown false ;
# whether to enable the spam honey pot or not, enabled by default
skosmos:uiHoneypotEnabled true ;
# default time a user must wait before submitting a form
skosmos:uiHoneypotTime 5 ;
# plugins to activate for the whole installation (including all vocabularies)
skosmos:globalPlugins ()
.
# Skosmos vocabularies
# Category cat_stage
# ACDH-CH-RedmineIssue: 20731
:arche_licenses a skosmos:Vocabulary, void:Dataset ;
dc:title "ARCHE Licenses" ;
dc:subject :cat_stage ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.acdh.oeaw.ac.at/archelicenses/" ;
skosmos:shortName "archelicenses" ;
skosmos:language "en", "de" ;
skosmos:defaultLanguage "en" ;
skosmos:showChangeList "true" ;
skosmos:showTopConcepts "true" ;
skosmos:hasMultiLingualProperty "true" ;
skosmos:fullAlphabeticalIndex "true" ;
skosmos:mainConceptScheme <https://vocabs.acdh.oeaw.ac.at/archelicenses/Schema> ;
skosmos:sparqlGraph <https://vocabs.acdh.oeaw.ac.at/archelicenses/> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/sparql>
.
# ACDH-CH-RedmineIssue: 21469
:arche_methods a skosmos:Vocabulary, void:Dataset ;
dc:title "ARCHE methods" ;
dc:subject :cat_stage ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.acdh.oeaw.ac.at/arche_methods/" ;
skosmos:shortName "archemethods" ;
skosmos:language "en", "de" ;
skosmos:defaultLanguage "en" ;
skosmos:showChangeList "false" ;
skosmos:showTopConcepts "true" ;
skosmos:hasMultiLingualProperty "true" ;
skosmos:mainConceptScheme <https://vocabs.acdh.oeaw.ac.at/arche_methods/Schema> ;
skosmos:sparqlGraph <https://vocabs.acdh.oeaw.ac.at/arche_methods/> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/sparql>
.
# ACDH-CH-RedmineIssue: 22506
:sshomp-format a skosmos:Vocabulary, void:Dataset ;
dc:title "SSHOMP Format"@en ;
dc:subject :cat_stage ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.sshopencloud.eu/vocabularies/sshomp-format/" ;
skosmos:shortName "sshomp-format" ;
skosmos:language "en" ;
skosmos:defaultLanguage "en" ;
skosmos:showTopConcepts "true" ;
skosmos:fullAlphabeticalIndex "true" ;
skosmos:showNotation "false" ;
skosmos:hasMultiLingualProperty "false" ;
skosmos:mainConceptScheme <https://vocabs.sshopencloud.eu/vocabularies/sshomp-format/> ;
skosmos:sparqlGraph <http://vocabs.sshopencloud.eu/vocabularies/sshomp-format/> ;
# void:dataDump <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-common/SSHOpenMarketplace/sshomp_format/sshomp_format.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/sparql>
.
# ACDH-CH-RedmineIssue: 23162
:schleiermacher_browse a skosmos:Vocabulary, void:Dataset ;
dc:title "Thesaurus zu den Ästhetikvorlesungen von Friedrich Schleiermacher" ;
dc:subject :cat_stage ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://schleiermacher-digital.de/skos/" ;
skosmos:shortName "schleiermacher" ;
skosmos:language "de", "en" ;
skosmos:defaultLanguage "de" ;
skosmos:showTopConcepts "true" ;
skosmos:hasMultiLingualProperty "true" ;
skosmos:fullAlphabeticalIndex "false" ;
skosmos:groupClass skos:Collection ;
skosmos:mainConceptScheme <https://schleiermacher-digital.de/skos> ;
skosmos:sparqlGraph <https://schleiermacher-digital.de/skos/> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/sparql>
.
# Category cat_archive
# ACDH-CH-RedmineIssue: 21470
:jb80 a skosmos:Vocabulary, void:Dataset ;
dc:title "Deutschsprachige Japan-Bibliographie 1980-2000 - Thesaurus" ;
dc:subject :cat_archive ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.acdh.oeaw.ac.at/JB80/" ;
skosmos:defaultLanguage "de" ;
skosmos:language "de" ;
skosmos:shortName "JB_80" ;
skosmos:showTopConcepts "true" ;
skosmos:defaultLanguageExternalResources "en" ;
#skosmos:fullAlphabeticalIndex "true" ;
skosmos:hasMultiLingualProperty "false" ;
skosmos:sortByNotation "true" ;
skosmos:mainConceptScheme <http://vocabs.acdh.oeaw.ac.at/JB80> ;
skosmos:sparqlGraph <https://vocabs.acdh.oeaw.ac.at/JB80/> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/sparql>
.
# Category cat_test
# ACDH-CH-RedmineIssue: 5546
:bbt a skosmos:Vocabulary , void:Dataset ;
dc:title "Backbone Thesaurus" ;
dc:subject :cat_test ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.dariah.eu/bbt/" ;
skosmos:shortName "bbt" ;
skosmos:groupClass <https://vocabs.dariah.eu/bbt/Facet> ;
skosmos:language "en" , "el" , "de" , "fr" , "pt" ;
skosmos:defaultLanguage "en" ;
skosmos:showTopConcepts "true" ;
skosmos:hasMultiLingualProperty "true" ;
skosmos:showNotation "true" ;
skosmos:fullAlphabeticalIndex "true" ;
# skosmos:usePlugin "treeview" ;
# skosmos:usePlugin "acdh_visualization" ;
skosmos:mainConceptScheme <https://vocabs.dariah.eu/bbt/ConceptScheme/Backbone_Thesaurus> ;
skosmos:sparqlGraph <https://vocabs.dariah.eu/bbt/> ;
void:dataDump <https://isl.ics.forth.gr/bbt-federated-thesaurus/downloads/BBT_v1.2.8.rdf> , <https://isl.ics.forth.gr/bbt-federated-thesaurus/downloads/BBT_v1.2.8.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/sparql>
.
# ACDH-CH-RedmineIssue: 20658
:parthenos_vocabularies a skosmos:Vocabulary , void:Dataset ;
dc:title "PARTHENOS Vocabularies"@en ;
dc:subject :cat_test ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://isl.ics.forth.gr/parthenos_vocabularies/" ;
skosmos:shortName "parthenos_vocabularies" ;
# skosmos:groupClass <https://isl.ics.forth.gr/parthenos_vocabularies/Facet> ;
skosmos:groupClass parthenos:Facet ;
skosmos:language "en" , "el" ;
skosmos:defaultLanguage "en" ;
skosmos:showTopConcepts "true" ;
skosmos:hasMultiLingualProperty "true" ;
skosmos:showNotation "true" ;
skosmos:mainConceptScheme <https://isl.ics.forth.gr/parthenos_vocabularies> ;
skosmos:sparqlGraph <https://isl.ics.forth.gr/parthenos_vocabularies/> ;
void:dataDump <https://isl.ics.forth.gr/bbt-federated-thesaurus/downloads/PARTHENOS_with_2021-07-29_BBT_connections.rdf> , <https://isl.ics.forth.gr/bbt-federated-thesaurus/downloads/PARTHENOS_with_2021-07-29_BBT_connections.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/sparql>
.
# ACDH-CH-RedmineIssue: n/a
:testv a skosmos:Vocabulary, void:Dataset ;
dc:title "Test vocabulary"@en ;
dc:subject :cat_test ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.acdh.oeaw.ac.at/testv/" ;
skosmos:defaultLanguage "en" ;
skosmos:groupClass skos:Collection ;
skosmos:language "en" ;
skosmos:shortName "testv" ;
skosmos:showTopConcepts "true" ;
skosmos:mainConceptScheme <https://vocabs.acdh.oeaw.ac.at/testv/Schema> ;
skosmos:sparqlGraph <https://vocabs.acdh.oeaw.ac.at/testv/> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/sparql>
.
# Category cat_lode
# ACDH-CH-RedmineIssue: 17311
# :date a skosmos:Vocabulary, void:Dataset ;
:date_entities a skosmos:Vocabulary , void:Dataset ;
# Should be exactly the same as dc:title metadata in the uploaded SKOS file
# dc:title "ACDH-CH Date Entities";
dc:title "ACDH-CH Linked Open Date Entities" ;
dc:subject :cat_lode ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.acdh.oeaw.ac.at/date/" ;
# skosmos:shortName "Date_Entities";
skosmos:shortName "date" ;
skosmos:language "en" ;
skosmos:defaultLanguage "en" ;
skosmos:showChangeList "false" ;
skosmos:showTopConcepts "true" ;
skosmos:fullAlphabeticalIndex "false" ;
skosmos:hasMultiLingualProperty "true" ;
# For faster performance, use "false" to deactivate loading external resources to fetch labels
skosmos:loadExternalResources "true" ;
# Also no statistics in the overview which helps to show the overview faster
skosmos:showStatistics "false" ;
skosmos:mainConceptScheme <https://vocabs.acdh.oeaw.ac.at/date/conceptScheme> ;
skosmos:sparqlGraph <https://vocabs.acdh.oeaw.ac.at/date/> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-lode/sparql>
.
# ACDH-CH-RedmineIssue: 17311
# :unit_of_time a skosmos:Vocabulary, void:Dataset ;
:ut_entities a skosmos:Vocabulary , void:Dataset ;
# dc:title "ACDH-CH Unit of Time Entities";
dc:title "ACDH-CH Linked Open Date Entities Unit of Time" ;
dc:subject :cat_lode ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.acdh.oeaw.ac.at/unit_of_time/" ;
# skosmos:shortName "unit_of_time_Entities";
skosmos:shortName "unit_of_time" ;
skosmos:language "en" ;
skosmos:defaultLanguage "en" ;
skosmos:showChangeList "false" ;
skosmos:showTopConcepts "true" ;
skosmos:fullAlphabeticalIndex "true" ;
skosmos:hasMultiLingualProperty "true" ;
# For faster performance, use "false" to deactivate loading external resources to fetch labels
skosmos:loadExternalResources "true" ;
skosmos:mainConceptScheme <https://vocabs.acdh.oeaw.ac.at/unit_of_time/conceptScheme> ;
skosmos:sparqlGraph <https://vocabs.acdh.oeaw.ac.at/unit_of_time/> ;
void:dataDump <https://vocabs.acdh.oeaw.ac.at/download/UnitOfTime_v_0_95.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-lode/sparql>
.
# Skosmos categories/subjects
:categories a skos:ConceptScheme;
skos:prefLabel "Skosmos Vocabulary Categories"@en .
:cat_stage a skos:Concept ;
skos:topConceptOf :categories ;
skos:inScheme :categories ;
skos:prefLabel "Staging (in development)"@en, "Staging (in development)"@de.
:cat_archive a skos:Concept ;
skos:topConceptOf :categories ;
skos:inScheme :categories ;
skos:prefLabel "Archived"@en, "Archived"@de.
:cat_test a skos:Concept ;
skos:topConceptOf :categories ;
skos:inScheme :categories ;
skos:prefLabel "Tests"@en, "Test"@de.
:cat_lode a skos:Concept ;
skos:topConceptOf :categories ;
skos:inScheme :categories ;
skos:prefLabel "LODE"@de , "LODE"@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 .