Skip to content

Commit

Permalink
Fixes typo in print-out text [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Feb 19, 2025
1 parent 8ecfe1a commit 41c136c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions run/conv.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

from rdflib import Graph
g = Graph()
g.parse("src/spec/okh.ttl", format="turtle")
g.serialize(destination='src/spec/okh.owl', format='xml')
2 changes: 1 addition & 1 deletion run/visualize
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ _install_requirements() {

_print_help() {

echo "Create differently layouted visual (graph-style) representations"
echo "Create visual (graph-style) representations using different layouts"
echo "of all the RDF files from CWD, recursively."
echo "This generates multiple SVG, PNG and a single DOT file"
echo "for each TTL file."
Expand Down

0 comments on commit 41c136c

Please sign in to comment.