generated from berlinonline/lod-sg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
35 lines (32 loc) · 1.47 KB
/
_config.yml
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
baseurl: "/lod-vocabulary" # the subpath of your site, e.g. /blog
url: "https://berlin.github.io" # the base hostname & protocol for your site, e.g. http://example.com
true_url:
"https://berlin.github.io" # This duplication is necessary to make relative links work when
# running the Jekyll-Site locally, when `url` is replaced with something like http://localhost:4000
dataset_url: "/lod-vocabulary/"
dataset_breadcrumb: "Datensatz"
cbd_folder: "cbds/"
exclude:
- bin/
- data/
- conf/
- README.md
- Makefile
plugins:
- jekyll-rdf
# Jekyll RDF settings
jekyll_rdf:
path: "data/temp/all.nt"
restriction: "SELECT ?resourceUri WHERE { ?resourceUri ?predicate ?object FILTER(STRSTARTS(STR(?resourceUri), 'https://berlin.github.io/lod-vocabulary')) }"
default_template: "default"
class_template_mappings:
"http://rdfs.org/ns/void#Dataset": "dataset"
"https://schema.org/Organization": "core/organization"
"https://berlin.github.io/lod-vocabulary/ImprintPage": "core/imprint"
"http://www.w3.org/2002/07/owl#Ontology": "core/voc_ontology"
"http://www.w3.org/2002/07/owl#Class": "core/voc_class"
"http://www.w3.org/2000/01/rdf-schema#Class": "core/voc_class"
"http://www.w3.org/2002/07/owl#DatatypeProperty": "core/voc_property"
"http://www.w3.org/2002/07/owl#ObjectProperty": "core/voc_property"
"http://www.w3.org/2002/07/owl#AnnotationProperty": "core/voc_property"
"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property": "core/voc_property"