generated from berlinonline/lod-sg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
26 lines (23 loc) · 875 Bytes
/
_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
baseurl: "/lod-berlin-bo" # 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"
dataset_url: "/lod-berlin-bo/"
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://berlinonline.github.io/lod-berlin-bo')) }"
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"