Skip to content

westurner/healthref

Repository files navigation

healthref

A Health Reference Application

Generates a static HTML reference page from RDF (in Turtle syntax).

Example

https://westurner.github.io/healthref/

Usage

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

Requirements