query-70ea74ed35c251b076e2ce6925f47205

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 ?l ?d WHERE {
  ?i wdt:P31 wd:Q11879590;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") c3(["wd:Q11879590"]):::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