query-f4fc037585c9854a0209340582d3da37

rq turtle/ttl

MPs of 49th National Assembly without articles in the wikipedia.bg

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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?itemLabel ?article WHERE {
  ?item wdt:P31 wd:Q5; p:P39 ?statement .
  ?statement ps:P39 wd:Q18924508 ; pq:P2937 wd:Q117600091 .
  MINUS {
    ?article schema:about ?item ;
             schema:isPartOf <https://bg.wikipedia.org/> .
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?article"):::projected v1("?item") v2("?statement") c5(["wd:Q18924508"]):::iri c10([https://bg.wikipedia.org/]):::iri c12(["bd:serviceParam"]):::iri c7(["wd:Q117600091"]):::iri c2(["wd:Q5"]):::iri c14(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:direct/P31"--> c2 v1 --"p:P39"--> v2 v2 --"p:statement/P39"--> c5 v2 --"p:qualifier/P2937"--> c7 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v3 --"schema:about"--> v1 v3 --"schema:isPartOf"--> c10 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c12 --"wikibase:language"--> c14 end