Skip to content

Commit e3e4bda

Browse files
committed
updated rst format
1 parent 934a0c1 commit e3e4bda

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

README.rst

+39-39
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,14 @@ ClioPatria
339339
:Website: `The SWI-Prolog Semantic Web Server <http://cliopatria.swi-prolog.org/home>`_
340340
:Documentation: Search 'sparql' in `<http://cliopatria.swi-prolog.org/help/http>`_.
341341
: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``.
344344

345345

346346
OpenLink Virtuoso
347347
-----------------
348348
:Website: `OpenLink Virtuoso <http://virtuoso.openlinksw.com>`_
349-
:Parameter key: `format` or `output`.
349+
:Parameter key: ``format`` or ``output``.
350350
:JSON-LD (application/ld+json): supported (in CONSTRUCT and DESCRIBE).
351351

352352
- 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
356356
"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)
357357
See `<http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSSparqlProtocol#Additional HTTP Response Formats -- SELECT>`_
358358

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``
363363

364364

365365
Fuseki
366366
------
367367
:Website: `Fuseki (formerly there was Joseki) <https://jena.apache.org/documentation/serving_data/>`_
368368
: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>`_).
370370
:JSON-LD (application/ld+json): supported (in CONSTRUCT and DESCRIBE).
371371

372372
- `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
390390

391391
- SELECT
392392

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``
398398

399399
- ASK
400400

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``
406406

407407
- CONSTRUCT
408408

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``)
418418

419419
- DESCRIBE
420420

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``)
430430

431431

432432
RASQAL
433433
------
434434
:Website: `RASQAL <http://librdf.org/rasqal/>`_
435435
:Documentation: `<http://librdf.org/rasqal/roqet.html>`_
436-
:Parameter key: `results`.
436+
:Parameter key: ``results``.
437437
:JSON-LD (application/ld+json): NOT supported.
438438

439439
Uses roqet as RDF query utility (see `<http://librdf.org/rasqal/roqet.html>`_)
@@ -528,7 +528,7 @@ AllegroGraph
528528
:Website: `4store <https://github.com/4store/4store>`_
529529
:Documentation: `<https://4store.danielknoell.de/trac/wiki/SparqlServer/>`_
530530
:Uses: Parameters **and** Content Negotiation.
531-
:Parameter key: `output`.
531+
:Parameter key: ``output``.
532532
:Parameter value: alias. If an unexpected alias is used, the server is not working properly.
533533
:JSON-LD (application/ld+json): NOT supported.
534534

@@ -568,7 +568,7 @@ Blazegraph
568568
:Website: `Blazegraph (Formerly known as Bigdata) <https://www.blazegraph.com/>`_ & `NanoSparqlServer <https://wiki.blazegraph.com/wiki/index.php/NanoSparqlServer>`_
569569
:Documentation: `<https://wiki.blazegraph.com/wiki/index.php/REST_API#SPARQL_End_Point>`_
570570
: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>`_
572572
:Parameter value: alias. If an unexpected alias is used, the server is not working properly.
573573
:JSON-LD (application/ld+json): NOT supported.
574574

0 commit comments

Comments
 (0)