Skip to content

Commit

Permalink
Fix missing simple03 request for count query
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 31, 2024
1 parent 001568e commit 2f1038f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
11 changes: 11 additions & 0 deletions next/sparql/simple03/18de690df92709f9cb19b406aa725a878cc328d5
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" }} ] } }
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ checked="checked" />
Copyright &#169; 2024 <a href="https://www.openlinksw.com/">OpenLink Software</a>
<br/>
<a href="https://virtuoso.openlinksw.com/">Virtuoso</a> version 08.03.3329 (42780c0b7c) on Linux (x86_64-generic-linux-glibc25)
Single Server Edition (62 GB total memory, 50 GB memory in use)
Single Server Edition (62 GB total memory, 38 GB memory in use)

</div>
</footer>
Expand Down
11 changes: 0 additions & 11 deletions next/sparql/simple03/e661895cfe26afd56ca2f5d3f37a59af011db74e

This file was deleted.

0 comments on commit 2f1038f

Please sign in to comment.