---+++Thalia RDF Views Live links to a sample instance |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |Course|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=prefix+th%3A+%3Chttp%3A%2F%2Fpurl.org%2Fontology%2Fthalia%2F1.0%2F%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fthalia%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fs+a+th%3ACourse++.%0D%0A++%7D%0D%0A%0D%0A&format=text%2Fhtml&debug=on][List all Courses URIs]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0Aprefix%20th%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fontology%2Fthalia%2F1.0%2F%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fthalia%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20th%3ACourse%20%20.%0A%20%20%7D%0A%0A&endpoint=/sparql][List all Courses URIs]]|PREFIX th: <http://purl.org/ontology/thalia/1.0/>
SELECT *
FROM <http://demo.openlinksw.com/thalia>
WHERE
  {
    ?s a th:Course .
  }|[[http://demo.openlinksw.com/about/html/http://demo.openlinksw.com/thalia/asu/course/100#this][Course 100]]| |Instructor|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=prefix+th%3A+%3Chttp%3A%2F%2Fpurl.org%2Fontology%2Fthalia%2F1.0%2F%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fthalia%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fs+a+th%3AInstructor++.%0D%0A++%7D%0D%0A%0D%0A&format=text%2Fhtml&debug=on][List all Instructors URIs]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0Aprefix%20th%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fontology%2Fthalia%2F1.0%2F%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fthalia%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20a%20th%3AInstructor%20%20.%0A%20%20%7D%0A%0A&endpoint=/sparql][List all Instructors URIs]]|PREFIX th: <http://purl.org/ontology/thalia/1.0/>
SELECT *
FROM <http://demo.openlinksw.com/thalia>
WHERE
  {
    ?s a th:Instructor .
  }|[[http://demo.openlinksw.com/about/html/http://demo.openlinksw.com/thalia/brown/instructor/CS181#this][Instructor CS181]]|