Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.40 KB | None | 0 0
  1. PREFIX ecrm: <http://erlangen-crm.org/current/>
  2. PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  3. SELECT ?alkotasNev {
  4.     ?folyamat ecrm:P11_had_participant <http://data.szepmuveszeti.hu/id/collections/museum/E39_Actor/267eb328-1384-38c9-a197-cc123d6e1cdc> ;
  5.     ecrm:P3_has_note ?note
  6.     FILTER(REGEX(?note, "rézkarc", "i")) .
  7.     ?alkotas ecrm:P12i_was_present_at ?folyamat ;
  8.     rdfs:label ?alkotasNev
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement