Standard plantUML library for visualising ontology and OWL 2.0 axioms in a notation dedicated to ontologies.
The visual notation used in this standard library is below. Ontology visual notation
For using the standard notation for ontology, include ontologyv*.iuml
in your puml file
@startuml
!include https://raw.githubusercontent.com/iofoundry/ontopuml/main/ontologyv2.iuml
...
@enduml
For IOF specific styling, include iof.iuml
. Please see <> for creating custom styling
@startuml
!include https://raw.githubusercontent.com/iofoundry/ontopuml/main/iof.iuml
...
@enduml
All commands are listed here.