query-c306a524c64c70722d7572d4689be79b
Member of the Congress of the Republic of Peru que han sido condenados Member of the Congress of the Republic of Peru que han sido condenados Member of the Congress of the Republic of Peru que han sido condenados Member of the Congress of the Republic of Peru die zijn veroordeeld
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 bd: <http://www.bigdata.com/rdf#>
SELECT
?elemento
?elementoLabel
?condenado_por
?condenado_porLabel
{
?elemento wdt:P39 wd:Q18812470;
wdt:P1399 ?condenado_por.
SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/de
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/es
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples/Peru/nl
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?condenado_por"):::projected
v1("?elemento"):::projected
c5(["bd:serviceParam"]):::iri
c2(["wd:Q18812470"]):::iri
c7(["es"]):::literal
v1 --"wdt:P39"--> c2
v1 --"wdt:P1399"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end