Advertisement
Guest User

Untitled

a guest
Dec 12th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.20 KB | None | 0 0
  1. PREFIX pps: <http://localhost:8080/vocabulary#>  
  2. INSERT
  3. {
  4.     ?node pps:objectId 'node'
  5. }
  6. WHERE
  7. {
  8.     ?node pps:pathway ?pw .
  9.     ?node pps:nodeDepth ?nd .
  10.     FILTER NOT EXISTS { ?node pps:objectId ?z }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement