This document contains some useful commands for creating a database of the DOKK data, that can be queried with SPARQL. Note: the tools used here are available for download at Just download "apache-jena-.tar.gz" and "apache-jena-fuseki-.tar.gz" Create a database: tdb2.tdbloader --loc=database dokk/data/*.ttl Query from command line: tdb2.tdbquery --loc=database "select distinct ?s where { ?s ?p ?o } order by ?s limit 10" It's also possible to start a standalone server (Fuseki) that is queryable via HTTP. All you have to do is create the database first (with the above commands), and then start Fuseki. For an example see the "fuseki.service" file.