
Untitled
By: a guest on
May 5th, 2012 | syntax:
None | size: 0.45 KB | hits: 12 | expires: Never
sparql query sparql.query().convert() sometime throw exception while give output on Virtuoso SPARQL Query Editor
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT(?film_link) ?film_name ?wikipage
WHERE {
?film_link rdf:type <http://dbpedia.org/ontology/Film> .
?film_link foaf:name ?film_name .
?film_link foaf:page ?wikipage .
} LIMIT 10000 OFFSET num