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
|
Date: 2009-05-07 10:47 Same for the "People born in Berlin before 1900" example. |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use