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 /waste | |
parent | 59b0daebe9a05723a0d535c47d8931e6ff32b92f (diff) |
make ontology PUML diagrams tall (not wide)learn-v0.0.3
Diffstat (limited to 'waste')
-rw-r--r-- | waste/prefixes.ttl | 8 |
1 files changed, 3 insertions, 5 deletions
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)". |