@matdata/yasqe 4.7.4 → 4.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/yasqe.min.js +1 -1
- package/build/yasqe.min.js.map +1 -1
- package/package.json +1 -1
- package/src/defaults.ts +1 -1
package/package.json
CHANGED
package/src/defaults.ts
CHANGED
|
@@ -135,7 +135,7 @@ SELECT * WHERE {
|
|
|
135
135
|
queryArgument: undefined, //undefined means: get query argument based on query mode
|
|
136
136
|
endpoint: "https://dbpedia.org/sparql",
|
|
137
137
|
method: "POST",
|
|
138
|
-
acceptHeaderGraph: "
|
|
138
|
+
acceptHeaderGraph: "text/turtle,*/*;q=0.9",
|
|
139
139
|
acceptHeaderSelect: "application/sparql-results+json,*/*;q=0.9",
|
|
140
140
|
acceptHeaderUpdate: "text/plain,*/*;q=0.9",
|
|
141
141
|
namedGraphs: [],
|