-
Notifications
You must be signed in to change notification settings - Fork 3
/
example.yaml
48 lines (41 loc) · 1.07 KB
/
example.yaml
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
39
40
41
42
43
44
45
46
47
48
elasticsearch:
- host: localhost
port: 9200
webservice:
host: 'localhost'
port: 8839
prefixes:
rdfs: http://www.w3.org/2000/01/rdf-schema#
owl: http://www.w3.org/2002/07/owl#
dct: http://purl.org/dc/terms/
dc: http://purl.org/dc/elements/1.1/
skos: http://www.w3.org/2004/02/skos/core#
dbpedia: http://dbpedia.org/ontology/
dbprop: http://dbpedia.org/property/
foaf: http://xmlns.com/foaf/0.1/
sparql:
uri: http://dbpedia.org/sparql
timeout_s: 60 # 1 minute
limit: 1000 # for debugging we don't want to index everything :-)
common_properties:
- rdfs:label
- rdfs:comment
indexes:
dbpedia:
person:
type: foaf:Person
properties:
- foaf:givenName
- foaf:surname
- dc:description
- sparql: "dbprop:shortDescription"
variable: "shortDesc"
jsonld: "dc:description"
- dbprop:dateOfBirth
athlete:
type: dbpedia:Athlete
subclasses: owl
properties:
- dbprop:alternativeNames
- dbprop:fullname
- dbprop:goals