Skip to content

Commit

Permalink
update the readme and the requirements text
Browse files Browse the repository at this point in the history
  • Loading branch information
svirgilgood committed Jan 27, 2023
1 parent ff2803f commit 99c0bfa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
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>`



4 changes: 4 additions & 0 deletions requirements.txt
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

0 comments on commit 99c0bfa

Please sign in to comment.