query-187cb0ed6275390415e0bfe5736d1349
pl2. Magyar Politikai szervezetek tagjai - de nincsen magyar wiki oldaluk és nincs megadva a magyar állampolgárság. ( most 8 találat )
Use at
- https://query.wikidata.org/sparql
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 ?itemLabel ?polszervezetLabel ?polszervezet WHERE {
?polszervezet wdt:P17 wd:Q28 .
?polszervezet wdt:P31/wdt:P279* wd:Q43229 .
?item wdt:P102 ?polszervezet .
MINUS {
?hu_article schema:about ?item.
?hu_article schema:isPartOf <https://hu.wikipedia.org/>.
}
MINUS { ?item wdt:P27 wd:Q28. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "hu,en,ms,de,zh,lv,fi,id,ru,es,fr,da,pt,pl,it,sv,ceb". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?hu_article")
v2("?item"):::projected
v1("?polszervezet"):::projected
a1((" "))
c14(["hu,en,ms,de,zh,lv,fi,id,ru,es,fr,da,pt,pl,it,sv,ceb"]):::literal
c5(["wd:Q43229"]):::iri
c2(["wd:Q28"]):::iri
c9([https://hu.wikipedia.org/]):::iri
c12(["bd:serviceParam"]):::iri
v1 --"wdt:P17"--> c2
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c5
v2 --"wdt:P102"--> v1
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v3 --"schema:about"--> v2
v3 --"schema:isPartOf"--> c9
end
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v2 --"wdt:P27"--> c2
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end