Advertisement
Guest User

Untitled

a guest
Oct 26th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.28 KB | None | 0 0
  1. PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  2. PREFIX dcterms: <http://purl.org/dc/terms/>
  3. PREFIX nav: <http://cpgu.kbpm.ru/ns/rm/navigation#>
  4. PREFIX rm: <http://cpgu.kbpm.ru/ns/rm/rdf#>
  5. SELECT DISTINCT ?URI ?p ?o WHERE {
  6.   ?URI rdfs:subClassOf rm:ArtifactType.
  7.   ?URI ?p ?o.
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement