-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
34 lines (31 loc) · 1.45 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
baseurl: "/lod-berlin-lor-2019" # the subpath of your site, e.g. /blog
url: "https://berlinonline.github.io" # the base hostname & protocol for your site, e.g. http://example.com
true_url: "https://berlinonline.github.io" # This duplication is necessary to make relative links work when
# running the Jekyll-Site locally, when `url` is replaced with somehting like http://localhost:4000
dataset_url: "/lod-berlin-lor-2019/"
dataset_breadcrumb: "Datensatz"
cbd_folder: "cbds/"
exclude:
- bin/
- data/
- conf/
- README.md
- Makefile
- Gemfile
- requirements.txt
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://berlinonline.github.io/lod-berlin-lor-2019')) }"
default_template: "default"
class_template_mappings:
"http://rdfs.org/ns/void#Dataset": "dataset"
"https://schema.org/Organization": "organization"
"https://berlinonline.github.io/lod-sg/ImprintPage": "imprint"
"https://schema.org/State": "lor_unit"
"https://berlinonline.github.io/lod-berlin-lor/vocab/Bezirk": "lor_unit"
"https://berlinonline.github.io/lod-berlin-lor/vocab/Prognoseraum": "lor_unit"
"https://berlinonline.github.io/lod-berlin-lor/vocab/Bezirksregion": "lor_unit"
"https://berlinonline.github.io/lod-berlin-lor/vocab/Planungsraum": "lor_unit"