Skip to content

Commit 41c136c

Browse files
committed
Fixes typo in print-out text [minor]
1 parent 8ecfe1a commit 41c136c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

run/conv.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
from rdflib import Graph
3+
g = Graph()
4+
g.parse("src/spec/okh.ttl", format="turtle")
5+
g.serialize(destination='src/spec/okh.owl', format='xml')

run/visualize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ _install_requirements() {
4545

4646
_print_help() {
4747

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

0 commit comments

Comments
 (0)