query-6f4649f1e5e973b41fc12ba41c3904cf
Batallas de la Guerra de la Independencia EspaƱola Enfrentamientos de la Guerra de la Independencia EspaƱola
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#>
#defaultView:Map{"layer":"?tipoLabel","markercluster": {"maxClusterRadius": 50 } }
SELECT distinct ?evento ?eventoLabel ?tipo ?tipoLabel ?coordenadas WHERE {
?evento wdt:P361 wd:Q152499 ;
wdt:P31 ?tipo ;
wdt:P625 ?coordenadas .
SERVICE wikibase:label { bd:serviceParam wikibase:language "es" }
}
Query found at
- https://www.wikidata.org/wiki/User:Japastorsanchez/CursoHumanistaWikidata
- https://www.wikidata.org/wiki/User:Japastorsanchez/DPD-mapas-rutas-2023-2024
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?coordenadas"):::projected
v1("?evento"):::projected
v2("?tipo"):::projected
c2(["wd:Q152499"]):::iri
c6(["bd:serviceParam"]):::iri
c8(["es"]):::literal
v1 --"wdt:P361"--> c2
v1 --"wdt:P31"--> v2
v1 --"wdt:P625"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end