@@ -339,14 +339,14 @@ ClioPatria
339
339
:Website: `The SWI-Prolog Semantic Web Server <http://cliopatria.swi-prolog.org/home >`_
340
340
:Documentation: Search 'sparql' in `<http://cliopatria.swi-prolog.org/help/http >`_.
341
341
:Uses: Parameters **and ** Content Negotiation.
342
- :Parameter key: `format `.
343
- :Parameter value: MUST be one of these values: `rdf+xml `, `json `, `csv `, `application/sparql-results+xml ` or `application/sparql-results+json `.
342
+ :Parameter key: `` format ` `.
343
+ :Parameter value: MUST be one of these values: `` rdf+xml `` , `` json `` , `` csv `` , `` application/sparql-results+xml `` or `` application/sparql-results+json ` `.
344
344
345
345
346
346
OpenLink Virtuoso
347
347
-----------------
348
348
:Website: `OpenLink Virtuoso <http://virtuoso.openlinksw.com >`_
349
- :Parameter key: `format ` or `output `.
349
+ :Parameter key: `` format `` or `` output ` `.
350
350
:JSON-LD (application/ld+json): supported (in CONSTRUCT and DESCRIBE).
351
351
352
352
- Parameter value, like directly: "text/html" (HTML), "text/x-html+tr" (HTML (Faceted Browsing Links)), "application/vnd.ms-excel",
@@ -356,17 +356,17 @@ OpenLink Virtuoso
356
356
"HTML" (alias text/html), "JSON" (alias application/sparql-results+json), "XML" (alias application/sparql-results+xml), "TURTLE" (alias text/rdf+n3), JavaScript (alias application/javascript)
357
357
See `<http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSSparqlProtocol#Additional HTTP Response Formats -- SELECT >`_
358
358
359
- - For a SELECT query type, the default return mimetype (if Accept: */ * is sent) is application/sparql-results+xml
360
- - For a ASK query type, the default return mimetype (if Accept: */ * is sent) is text/html
361
- - For a CONSTRUCT query type, the default return mimetype (if Accept: */ * is sent) is text/turtle
362
- - For a DESCRIBE query type, the default return mimetype (if Accept: */ * is sent) is text/turtle
359
+ - For a `` SELECT `` query type, the default return mimetype (if `` Accept: */* `` is sent) is `` application/sparql-results+xml ``
360
+ - For a `` ASK `` query type, the default return mimetype (if `` Accept: */* `` is sent) is `` text/html ``
361
+ - For a `` CONSTRUCT `` query type, the default return mimetype (if `` Accept: */* `` is sent) is `` text/turtle ``
362
+ - For a `` DESCRIBE `` query type, the default return mimetype (if `` Accept: */* `` is sent) is `` text/turtle ``
363
363
364
364
365
365
Fuseki
366
366
------
367
367
:Website: `Fuseki (formerly there was Joseki) <https://jena.apache.org/documentation/serving_data/ >`_
368
368
:Uses: Parameters **and ** Content Negotiation.
369
- :Parameter key: `format ` or `output ` (`Fuseki 1 <https://github.com/apache/jena/blob/master/jena-fuseki1/src/main/java/org/apache/jena/fuseki/HttpNames.java >`_, `Fuseki 2 <https://github.com/apache/jena/blob/master/jena-arq/src/main/java/org/apache/jena/riot/web/HttpNames.java >`_).
369
+ :Parameter key: `` format `` or `` output ` ` (`Fuseki 1 <https://github.com/apache/jena/blob/master/jena-fuseki1/src/main/java/org/apache/jena/fuseki/HttpNames.java >`_, `Fuseki 2 <https://github.com/apache/jena/blob/master/jena-arq/src/main/java/org/apache/jena/riot/web/HttpNames.java >`_).
370
370
:JSON-LD (application/ld+json): supported (in CONSTRUCT and DESCRIBE).
371
371
372
372
- `Fuseki 1 - Short names for "output=" : "json", "xml", "sparql", "text", "csv", "tsv", "thrift" <https://github.com/apache/jena/blob/master/jena-fuseki1/src/main/java/org/apache/jena/fuseki/servlets/ResponseResultSet.java >`_
@@ -390,50 +390,50 @@ Eclipse RDF4J
390
390
391
391
- SELECT
392
392
393
- - application/sparql-results+xml (DEFAULT if Accept: */ * is sent))
394
- - application/sparql-results+json (also application/json)
395
- - text/csv
396
- - text/tab-separated-values
397
- - Other values: application/x-binary-rdf-results-table
393
+ - `` application/sparql-results+xml `` (DEFAULT if `` Accept: */* `` is sent))
394
+ - `` application/sparql-results+json `` (also `` application/json `` )
395
+ - `` text/csv ``
396
+ - `` text/tab-separated-values ``
397
+ - Other values: `` application/x-binary-rdf-results-table ``
398
398
399
399
- ASK
400
400
401
- - application/sparql-results+xml (DEFAULT if Accept: */ * is sent))
402
- - application/sparql-results+json
403
- - Other values: text/boolean
404
- - Not supported: text/csv
405
- - Not supported: text/tab-separated-values
401
+ - `` application/sparql-results+xml `` (DEFAULT if `` Accept: */* `` is sent))
402
+ - `` application/sparql-results+json ``
403
+ - Other values: `` text/boolean ``
404
+ - ** Not supported **: `` text/csv ``
405
+ - ** Not supported **: `` text/tab-separated-values ``
406
406
407
407
- CONSTRUCT
408
408
409
- - application/rdf+xml
410
- - application/n-triples (DEFAULT if Accept: */ * is sent)
411
- - text/turtle
412
- - text/n3
413
- - application/ld+json
414
- - Other acceptable values: application/n-quads, application/rdf+json, application/trig, application/trix, application/x-binary-rdf
415
- - text/plain (returns application/n-triples)
416
- - text/rdf+n3 (returns text/n3)
417
- - text/x-nquads (returns application/n-quads)
409
+ - `` application/rdf+xml ``
410
+ - `` application/n-triples `` (DEFAULT if `` Accept: */* `` is sent)
411
+ - `` text/turtle ``
412
+ - `` text/n3 ``
413
+ - `` application/ld+json ``
414
+ - Other acceptable values: `` application/n-quads ``, `` application/rdf+json ``, `` application/trig ``, `` application/trix ``, `` application/x-binary-rdf ``
415
+ - `` text/plain `` (returns `` application/n-triples `` )
416
+ - `` text/rdf+n3 `` (returns `` text/n3 `` )
417
+ - `` text/x-nquads `` (returns `` application/n-quads `` )
418
418
419
419
- DESCRIBE
420
420
421
- - application/rdf+xml
422
- - application/n-triples (DEFAULT if Accept: */ * is sent)
423
- - text/turtle
424
- - text/n3
425
- - application/ld+json
426
- - Other acceptable values: application/n-quads, application/rdf+json, application/trig, application/trix, application/x-binary-rdf
427
- - text/plain (returns application/n-triples)
428
- - text/rdf+n3 (returns text/n3)
429
- - text/x-nquads (returns application/n-quads)
421
+ - `` application/rdf+xml ``
422
+ - `` application/n-triples `` (DEFAULT if `` Accept: */* `` is sent)
423
+ - `` text/turtle ``
424
+ - `` text/n3 ``
425
+ - `` application/ld+json ``
426
+ - Other acceptable values: `` application/n-quads ``, `` application/rdf+json ``, `` application/trig ``, `` application/trix ``, `` application/x-binary-rdf ``
427
+ - `` text/plain `` (returns `` application/n-triples `` )
428
+ - `` text/rdf+n3 `` (returns `` text/n3 `` )
429
+ - `` text/x-nquads `` (returns `` application/n-quads `` )
430
430
431
431
432
432
RASQAL
433
433
------
434
434
:Website: `RASQAL <http://librdf.org/rasqal/ >`_
435
435
:Documentation: `<http://librdf.org/rasqal/roqet.html >`_
436
- :Parameter key: `results `.
436
+ :Parameter key: `` results ` `.
437
437
:JSON-LD (application/ld+json): NOT supported.
438
438
439
439
Uses roqet as RDF query utility (see `<http://librdf.org/rasqal/roqet.html >`_)
@@ -528,7 +528,7 @@ AllegroGraph
528
528
:Website: `4store <https://github.com/4store/4store >`_
529
529
:Documentation: `<https://4store.danielknoell.de/trac/wiki/SparqlServer/ >`_
530
530
:Uses: Parameters **and ** Content Negotiation.
531
- :Parameter key: `output `.
531
+ :Parameter key: `` output ` `.
532
532
:Parameter value: alias. If an unexpected alias is used, the server is not working properly.
533
533
:JSON-LD (application/ld+json): NOT supported.
534
534
@@ -568,7 +568,7 @@ Blazegraph
568
568
:Website: `Blazegraph (Formerly known as Bigdata) <https://www.blazegraph.com/ >`_ & `NanoSparqlServer <https://wiki.blazegraph.com/wiki/index.php/NanoSparqlServer >`_
569
569
:Documentation: `<https://wiki.blazegraph.com/wiki/index.php/REST_API#SPARQL_End_Point >`_
570
570
:Uses: Parameters **and ** Content Negotiation.
571
- :Parameter key: `format ` (available since version 1.4.0). `Setting this parameter will override any Accept Header that is present <https://wiki.blazegraph.com/wiki/index.php/REST_API#GET_or_POST >`_
571
+ :Parameter key: `` format ` ` (available since version 1.4.0). `Setting this parameter will override any Accept Header that is present <https://wiki.blazegraph.com/wiki/index.php/REST_API#GET_or_POST >`_
572
572
:Parameter value: alias. If an unexpected alias is used, the server is not working properly.
573
573
:JSON-LD (application/ld+json): NOT supported.
574
574
0 commit comments