query-b0b91b9471c472018be1d82c2f6e2224
Check for family name etc. in place of given name SELECT ?item WHERE {?item wdt:P735 wd:Q27235787}
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Check for family name etc. in place of given name
SELECT ?item
WHERE {?item wdt:P735 wd:Q27235787}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q27235787"]):::iri
v1 --"wdt:P735"--> c2