query-895afc059745de574627d604f71bb7e1

rq turtle/ttl

Indian actors or actress without Malayalam labels or descriptions SELECT DISTINCT ?item ?len ?den ?lml ?dml WHERE { ?item wdt:P31 wd:Q5; wdt:P106 wd:Q33999; wdt:P27 wd:Q668. OPTIONAL { ?item rdfs:label ?len. FILTER((LANG(?len)) = "en")} OPTIONAL { ?item schema:description ?den. FILTER((LANG(?den)) = "en")} OPTIONAL { ?item rdfs:label ?lml. FILTER((LANG(?lml)) = "ml")} OPTIONAL { ?item schema:description ?dml. FILTER((LANG(?dml)) = "ml")} FILTER((!(BOUND(?lml)))

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
# Indian actors or actress without Malayalam labels or descriptions
SELECT DISTINCT ?item ?len ?den ?lml ?dml WHERE {
  ?item wdt:P31 wd:Q5;
    wdt:P106 wd:Q33999;
    wdt:P27 wd:Q668.
  OPTIONAL { ?item rdfs:label ?len. FILTER((LANG(?len)) = "en")}
  OPTIONAL { ?item schema:description ?den. FILTER((LANG(?den)) = "en")}
  OPTIONAL { ?item rdfs:label ?lml. FILTER((LANG(?lml)) = "ml")}
  OPTIONAL { ?item schema:description ?dml. FILTER((LANG(?dml)) = "ml")}
  FILTER((!(BOUND(?lml)))

Query found at