-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
i've tried to setup a fuseki local server with
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@ldf/server/^3.0.0/components/context.jsonld",
"@id": "urn:ldf-server:my",
"import": "preset-qpf:config-defaults.json",
"title": "My Linked Data Fragments server",
"datasources": [
{
"@id": "ex:mySparqlLocal",
"@type": "SparqlDatasource",
"datasourceTitle": "Fuseki Local",
"description": "Fuseki Local",
"datasourcePath": "fuseki-local-sparql",
"sparqlEndpoint": "http://localhost:3030/pizza/sparql"
},
{
"@id": "ex:mySparqlDatasource",
"@type": "SparqlDatasource",
"datasourceTitle": "DBpedia (Virtuoso)",
"description": "DBpedia with a Virtuoso back-end",
"datasourcePath": "dbpedia-sparql",
"sparqlEndpoint": "https://dbpedia.org/sparql"
}
]
}
with a pizza dataset imported from pizza.ttl
but i got no matches on ldf- server