---++Virtuoso Documentation RDF Views Live links to a sample instance |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |File|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0Aprefix+doc%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fdoc%23%3E%0D%0Aprefix+bibo%3A+%3Chttp%3A%2F%2Fpurl.org%2Fontology%2Fbibo%2F%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2FDoc%3E%0D%0AWHERE+%0D%0A++%7B%0D%0A++++%3Ffile+rdf%3Atype+doc%3AFile%0D%0A++%7D&format=text%2Fhtml&debug=on][List all doc files URIs]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0APREFIX%20rdf%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0Aprefix%20doc%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fdoc%23%3E%0Aprefix%20bibo%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fontology%2Fbibo%2F%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2FDoc%3E%0AWHERE%20%0A%20%20%7B%0A%20%20%20%20%3Ffile%20rdf%3Atype%20doc%3AFile%0A%20%20%7D&endpoint=/sparql][List all doc files URIs]]|PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX doc: <http://demo.openlinksw.com/schemas/doc#>
SELECT *
FROM <http://demo.openlinksw.com/Doc>
WHERE
  {
    ?file rdf:type doc:File .
  }|[[http://demo.openlinksw.com/Doc/File/9526/ALTERTABLE.html#this][doc file AlterTable.html]]| ---+++References * [[SIOCRefDocs][Virtuoso Documentation SIOC Reference]]