Skip to content
Snippets Groups Projects
Commit 42d9de6b authored by Alvaro Graves's avatar Alvaro Graves
Browse files

Nmaed graph to rdfs:Resource

parent 57698c40
No related branches found
No related tags found
No related merge requests found
SELECT ?s2 ?p2 ?s1 ?p1 WHERE {
{
GRAPH ?g{
{
<{{uri}}> ?s1 ?p1 .
}UNION{
......@@ -6,3 +8,11 @@ SELECT ?s2 ?p2 ?s1 ?p1 WHERE {
}
}
}UNION{ {
<{{uri}}> ?s1 ?p1 .
}UNION{
?s2 ?p2 <{{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