Advertisement
Guest User

Untitled

a guest
Dec 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.14 KB | None | 0 0
  1. PREFIX imo: <http://example.com/resource/>
  2. PREFIX imoad: <http://example.com/resource/ad/>
  3.  
  4.  
  5. SELECT * WHERE{
  6.     imoad:9 ?p ?o.
  7. }LIMIT 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement