Skip to content

Commit b3c0d30

Browse files
authored
Merge pull request #236 from phopfgartner/master
Add Ontop among the SPARQL endpoint implementations
2 parents d90640f + dc80f89 commit b3c0d30

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.rst

+37
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,43 @@ Stardog
804804
- application/ld+json
805805
- Other acceptable values: application/n-triples, application/x-turtle, application/trig, application/trix, application/n-quads
806806

807+
Ontop
808+
-------
809+
:Website: `Ontop VKG <https://ontop-vkg.org>`_
810+
:Documentation: `<https://ontop-vkg.org/guide/>`
811+
:Uses: Only content negotiation (no URL parameters).
812+
:Parameter key: If an unexpected parameter is used, the server ignores it.
813+
814+
815+
- SELECT
816+
817+
- application/sparql-results+json (DEFAULT if Accept: */* is sent)
818+
- application/sparql-results+xml
819+
- text/csv (versions before Ontop 5.2 returned text/sparql-results+csv)
820+
- text/tab-separated-values (versions before Ontop 5.2 returned text/sparql-results+tsv)
821+
822+
- ASK
823+
824+
- application/sparql-results+json (DEFAULT if Accept: */* is sent)
825+
- application/sparql-results+xml
826+
- Other values: text/boolean
827+
828+
- CONSTRUCT
829+
830+
- text/turtle (DEFAULT if Accept: */* is sent)
831+
- application/rdf+xml
832+
- text/n3
833+
- application/ld+json
834+
- Other acceptable values: application/n-triples, application/n-quads, rdf+json, rdf+xml
835+
836+
- DESCRIBE
837+
838+
- text/turtle (DEFAULT if Accept: */* is sent)
839+
- application/rdf+xml
840+
- application/rdf+json
841+
- text/n3
842+
- application/ld+json
843+
- Other acceptable values: application/n-triples, application/n-quads
807844

808845
Development
809846
===========

0 commit comments

Comments
 (0)