---+++Virtuoso Tutorials RDF Views Live links to a sample instance |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |Post|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+tutorial%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Ftutorial%23%3E%0D%0ASELECT+*+%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftutorial_view%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fps+a+tutorial%3APost.%0D%0A++%7D&format=text%2Fhtml&debug=on][List all Posts URIs]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0APREFIX%20tutorial%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Ftutorial%23%3E%0ASELECT%20*%20%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftutorial_view%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fps%20a%20tutorial%3APost.%0A%20%20%7D&endpoint=/sparql][List all Posts URIs]]|PREFIX tutorial: <http://demo.openlinksw.com/schemas/tutorial#>
SELECT *
FROM <http://demo.openlinksw.com/tutorial_view>
WHERE
  {
    ?ps a tutorial:Post.
  }|[[http://demo.openlinksw.com/about/html/http://demo.openlinksw.com/tutorial_view/Post/2261/1x1.html#this][Post 2261]]| ---+++References * [[SIOCRefTutorial][Virtuoso Tutorials SIOC Reference]]