Skip to content

Commit

Permalink
Merge pull request #236 from phopfgartner/master
Browse files Browse the repository at this point in the history
Add Ontop among the SPARQL endpoint implementations
  • Loading branch information
nicholascar authored Nov 27, 2024
2 parents d90640f + dc80f89 commit b3c0d30
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,43 @@ Stardog
- application/ld+json
- Other acceptable values: application/n-triples, application/x-turtle, application/trig, application/trix, application/n-quads

Ontop
-------
:Website: `Ontop VKG <https://ontop-vkg.org>`_
:Documentation: `<https://ontop-vkg.org/guide/>`
:Uses: Only content negotiation (no URL parameters).
:Parameter key: If an unexpected parameter is used, the server ignores it.


- SELECT

- application/sparql-results+json (DEFAULT if Accept: */* is sent)
- application/sparql-results+xml
- text/csv (versions before Ontop 5.2 returned text/sparql-results+csv)
- text/tab-separated-values (versions before Ontop 5.2 returned text/sparql-results+tsv)

- ASK

- application/sparql-results+json (DEFAULT if Accept: */* is sent)
- application/sparql-results+xml
- Other values: text/boolean

- CONSTRUCT

- text/turtle (DEFAULT if Accept: */* is sent)
- application/rdf+xml
- text/n3
- application/ld+json
- Other acceptable values: application/n-triples, application/n-quads, rdf+json, rdf+xml

- DESCRIBE

- text/turtle (DEFAULT if Accept: */* is sent)
- application/rdf+xml
- application/rdf+json
- text/n3
- application/ld+json
- Other acceptable values: application/n-triples, application/n-quads

Development
===========
Expand Down

0 comments on commit b3c0d30

Please sign in to comment.