Template for defining Ontology elements using OWL standards.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the ontology entity.
| String | suggested |
| OWL Type | owl_type | Type of OWL entity (e.g., Class, ObjectProperty, DatatypeProperty).
| String | optional |
| Subclass of | subclass_of | The parent category/class in the hierarchy. | Page name | optional |
| Equivalent Class | equivalent_class | An external or internal class that is semantically the same. | Page name | optional |
| Disjoint with | disjoint_with | Classes that this entity cannot belong to simultaneously. | String | optional |
| Description/Comment | comment | A human-readable description (rdfs:comment). | String | optional |