Guest User

Untitled

a guest
May 5th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. sparql query sparql.query().convert() sometime throw exception while give output on Virtuoso SPARQL Query Editor
  2. PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  3. PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  4.  
  5. SELECT DISTINCT(?film_link) ?film_name ?wikipage
  6. WHERE {
  7. ?film_link rdf:type <http://dbpedia.org/ontology/Film> .
  8. ?film_link foaf:name ?film_name .
  9. ?film_link foaf:page ?wikipage .
  10.  
  11. } LIMIT 10000 OFFSET num
Advertisement
Add Comment
Please, Sign In to add comment