RDFLib / pySHACL

A Python validator for SHACL
Apache License 2.0
241 stars 63 forks source link

Add Dockerfile. Resolve #135. #139

Closed KonradHoeffner closed 2 years ago

KonradHoeffner commented 2 years ago

Tested locally as docker build . -t pyshacl and then cd into a copy of https://github.com/hitontology/ontology/ and then:

docker run --rm --mount type=bind,src=`pwd`,dst=/data pyshacl -s /data/shacl.ttl /data/ontology.ttl
ashleysommer commented 2 years ago

Sorry for the delay on this. We can probably get this merged soon.