Advertisement
Guest User

SPARQL CTM!

a guest
Aug 22nd, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.15 KB | None | 0 0
  1. SELECT ?name
  2. WHERE {
  3.   ?hospital rdfs:subClassOf <http://farmautomatico3.com#Especialista> .
  4.   ?instan rdf:type ?hospital.
  5.   ?instan rdfs:label ?name
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement