Grupo de Facebook DBpedia en español
Notify Twitter

This page (revision-1) was last changed on 05-Nov-2018 18:08 by Mariano Rico

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
1 05-Nov-2018 18:08 575 bytes Mariano Rico

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 21 lines
!!#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)