Skip to content

EKGF/debian-rdfox

Repository files navigation

debian-rdfox

Runs the RDFox (pronounce RDF ox) triple store.

License

Get a license file from Oxford Semantic Tech and store it as RDFox.lic in your current directory.

Run

local_workdir=$(pwd)
rdfox_license="${local_workdir}/RDFox.lic"

docker run \
  --interactive --tty --rm \
  --mount type=bind,source=${rdfox_license},target=/home/ekgprocess/.RDFox/RDFox.lic \
  --mount type=bind,source=${local_workdir},target=/home/ekgprocess/workdir \
  --workdir="/home/ekgprocess/workdir" \
  ekgf/debian-rdfox

RDFox

Releases

No releases published

Packages

No packages published