A Health Reference Application
Generates a static HTML reference page from RDF
(in Turtle syntax <https://en.wikipedia.org/wiki/Turtle_(syntax)>
_).
https://westurner.github.io/healthref/
Install::
git clone https://github.com/westurner/healthref
make install
# pip install -r requirements.txt
Generate::
make html
# python ./healthref.py -i treatment_alternatives.ttl -o index.html
View::
make view
# x-www-browser ./index.html
RDFLib <https://github.com/RDFLib/rdflib>
_Jinja2 <https://github.com/mitsuhiko/jinja2>
_Pygments <https://bitbucket.org/birkenfeld/pygments-main>
_n3pygments <https://github.com/gniezen/n3pygments>
_