query-6bc9f96b0b24839ad1aacb739c1a8324
TODO
Use at
- https://query.wikidata.org/sparql
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". }
}|