Ontology generator for grayspread.net. https://onto.grayspread.net/
Stefano Cossu 7bd8828cb8 Update README. | il y a 2 ans | |
---|---|---|
pyLODE @ 63f800bea9 | il y a 2 ans | |
.gitignore | il y a 2 ans | |
.gitmodules | il y a 2 ans | |
README.md | il y a 2 ans | |
grayspread.ttl | il y a 2 ans |
RDF ontology for grayspread.net with HTML generator. The public document is at https://onto.grayspread.net.
Clone this repo and dependencies:
git clone --recurse-submodules https://git.knowledgetx.com/scossu/grayspread-onto.git
Install Python packages:
pip install --user -e pyLODE
Or, within a virtual env:
pip install -e pyLODE
Generate the document:
pylode -i grayspread.ttl -o index.html -p gs
Copy index.html
and grayspread.ttl
to the live folder.