-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing simple03 request for count query
- Loading branch information
1 parent
001568e
commit 2f1038f
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
next/sparql/simple03/18de690df92709f9cb19b406aa725a878cc328d5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Query: null | ||
# Hashed IRI: https://dbpedia.org/sparql@@POST:query=SELECT+*+WHERE+%7B+%3Fs+%3Fp+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FAalter%3E+%7D+ORDER+BY+%3Fp+LIMIT+5 | ||
# Content-type: application/sparql-results+json | ||
|
||
{ "head": { "link": [], "vars": ["s", "p"] }, | ||
"results": { "distinct": false, "ordered": true, "bindings": [ | ||
{ "s": { "type": "uri", "value": "http://dbpedia.org/resource/Davy_De_fauw" } , "p": { "type": "uri", "value": "http://dbpedia.org/ontology/birthPlace" }}, | ||
{ "s": { "type": "uri", "value": "http://dbpedia.org/resource/Jef_Tavernier" } , "p": { "type": "uri", "value": "http://dbpedia.org/ontology/birthPlace" }}, | ||
{ "s": { "type": "uri", "value": "http://dbpedia.org/resource/Pieter_De_Crem" } , "p": { "type": "uri", "value": "http://dbpedia.org/ontology/birthPlace" }}, | ||
{ "s": { "type": "uri", "value": "http://dbpedia.org/resource/Pieter_Serry" } , "p": { "type": "uri", "value": "http://dbpedia.org/ontology/birthPlace" }}, | ||
{ "s": { "type": "uri", "value": "http://dbpedia.org/resource/Club_YLA" } , "p": { "type": "uri", "value": "http://dbpedia.org/ontology/ground" }} ] } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
next/sparql/simple03/e661895cfe26afd56ca2f5d3f37a59af011db74e
This file was deleted.
Oops, something went wrong.