query-bc0157ca90a59dc71c384ac5ff7fe7be
Mujeres de la Casa de Autria/Habsburgo
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:Graph
SELECT ?persona ?personaLabel ?nacimiento (SAMPLE(?imagen_persona) AS ?imagen)
WHERE {
VALUES ?casa_austria {wd:Q3624777 wd:Q65968}
?persona wdt:P53 ?casa_austria ;
wdt:P21 wd:Q6581072 ;
wdt:P18 ?imagen_persona ;
wdt:P569 ?nacimiento .
SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
} group by ?persona ?personaLabel ?nacimiento
Query found at
- https://www.wikidata.org/wiki/User:Japastorsanchez/CursoHumanistaWikidata
- https://www.wikidata.org/wiki/User:MonMMol/MMM
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?casa_austria")
v5("?imagen")
v3("?imagen_persona"):::projected
v4("?nacimiento"):::projected
v2("?persona"):::projected
c7(["bd:serviceParam"]):::iri
c3(["wd:Q6581072"]):::iri
c9(["es"]):::literal
bind0[/VALUES ?casa_austria/]
bind0-->v1
bind00(["wd:Q3624777"])
bind00 --> bind0
bind01(["wd:Q65968"])
bind01 --> bind0
v2 --"wdt:P53"--> v1
v2 --"wdt:P21"--> c3
v2 --"wdt:P18"--> v3
v2 --"wdt:P569"--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end
bind2[/"sample(?imagen_persona)"/]
v3 --o bind2
bind2 --as--o v5