From 655945a3587a9e371e46309eab1e5fedb170f84a Mon Sep 17 00:00:00 2001 From: alexiskeely <37376659+alexiskeely@users.noreply.github.com> Date: Thu, 7 Nov 2019 10:29:03 -0800 Subject: [PATCH] Update readme.md --- readme.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) 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!