@comunica/config-query-sparql
Version:
default configuration files for Comunica SPARQL
29 lines (28 loc) • 1.17 kB
JSON
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-fetch/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-proxy/^4.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-retry/^4.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
"actors": [
{
"@id": "urn:comunica:default:http/actors#retry",
"@type": "ActorHttpRetry",
"mediatorHttp": { "@id": "urn:comunica:default:http/mediators#main" },
"beforeActors": { "@id": "urn:comunica:default:http/actors#proxy" }
},
{
"@id": "urn:comunica:default:http/actors#proxy",
"@type": "ActorHttpProxy",
"mediatorHttp": { "@id": "urn:comunica:default:http/mediators#main" },
"beforeActors": { "@id": "urn:comunica:default:http/actors#fetch" }
},
{
"@id": "urn:comunica:default:http/actors#fetch",
"@type": "ActorHttpFetch"
}
]
}