-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_development.ttl
199 lines (185 loc) · 9.54 KB
/
config_development.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
@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/> .
# Skosmos main configuration
# ACDH-CH-RedmineIssue: 16010
:config a skosmos:Configuration ;
# SPARQL endpoint
# a local Fuseki server is usually on localhost:3030
skosmos:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-develop/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 Development" ;
# 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/" ;
# 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 true ;
# set to a logfile path to enable logging into log file
skosmos:logFileName "/tmp/skosmos-vocabs-develop.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_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: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-develop/sparql>
.
# ACDH-CH-RedmineIssue: 5448
:dha_taxonomy a skosmos:Vocabulary , void:Dataset ;
dc:title "DHA Taxonomy" ;
dc:subject :cat_test ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.acdh.oeaw.ac.at/dhataxonomy/" ;
skosmos:shortName "dhataxonomy" ;
skosmos:language "en" ;
skosmos:defaultLanguage "en" ;
skosmos:groupClass skos:Collection ;
skosmos:showNotation "false" ;
skosmos:showTopConcepts "true" ;
skosmos:showChangeList "true" ;
skosmos:fullAlphabeticalIndex "true" ;
# where is this plugin? do we use it?
skosmos:usePlugin "acdh_visualization" ;
skosmos:mainConceptScheme <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/dhaTaxonomyScheme> ;
skosmos:sparqlGraph <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/> ;
void:dataDump <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/Humanities/DHATaxonomy/dhataxonomy.rdf> , <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/Humanities/DHATaxonomy/dhataxonomy.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-develop/sparql>
.
# ACDH-CH-RedmineIssue: 688
:hsinstruments_thesaurus a skosmos:Vocabulary , void:Dataset ;
dc:title "Digitale Musikinstrumentensystematik nach Hornbostel & Sachs"@de , "Digital Hornbostel & Sachs Classification of Musical Instruments"@en ;
dc:subject :cat_test ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.acdh.oeaw.ac.at/hsinstruments/" ;
skosmos:shortName "hsinstruments" ;
skosmos:language "de" , "en" ;
skosmos:defaultLanguage "de" ;
skosmos:showTopConcepts "true" ;
skosmos:hasMultiLingualProperty "true" ;
skosmos:mainConceptScheme <https://vocabs.acdh.oeaw.ac.at/hsinstruments/ConceptScheme> ;
skosmos:sparqlGraph <https://vocabs.acdh.oeaw.ac.at/hsinstruments/> ;
void:dataDump <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/Music/HSInstruments/hsinstruments.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-develop/sparql>
.
# ACDH-CH RedmineIssue: 14869
:iso639_3 a skosmos:Vocabulary , void:Dataset ;
dc:title "ISO 639-3 Language Codes"@en , "ISO 639-3 Sprachcodes"@de , "ISO 639-3 Codes de langue"@fr ;
dc:subject :cat_test ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.acdh.oeaw.ac.at/iso6393/" ;
skosmos:shortName "iso6393" ;
skosmos:language "en" , "de" , "fr" ;
skosmos:defaultLanguage "en" ;
skosmos:showTopConcepts "false" ;
skosmos:hasMultiLingualProperty "true" ;
skosmos:showNotation "true" ;
skosmos:mainConceptScheme <https://vocabs.acdh.oeaw.ac.at/iso6393/Schema> ;
skosmos:sparqlGraph <https://vocabs.acdh.oeaw.ac.at/iso6393/> ;
void:dataDump <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/GeneralConcepts/ISO639_3LanguageCodes/ISO-639-3-languages.rdf> , <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/GeneralConcepts/ISO639_3LanguageCodes/ISO-639-3-languages.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-develop/sparql>
.
# ACDH-CH RedmineIssue: 12975
:oefos a skosmos:Vocabulary , void:Dataset ;
dc:title "ÖFOS 2012. Austrian Fields of Science and Technology Classification 2012"@en , "ÖFOS 2012. Österreichische Version der 'Fields of Science and Technology (FOS) Classification'"@de ;
dc:subject :cat_test ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.acdh.oeaw.ac.at/oefosdisciplines/" ;
skosmos:shortName "oefosdisciplines" ;
skosmos:language "de" , "en" ;
skosmos:defaultLanguage "de" ;
skosmos:showChangeList "false" ;
skosmos:showTopConcepts "true" ;
skosmos:hasMultiLingualProperty "true" ;
skosmos:sortByNotation "true" ;
skosmos:mainConceptScheme <https://vocabs.acdh.oeaw.ac.at/oefosdisciplines/Schema> ;
skosmos:sparqlGraph <https://vocabs.acdh.oeaw.ac.at/oefosdisciplines/> ;
void:dataDump <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/GeneralConcepts/OeFOS/oefos_disciplines.rdf> , <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/GeneralConcepts/OeFOS/oefos_disciplines.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-develop/sparql>
.
# ACDH-CH-RedmineIssue: 16902
:tadirah a skosmos:Vocabulary , void:Dataset ;
dc:title "TaDiRAH: Taxonomy of Digital Research Activities in the Humanities" ;
dc:subject :cat_test ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "https://vocabs.dariah.eu/tadirah/" ;
skosmos:shortName "tadirah" ;
skosmos:language "en" ;
skosmos:defaultLanguage "en" ;
skosmos:showNotation "false" ;
skosmos:showTopConcepts "true" ;
skosmos:showChangeList "false" ;
skosmos:fullAlphabeticalIndex "false" ;
skosmos:mainConceptScheme <https://vocabs.dariah.eu/tadirah/> ;
skosmos:sparqlGraph <https://vocabs.dariah.eu/tadirah/> ;
void:dataDump <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/Humanities/TaDiRAH/tadirah.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-develop/sparql>
.
# Skosmos categories/subjects
:categories a skos:ConceptScheme;
skos:prefLabel "Skosmos Vocabulary Categories"@en
.
:cat_test a skos:Concept ;
skos:topConceptOf :categories ;
skos:inScheme :categories ;
skos:prefLabel "Vocabularies for testing"@en , "Vokabularien zum Testen"@de
.
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
.