RDF format output from Fuseki 1.0

269 Views Asked by At

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.

1

There are 1 best solutions below

0
AndyS On

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.