Ontology generator for grayspread.net. https://onto.grayspread.net/

Stefano Cossu c50c79a48e Fix clone command. пре 2 година
pyLODE @ 63f800bea9 b0259b9e3f Initial commit. пре 2 година
.gitignore b0259b9e3f Initial commit. пре 2 година
.gitmodules b0259b9e3f Initial commit. пре 2 година
README.md c50c79a48e Fix clone command. пре 2 година
grayspread.ttl d79dd905b1 Remove unused namespace prefixes. пре 2 година

README.md

Grayspread Ontology

RDF ontology for grayspread.net with HTML generator. The public document is at https://onto.grayspread.net.

To generate the HTML

Clone this repo and dependencies:

git clone --recurse-submodules git@notabug.org: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

index.html is self-contained.