Skip to content
Snippets Groups Projects
Commit 18e56aa7 authored by alvaro's avatar alvaro
Browse files

Adding DISTINCT to rdfs:Resource queries

parent c6a5e202
No related branches found
No related tags found
No related merge requests found
SELECT ?p ?o WHERE { SELECT DISTINCT ?p ?o WHERE {
{ {
GRAPH ?g{ GRAPH ?g{
<{{uri}}> ?p ?o. <{{uri}}> ?p ?o.
......
SELECT ?s ?p WHERE { SELECT DISTINCT ?s ?p WHERE {
{ {
GRAPH ?g{ GRAPH ?g{
?s ?p <{{uri}}> . ?s ?p <{{uri}}> .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment