We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecfe1a commit 41c136cCopy full SHA for 41c136c
run/conv.py
@@ -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
@@ -45,7 +45,7 @@ _install_requirements() {
45
46
_print_help() {
47
48
- echo "Create differently layouted visual (graph-style) representations"
+ echo "Create visual (graph-style) representations using different layouts"
49
echo "of all the RDF files from CWD, recursively."
50
echo "This generates multiple SVG, PNG and a single DOT file"
51
echo "for each TTL file."
0 commit comments