query-d719934c4f75dfc851aa3963109d149c

rq turtle/ttl

Propertiesinstance of (P31)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item WHERE {
  ?item wdt:P31 wd:Q13406463.
  OPTIONAL { ?item schema:description ?itemDescription. }

  SERVICE wikibase:label { bd:serviceParam wikibase:language "ml". }
  FILTER(!BOUND(?itemDescription))
}
LIMIT 500

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?itemDescription") c5(["bd:serviceParam"]):::iri c2(["wd:Q13406463"]):::iri c7(["ml"]):::literal f0[["not bound(?itemDescription)"]] f0 --> v1 v2 --"wdt:P31"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."schema:description".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end