Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.45 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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