Skip to content

Commit

Permalink
Stage CSD adapt uris
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausIllmayer committed Jan 31, 2024
1 parent 424aa3b commit 0d1bf44
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config_staging.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,16 @@
dc:title "CLARIN taxonomy for Linguistic Subjects"@en ;
dc:subject :cat_stage ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "http://vocabs.sshopencloud.eu/vocabularies/linguisticsubjects/" ;
void:uriSpace "https://vocabs.sshopencloud.eu/vocabularies/csd-linguistic-subjects/" ;
skosmos:shortName "csd-linguistic-subjects" ;
skosmos:language "en" ;
skosmos:defaultLanguage "en" ;
skosmos:showTopConcepts "true" ;
skosmos:fullAlphabeticalIndex "true" ;
skosmos:showNotation "false" ;
skosmos:hasMultiLingualProperty "false" ;
skosmos:mainConceptScheme <http://vocabs.sshopencloud.eu/vocabularies/linguisticsubjects/> ;
skosmos:mainConceptScheme <https://vocabs.sshopencloud.eu/vocabularies/csd-linguistic-subjects/> ;
# ToDo change sparqlGraph on production
skosmos:sparqlGraph <http://vocabs.sshopencloud.eu/vocabularies/linguisticsubjects/> ;
# void:dataDump <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/Archaeology/OeAIMaterials/oeai_materials.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/sparql>
Expand All @@ -110,15 +111,16 @@
dc:title "CLARIN taxonomy for tools and services tasks"@en ;
dc:subject :cat_stage ;
dc:type mdrtype:THESAURUS ;
void:uriSpace "http://vocabs.sshopencloud.eu/vocabularies/tooltasks/" ;
void:uriSpace "https://vocabs.sshopencloud.eu/vocabularies/csd-tool-tasks/" ;
skosmos:shortName "csd-tool-tasks" ;
skosmos:language "en" ;
skosmos:defaultLanguage "en" ;
skosmos:showTopConcepts "true" ;
skosmos:fullAlphabeticalIndex "true" ;
skosmos:showNotation "false" ;
skosmos:hasMultiLingualProperty "false" ;
skosmos:mainConceptScheme <http://vocabs.sshopencloud.eu/vocabularies/tooltasks/> ;
skosmos:mainConceptScheme <https://vocabs.sshopencloud.eu/vocabularies/csd-tool-tasks/> ;
# ToDo change sparqlGraph on production
skosmos:sparqlGraph <http://vocabs.sshopencloud.eu/vocabularies/tooltasks/> ;
# void:dataDump <https://vocabs-downloads.acdh.oeaw.ac.at/vocabs-main/Archaeology/OeAIMaterials/oeai_materials.ttl> ;
void:sparqlEndpoint <http://apache-jena-fuseki:3030/vocabs-stage/sparql>
Expand Down

0 comments on commit 0d1bf44

Please sign in to comment.