Docker container for running Fuseki triplestore with Mapping Manuscript Migrations Knowledge Graph.
The data is downloaded from Zenodo and loaded into Fuseki TDB.
docker build -t mmm-fuseki .
docker run -it --rm -p 3030:3030 --name mmm-fuseki mmm-fuseki
wget http://localhost:3030/ds/sparql?query=SELECT%20*%20{?s%20?p%20?o}%20LIMIT%201
Further information for using the Fuseki container: https://github.com/SemanticComputing/fuseki-docker.