diff --git a/readme.md b/readme.md index 2aa2cd5..df5b485 100644 --- a/readme.md +++ b/readme.md @@ -1,14 +1,18 @@ # shaclgen -shaclgen generates shacl templates based on the properties and classes present in a graph. +shaclgen generates shacl templates based on the properties and classes present in a graph. This module uses the rdflib library for working with rdf. -From the command line: -$ shaclgen -*tested* serializations include: -- turtle -- nt -- xml +### From the command line: +``` +$ shaclgen [uri to data] [serialization] +``` + +Supported serializations include: +- `ttl` for turtle +- `xml` for rdf/xml +- `nt` for ntriples + This project is still in development. Comments, questions, and issues are welcome!