@comunica/config-query-sparql
Version:
default configuration files for Comunica SPARQL
29 lines (28 loc) • 897 B
JSON
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/core/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-http/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-number/^4.0.0/components/context.jsonld"
],
"@graph": [
{
"@id": "urn:comunica:default:http/mediators#main",
"@type": "MediatorNumber",
"type": "min",
"field": "time",
"ignoreFailures": true,
"bus": {
"@id": "ActorHttp:_fallback_bus",
"@type": "cc:components/Bus.jsonld#Bus"
}
},
{
"@id": "urn:comunica:default:http/mediators#no-fallback",
"@type": "MediatorNumber",
"type": "min",
"field": "time",
"ignoreFailures": true,
"bus": { "@id": "ActorHttp:_default_bus" }
}
]
}