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

Stefano Cossu 7bd8828cb8 Update README. 1 year ago
pyLODE @ 63f800bea9 b0259b9e3f Initial commit. 2 years ago
.gitignore b0259b9e3f Initial commit. 2 years ago
.gitmodules b0259b9e3f Initial commit. 2 years ago
README.md 7bd8828cb8 Update README. 1 year ago
grayspread.ttl d79dd905b1 Remove unused namespace prefixes. 2 years ago

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 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.