query-86a4e9abb93b2c36ae2bc528bc97407d

rq turtle/ttl

Member of the Congress of the Republic of Peru que saben hablar Quechua Member of the Congress of the Republic of Peru que saben hablar Quechua Member of the Congress of the Republic of Peru que saben hablar Quechua Member of the Congress of the Republic of Peru die Quechua kunnen praten

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 DISTINCT
  ?congresista
  ?congresistaLabel
  ?imagen 
{
  ?congresista
    wdt:P39 wd:Q18812470;
    # Buscamos la propiedad P103 o P1412 porque es posible que usuarios
    # hayan guardado la informaciĆ³n usando cualquiera de estas
    # propiedades
    wdt:P103|wdt:P1412 wd:Q5218.

  # Opcionalmente, mostramos la imagen del congresista si es que existe
  OPTIONAL{?congresista wdt:P18 ?imagen}

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?congresista"):::projected v2("?imagen"):::projected c8(["bd:serviceParam"]):::iri c10(["#91;AUTO_LANGUAGE#93;"]):::literal c2(["wd:Q18812470"]):::iri c4(["wd:Q5218"]):::iri v1 --"wdt:P39"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P1412"--> c4 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P103"--> c4 end union0r <== or ==> union0l end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end