query-5edd2728fe7ea634d941cfdcfde9d948
Delimitar y tipificarConsulta por "?cosa" especificando que sea una persona.
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 ?cosa?cosaLabel
WHERE
{
?cosa wdt:P31 wd:Q5 # Ser humano
?cosa wdt:P166 wd:Q429700 # Goya mejor actriz reparto
SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en". }
}