Axioma

Entity-Relation Graphing Tool

Load Preset:

Definition

Help

Code Editor
Autocomplete Press ~, select with tab key.
Define label: <type> <name>
Example: object Car
Supported types: object, property, alias
Define relation type: relationType <subject type> <name> <other type>
Example: relationType object hasComponent object
Define relation: <subject> <relation type> <other>
Example: Car hasComponent Engine
Predefined relation types: hasMember, hasProperty, hasAlias
Comment: Prefix with #

Graph