Thalia RDF Views Live links to a sample instance

ClassBasic SPARQL Protocol URLiSPARQL Results URLSPARQL QueryDynamic Data Page
CourseList all Courses URIsList all Courses URIsPREFIX th: <http://purl.org/ontology/thalia/1.0/>
SELECT *
FROM <http://demo.openlinksw.com/thalia>
WHERE
  {
    ?s a th:Course .
  }
Course 100
InstructorList all Instructors URIsList all Instructors URIsPREFIX th: <http://purl.org/ontology/thalia/1.0/>
SELECT *
FROM <http://demo.openlinksw.com/thalia>
WHERE
  {
    ?s a th:Instructor .
  }
Instructor CS181