summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-22 12:17:31 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-04 17:35:42 +0200
commit9b6bcccf0718edcc55309659b0b1c6111a2ce03b (patch)
tree5524dbb2f36bbdd82588da7d96efc14de07f6258
parent59b0daebe9a05723a0d535c47d8931e6ff32b92f (diff)
make ontology PUML diagrams tall (not wide)learn-v0.0.3
-rw-r--r--learn/prefixes.ttl8
-rw-r--r--waste/prefixes.ttl8
2 files changed, 6 insertions, 10 deletions
diff --git a/learn/prefixes.ttl b/learn/prefixes.ttl
index 2321991..55bcc4b 100644
--- a/learn/prefixes.ttl
+++ b/learn/prefixes.ttl
@@ -11,11 +11,9 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-#[] puml:options """
-# hide empty members
-# hide circle
-# left to right direction
-#""".
+[] puml:options """
+ left to right direction
+""".
# TODO: use FoaF ontology
foaf:Person puml:stereotype "(A,orange)".
diff --git a/waste/prefixes.ttl b/waste/prefixes.ttl
index 2c02cd5..86dc19e 100644
--- a/waste/prefixes.ttl
+++ b/waste/prefixes.ttl
@@ -10,11 +10,9 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-#[] puml:options """
-# hide empty members
-# hide circle
-# left to right direction
-#""".
+[] puml:options """
+ left to right direction
+""".
# TODO: use FoaF ontology
foaf:Person puml:stereotype "(A,orange)".