Advertisement
gopeter

metro-query

Jul 3rd, 2014
2,598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.14 KB | None | 0 0
  1. PREFIX ex: <http://example.com>
  2.  
  3. SELECT ?mid WHERE {
  4.   <http://example.com/StopD> ex:via* ?mid .
  5.   ?mid ex:via+ <http://example.com/StopC> .
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement