Questions tagged [fuseki]

Fuseki is a SPARQL server. It provides REST-style SPARQL HTTP Update, SPARQL Query, and SPARQL Update using the SPARQL protocol over HTTP.

Apache Jena Fuseki is a SPARQL server. It can run as a operating system service, as a Java web application (WAR file), and as a standalone server.

It provides the SPARQL 1.1 protocols for query and update as well as the SPARQL Graph Store protocol.

Fuseki is tightly integrated with TDB to provide a robust, transactional persistent storage layer, and incorporates Jena text query and Jena spatial query. It can be used to provide the protocol engine for other RDF query and storage systems.

423 questions
-1
votes
1 answer

Java jena fuseki set OntModelSpec pellet reasoner

the following code is used to send rdf data to a sparql endpoint. It has worked fine until i've tried to add a reasoner to the OntoModel. Now the compiler says: "cannot convert from com.hp.hpl.jena.ontology.OntModelspec to…
-1
votes
1 answer

fuseki doesn't select from dbpedia on my computer

I have fuseki running on my computer. version 1.1.1. but it when I enter a query to select from dbpedia it doesnt return anything. The query made is suppose to return http://dbpedia.org/class/yago/Guitarist110151760 as ?artistKind and…
michAmir
  • 375
  • 2
  • 4
  • 12
-2
votes
1 answer

Jena Fuseki,TDB and formating the output

I am newbie in Apache Jena.I store my RDF-dataset in jena tdb and I serve it in fuseki server.Until now,I am fine.The problem is that I want the output of the SPARQL query to be displayed in a html page.I can't find the way to do this. If you have…
evaliotiri
  • 33
  • 1
  • 9
1 2 3
28
29