-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathforge-config.json
83 lines (83 loc) · 2.81 KB
/
forge-config.json
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
74
75
76
77
78
79
80
81
82
83
{
"@context": "https://bbp.neuroshapes.org",
"@id": "https://bbp.epfl.ch/neurosciencegraph/data/prod",
"@type": "ForgeConfig",
"Formatters": {
"identifier": "https://bbp.epfl.ch/neurosciencegraph/data/{}/{}"
},
"Model": {
"context": {
"bucket": "neurosciencegraph/datamodels",
"iri": "https://bbp.neuroshapes.org"
},
"name": "RdfModel",
"origin": "store",
"source": "BlueBrainNexus"
},
"Resolvers": {
"agent": [
{
"origin": "store",
"resolver": "AgentResolver",
"result_resource_mapping": "https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/examples/configurations/nexus-resolver/agent-to-resource-mapping.hjson",
"searchendpoints": {
"sparql": {
"endpoint": "https://bluebrain.github.io/nexus/vocabulary/defaultSparqlIndex"
}
},
"source": "BlueBrainNexus",
"targets": [
{
"bucket": "bbp/agents",
"identifier": "agents"
}
]
}
],
"ontology": [
{
"origin": "store",
"resolver": "OntologyResolver",
"result_resource_mapping": "https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/examples/configurations/nexus-resolver/term-to-resource-mapping.hjson",
"searchendpoints": {
"sparql": {
"endpoint": "https://bluebrain.github.io/nexus/vocabulary/defaultSparqlIndex"
}
},
"source": "BlueBrainNexus",
"targets": [
{
"bucket": "neurosciencegraph/datamodels",
"identifier": "terms"
}
]
}
]
},
"Store": {
"endpoint": "https://staging.nise.bbp.epfl.ch/nexus/v1",
"file_resource_mapping": "https://raw.githubusercontent.com/BlueBrain/nexus-forge/master/examples/configurations/nexus-store/file-to-resource-mapping.hjson",
"max_connection": 50,
"name": "BlueBrainNexus",
"searchendpoints": {
"elastic": {
"default_str_keyword_field": "keyword",
"endpoint": "https://bbp.epfl.ch/neurosciencegraph/data/views/aggreg-es/dataset",
"mapping": "https://bbp.epfl.ch/neurosciencegraph/data/views/es/dataset"
},
"sparql": {
"endpoint": "https://bluebrain.github.io/nexus/vocabulary/defaultSparqlIndex"
}
},
"versioned_id_template": "{x.id}?rev={x._store_metadata._rev}",
"vocabulary": {
"deprecated_property": "https://bluebrain.github.io/nexus/vocabulary/deprecated",
"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/",
"project_property": "https://bluebrain.github.io/nexus/vocabulary/project"
}
}
}