Share

DBpedia - Wikipedia Data Extraction

Tracker: Bugs

5 wiki.dbpedia.org sample query not working. - ID: 2143219
Last Update: Comment added ( nicolas_raoul )

The following query, linked as a sample from wiki.dbpedia.org/Datasets does
not return any result.

SELECT ?subject ?label ?released ?abstract WHERE {
?subject rdf:type
<http://dbpedia.org/class/yago/MotionPictureFilm103789400>.
?subject dbpedia2:starring <http://dbpedia.org/resource/Tom_Cruise>.
?subject rdfs:comment ?abstract.
?subject rdfs:label ?label.
FILTER(lang(?abstract) = "en" && lang(?label) = "en").
?subject dbpedia2:released ?released.
FILTER(xsd:date(?released) < "2000-01-01"^^xsd:date).
} ORDER BY ?released
LIMIT 20


Nobody/Anonymous ( nobody ) - 2008-10-02 22:45

5

Open

None

Nobody/Anonymous

Infobox extraction

None

Public


Comment ( 1 )




Date: 2009-05-07 10:47
Sender: nicolas_raoul

Same for the "People born in Berlin before 1900" example.
In fact, I am about to give a presentation about DBpedia and most queries
on the "Online Access" page don't work :-/

The SparQI example returns zero results.
The Leipzig example says wikipedia.aksw.org domain not found.
The SNORQL Berlin 1900 example returns zero results.
The iSPARQL examples show an empty page.


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.