!!#56 What is the official website of Tom Cruise?

!DBpedia SPARQL Query
{{{
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX res: <http://dbpedia.org/resource/> 
SELECT DISTINCT ?string WHERE { 
  res:Tom_Cruise foaf:homepage ?string . 
} 
}}}

!esDBpedia SPARQL Query
{{{
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)