query-5edd2728fe7ea634d941cfdcfde9d948

rq turtle/ttl

Delimitar y tipificarConsulta por "?cosa" especificando que sea una persona.

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 ?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". }
}

Query found at