Skip to content

Commit

Permalink
Merge pull request #238 from nklsbckmnn/graphdb-sparqlstar-mime-type
Browse files Browse the repository at this point in the history
Update Wrapper.py
  • Loading branch information
nicholascar authored Nov 27, 2024
2 parents 2a6e2d3 + fdc7f9e commit d90640f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SPARQLWrapper/Wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
_SPARQL_DEFAULT = ["application/sparql-results+xml", "application/rdf+xml", "*/*"]
_SPARQL_XML = ["application/sparql-results+xml"]
_SPARQL_JSON = [
"application/x-sparqlstar-results+json", # prevents serialization of quoted/embedded triples in GraphDB, see https://graphdb.ontotext.com/documentation/10.7/rdf-sparql-star.html
"application/sparql-results+json",
"application/json",
"text/javascript",
Expand Down

0 comments on commit d90640f

Please sign in to comment.