From 9b6bcccf0718edcc55309659b0b1c6111a2ce03b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 22 May 2024 12:17:31 +0200 Subject: make ontology PUML diagrams tall (not wide) --- learn/prefixes.ttl | 8 +++----- waste/prefixes.ttl | 8 +++----- 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: . @prefix xsd: . -#[] 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: . @prefix xsd: . -#[] 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)". -- cgit v1.2.3