query-4bf73e63a582bc456adbd06ff9fb5df1

rq turtle/ttl

المرشحون للانتخابات العامة الهولندية في عام 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Kandidáti pro nizozemské parlamentní volby v roce 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidats à l’élection Néerlandaise générale en 2017 מועמדים לבחירות הכלליות ההולנדית בשנת 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidati per le elezioni generali olandesi del 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Kandidaten voor de Tweede Kamerverkiezingen in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Kandidater till parlamentsvalet i Nederländerna 2017 Candidates for the Dutch general election in 2017 Candidates for the Dutch general election in 2017 Кандидати на загальних виборах у Нідерландах 2017 Candidates for the Dutch general election in 2017 2017年荷兰大选候选人

Use at

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 ?twitter ?LinkedIN ?politieke_partij ?politieke_partijLabel ?positie_op_lijst
WHERE {
  ?item p:P3602 ?node .
    OPTIONAL { ?item wdt:P2002 ?twitter }
    OPTIONAL { ?item wdt:P2035 ?LinkedIN }
    ?node ps:P3602 wd:Q16061881 .
    OPTIONAL { ?node pq:P1545 ?positie_op_lijst }
    OPTIONAL { ?node pq:P1268 ?politieke_partij }
    OPTIONAL { ?node pq:P2035 ?LinkedIN }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?LinkedIN"):::projected v1("?item"):::projected v2("?node") v6("?politieke_partij"):::projected v5("?positie_op_lijst"):::projected v3("?twitter"):::projected c10(["bd:serviceParam"]):::iri c5(["wd:Q16061881"]):::iri c12(["#91;AUTO_LANGUAGE#93;,nl"]):::literal v1 --"p:P3602"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P2002".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P2035".-> v4 end v2 --"p:statement/P3602"--> c5 subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:qualifier/P1545".-> v5 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:qualifier/P1268".-> v6 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:qualifier/P2035".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end