Skip to content

Commit

Permalink
Add general/graph3.rq
Browse files Browse the repository at this point in the history
  • Loading branch information
hchiba1 committed Jul 15, 2021
1 parent 350f6d7 commit 9d4097f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions general/graph3.rq
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env spang2
# @endpoint test
# @option --time

SELECT ?g
WHERE {
GRAPH ?g {
?s ?p ?o
}
}
GROUP BY ?g
ORDER BY ?g

0 comments on commit 9d4097f

Please sign in to comment.