query-9245c246018b35a7ed1d44eabb415b88

rq turtle/ttl

Hiányzó anyanyelvi bejegyzés magyar állampolgárokhoz. (P103)native language , de nincs megadva (P1412)languages spoken, written or signed Olyan magyar állampolgárságúak, ahol meg van adva 2021. június 11-én beszélt nyelvi tételenként 12610

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#>
SELECT ?item ?itemLabel ?nyelv ?nyelvLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],hu". }
  { ?item wdt:P27 wd:Q28. }  UNION  { ?item wdt:P27 wd:Q171150. }  UNION  { ?item wdt:P27 wd:Q655621. }
  ?item wdt:P1412 _:b7.
  MINUS { ?item wdt:P103 _:b8. }
  OPTIONAL { ?item wdt:P1412 ?nyelv. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?nyelv"):::projected a1((" ")) a2((" ")) c6(["wd:Q28"]):::iri c7(["wd:Q171150"]):::iri c8(["wd:Q655621"]):::iri c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,hu"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P27"--> c8 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P27"--> c7 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P27"--> c6 end union0r <== or ==> union0l end v1 --"wdt:P1412"--> a1 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P103"--> a2 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1412".-> v2 end