query-dd7d756b59fad6ca22c1ce4ef226c40b

rq turtle/ttl

Women born in Bulgaria without an article in Bulgarian

Use at

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#>
PREFIX schema: <http://schema.org/>

SELECT ?item ?itemLabel ?itemDescription WHERE{
   ?item wdt:P31 wd:Q5.
   ?item wdt:P21 wd:Q6581072.
   ?item wdt:P106 wd:Q1028181.

  { ?item wdt:P27 wd:Q219. } UNION { ?item wdt:P19/wdt:P131* wd:Q219. }


  OPTIONAL { ?sitelink schema:about ?item. ?sitelink schema:inLanguage "bg"}
  FILTER (!BOUND(?sitelink))

  SERVICE wikibase:label { bd:serviceParam wikibase:language "bg,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?sitelink") a1((" ")) c17(["bg,en"]):::literal c13(["bg"]):::literal c4(["wd:Q6581072"]):::iri c6(["wd:Q1028181"]):::iri c15(["bd:serviceParam"]):::iri c8(["wd:Q219"]):::iri c2(["wd:Q5"]):::iri f0[["not bound(?sitelink)"]] f0 --> v1 v2 --"wdt:P31"--> c2 v2 --"wdt:P21"--> c4 v2 --"wdt:P106"--> c6 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P19"--> a1 a1 --"wdt:P131"--> c8 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P27"--> c8 end union0r <== or ==> union0l end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."schema:about".-> v2 v1 --"schema:inLanguage"--> c13 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c15 --"wikibase:language"--> c17 end