Self-paced course

Knowledge Engineering with Semantic Web Technologies

Offered by Dr. Harald Sack

Learning Material

Slides

You can find a download link for the slides of each video on the videos's page.
For your convenience we offer an archive of this week's slides here: Download zip

Establishing your own triple store with a SPARQL Endpoint

For example, You can set up your own triple store and a SPARQL Endpoint with Fuseki server. It provides a user interface for uploading triples, querying them with SPARQL, server monitoring and also for administration. For more details on how you can install it, please follow this link

Apache Jena Fuseki is a SPARQL server. It can run as an operating system service, as a Java web application (WAR file), and as a standalone server.

There are also other alternatives, if you want to try out like Virtuoso, Sesame etc