-
Notifications
You must be signed in to change notification settings - Fork 1
/
forge-config.yml
73 lines (70 loc) · 2.73 KB
/
forge-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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Model:
name: RdfModel
origin: store
source: BlueBrainNexus
context:
iri: "https://bbp.neuroshapes.org"
bucket: "neurosciencegraph/datamodels"
Store:
name: BlueBrainNexus
model:
name: RdfModel
endpoint: https://bbp.epfl.ch/nexus/v1
searchendpoints:
sparql:
endpoint: "https://bbp.epfl.ch/neurosciencegraph/data/views/aggreg-sp/dataset"
elastic:
endpoint: "https://bbp.epfl.ch/neurosciencegraph/data/views/aggreg-es/dataset"
mapping: "https://bbp.epfl.ch/neurosciencegraph/data/views/es/dataset"
default_str_keyword_field: "keyword"
vocabulary:
metadata:
iri: "https://bluebrain.github.io/nexus/contexts/metadata.json"
local_iri: "https://bluebrainnexus.io/contexts/metadata.json"
namespace: "https://bluebrain.github.io/nexus/vocabulary/"
deprecated_property: "https://bluebrain.github.io/nexus/vocabulary/deprecated"
project_property: "https://bluebrain.github.io/nexus/vocabulary/project"
max_connection: 5
versioned_id_template: "{x.id}?rev={x._store_metadata._rev}"
file_resource_mapping: https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/examples/configurations/nexus-store/file-to-resource-mapping.hjson
Resolvers:
ontology:
- resolver: OntologyResolver
origin: store
source: BlueBrainNexus
targets:
- identifier: terms
bucket: neurosciencegraph/datamodels
- identifier: CellType
bucket: neurosciencegraph/datamodels
filters:
- path: subClassOf*.id
value: BrainCellType
- identifier: BrainRegion
bucket: neurosciencegraph/datamodels
filters:
- path: subClassOf*.id
value: BrainRegion
- identifier: Species
bucket: neurosciencegraph/datamodels
filters:
- path: subClassOf*.id
value: Species
searchendpoints:
sparql:
endpoint: "https://bluebrain.github.io/nexus/vocabulary/defaultSparqlIndex"
result_resource_mapping: https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/examples/configurations/nexus-resolver/term-to-resource-mapping.hjson
agent:
- resolver: AgentResolver
origin: store
source: BlueBrainNexus
targets:
- identifier: agents
bucket: bbp/agents
searchendpoints:
sparql:
endpoint: "https://bluebrain.github.io/nexus/vocabulary/defaultSparqlIndex"
result_resource_mapping: https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/examples/configurations/nexus-resolver/agent-to-resource-mapping.hjson
Formatters:
identifier: https://bbp.epfl.ch/neurosciencegraph/data/{}/{}
identifier_with_org_project: https://bbp.epfl.ch/data/{}/{}/{}