SPARQL date range
问题 I'm trying to obtain all records between certain dates. The date field has appears in this format: 2012-01-31 . I think it is of type: <http://www.w3.org/2001/XMLSchema#date> How would I modify the query below to extract records with date greater than 2012-01-31 please? PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX lrppi: <http:/