https://github.com/ekgf/debian-rdfox
RDFox triple store
https://github.com/ekgf/debian-rdfox
Last synced: about 1 month ago
JSON representation
RDFox triple store
- Host: GitHub
- URL: https://github.com/ekgf/debian-rdfox
- Owner: EKGF
- Created: 2020-08-10T08:39:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T10:17:32.000Z (almost 6 years ago)
- Last Synced: 2025-03-01T18:45:13.717Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# debian-rdfox
Runs the RDFox (pronounce RDF ox) triple store.
## License
Get a license file from [Oxford Semantic Tech](https://www.oxfordsemantic.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
- [Introduction](https://docs.oxfordsemantic.tech/introduction.html)
- [Semantic Web Page](https://www.w3.org/2001/sw/wiki/RDFox)
- [Paper](http://iswc2015.semanticweb.org/sites/iswc2015.semanticweb.org/files/93670001.pdf)
- [Old Video - RDFox — A Modern Materialisation-Based RDF System](https://www.youtube.com/watch?v=NAEFLsRN4Zw)