0

I am using the Apache Jena Fuseki version 1.0, which provides ability to use SPARQL query to get the data in text, JSON and XML format. Whether Fuseki 1.0 supports RDF output format? If possible, please tell how to get output in RDF format from Fuseki 1.0.

Stanislav Kralin
  • 11,070
  • 4
  • 35
  • 58

1 Answers1

0

If you ask for a result set (SELECT query) the output is one of the result set formats.

If you want RDF, use a CONSTRUCT query.

AndyS
  • 16,345
  • 17
  • 21