Skip to content

how to setup a local fuseki server ?  #147

@scenaristeur

Description

@scenaristeur

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

image

but i got no matches on ldf- server

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions