query-909f56206a91013630bf2eef8ed78a1b
Q-ID for known string of item labelHi, I try to get the ID-Q-Number of persons where the item label is the persons name. I tried this:
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?person
WHERE { ?person wdt:P734 ?familyname .
Values ?familyname {'Bertha Krupp'}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de".}