query-61709a714209642300200e6e2d9d8267

rq turtle/ttl

名前男性

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
select distinct ?i ?o ?d where{
  ?i wdt:P31 wd:Q12308941;wdt:P1705 ?o.
  optional{?i schema:description ?d. FILTER(lang(?d)="ja")}
  FILTER(!BOUND(?d))
} limit 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?d"):::projected v2("?i"):::projected v3("?o"):::projected c3(["wd:Q12308941"]):::iri f0[["not bound(?d)"]] f0 --> v1 v2 --"wdt:P31"--> c3 v2 --"wdt:P1705"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."schema:description".-> v1 end