diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-22 12:17:31 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:42 +0200 |
commit | 9b6bcccf0718edcc55309659b0b1c6111a2ce03b (patch) | |
tree | 5524dbb2f36bbdd82588da7d96efc14de07f6258 /learn | |
parent | 59b0daebe9a05723a0d535c47d8931e6ff32b92f (diff) |
make ontology PUML diagrams tall (not wide)learn-v0.0.3
Diffstat (limited to 'learn')
-rw-r--r-- | learn/prefixes.ttl | 8 |
1 files changed, 3 insertions, 5 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)". |