-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update the readme and the requirements text
- Loading branch information
1 parent
ff2803f
commit 99c0bfa
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# rdfvis | ||
# rdfvis | ||
|
||
This is a command line tool to take particular uris and print out a mermaid js | ||
visualization in svg. | ||
|
||
|
||
|
||
## Usage | ||
|
||
The `vis.py` library takes ontology files, and an argument for a specific owl | ||
class, and returns a string formated for mermaid visualizations. | ||
|
||
`vis.py -u <URI> <RDF.ttl>` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
isodate==0.6.1 | ||
pyparsing==3.0.9 | ||
rdflib==6.2.0 | ||
six==1.16.0 |