-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoss-config.yml
38 lines (38 loc) · 1.33 KB
/
moss-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
36
37
38
loaders:
- collectionURI: https://databus.dbpedia.org/janfo/collections/moss-ontologies
indexer:
configPath: ./indexers/ontology-indexer.yml
layers:
- name: keyword
formatMimeType: text/turtle
templatePath: layers/keyword/template.ttl
resourceTypes:
- https://dataid.dbpedia.org/databus#Artifact
- https://dataid.dbpedia.org/databus#Group
- https://dataid.dbpedia.org/databus#Version
indexers:
- layers/keyword/indexer.yml
- name: openenergy
formatMimeType: application/ld+json
templatePath: layers/openenergy/template.jsonld
shaclPath: layers/openenergy/shapes.shacl
resourceTypes:
- https://dataid.dbpedia.org/databus#Version
indexers:
- layers/openenergy/indexer.yml
- indexers/annotate-count-indexer.yml
- name: opentransport
formatMimeType: application/ld+json
templatePath: layers/opentransport/template.jsonld
resourceTypes:
- https://dataid.dbpedia.org/databus#Version
indexers:
- layers/opentransport/indexer.yml
- indexers/annotate-count-indexer.yml
- name: helmholtz
formatMimeType: application/ld+json
templatePath: layers/helmholtz/template.jsonld
resourceTypes:
- https://dataid.dbpedia.org/databus#Artifact
indexers:
- layers/helmholtz/indexer.yml