query-6bc9f96b0b24839ad1aacb739c1a8324

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?file ?title ?P180
WHERE { 
  ?id rdfs:label ?name .
  FILTER regex(?name, "Wolfgang Amadeus Mozart", "George Frideric Handel") 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de". } 
}|

Query found at