query-35fd01de20972f751122e9349faa8288
Ezé minősítő van, amit le kell cserélni. (P642)of Azok a magyarok, akiknek a beosztásában 2023. május 12. 2369 2023. február 10.: 2239
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 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 ?item ?itemLabel ?position ?positionLabel ?sc ?scLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],hu". }
VALUES ?citizenship { wd:Q28 wd:Q171150 wd:Q655621}.
?item wdt:P31 wd:Q5.
?item wdt:P27 ?citizenship.
?item p:P39 ?statement.
?statement ps:P39 ?position.
?statement pq:P642 ?sc.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?citizenship")
v2("?item"):::projected
v4("?position"):::projected
v5("?sc"):::projected
v3("?statement")
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,hu"]):::literal
c6(["wd:Q5"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
bind0[/VALUES ?citizenship/]
bind0-->v1
bind00(["wd:Q28"])
bind00 --> bind0
bind01(["wd:Q171150"])
bind01 --> bind0
bind02(["wd:Q655621"])
bind02 --> bind0
v2 --"p:direct/P31"--> c6
v2 --"p:direct/P27"--> v1
v2 --"p:P39"--> v3
v3 --"p:statement/P39"--> v4
v3 --"p:qualifier/P642"--> v5