Ontology generator for grayspread.net. https://onto.grayspread.net/
|
пре 3 година | |
---|---|---|
pyLODE @ 63f800bea9 | пре 3 година | |
.gitignore | пре 3 година | |
.gitmodules | пре 3 година | |
README.md | пре 3 година | |
grayspread.ttl | пре 3 година | |
requirements.txt | пре 3 година |
RDF ontology for grayspread.net with HTML generator. The public document is at https://onto.grayspread.net.
Clone this repo and dependencies:
git clone --include-submodules git@notabug.org:scossu/grayspread-onto.git
Install Python packages:
pip install --user -r requirements.txt
Or, within a virtual env:
pip install -r requirements.txt
Generate the document:
pylode -i grayspread.ttl -o index.html -p gs
index.html
is self-contained.