Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiskeely authored Nov 7, 2019
1 parent d2a53c1 commit 655945a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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 <uri to data> <serialization>

*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!

Expand Down

0 comments on commit 655945a

Please sign in to comment.