query-14da93657f6dc4c10af9a7a01b9fcef8
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
select ?i ?iLabel ?fn ?fnLabel where {
?i wdt:P31 wd:Q5;
wdt:P734 ?fn.
?fn wdt:P407 wd:Q5287.
FILTER NOT EXISTS {?i wdt:P27 wd:Q17}
SERVICE wikibase:label { bd:serviceParam wikibase:language "ja" }