PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX res: <http://dbpedia.org/resource/>
SELECT DISTINCT ?string WHERE {
res:Tom_Cruise foaf:homepage ?string .
}
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX res: <http://es.dbpedia.org/resource/>
SELECT DISTINCT ?string WHERE {
res:Tom_Cruise foaf:homepage ?string .
}
Esta sí funciona. Está mapeada la clase Actor, y de ahí la property foaf:homepage (mapeada como sitioWeb)
Ontology Engineering Group
. ETSI Informáticos, Universidad Politécnica de Madrid (UPM)