@comunica/config-query-sparql
Version:
default configuration files for Comunica SPARQL
21 lines (19 loc) • 696 B
JSON
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^5.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-parse-sparql/^5.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-query-parse-graphql/^5.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
"actors": [
{
"@id": "urn:comunica:default:query-parse/actors#sparql",
"@type": "ActorQueryParseSparql"
},
{
"@id": "urn:comunica:default:query-parse/actors#graphql",
"@type": "ActorQueryParseGraphql"
}
]
}