No-bullshit n-triples encoder/decoder
No-bullshit n-triples encoder/decoder
pip install git+https://github.com/StationA/triforce.git#egg=triforce
git clone https://github.com/StationA/triforce.git
cd triforce
pip install .
triforce encode 'http://stationa.xyz' 'http://schema.org/name' 'Station A'
# <http://stationa.xyz> <http://schema.org/name> "Station A" .
When contributing to this repository, please follow the steps below:
tox -e dev