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

Stefano Cossu 841714d6ca Use local pyLODE. 2 年之前
pyLODE @ 63f800bea9 b0259b9e3f Initial commit. 2 年之前
.gitignore b0259b9e3f Initial commit. 2 年之前
.gitmodules b0259b9e3f Initial commit. 2 年之前
README.md 841714d6ca Use local pyLODE. 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 --include-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.