# Slot: logicalDefinitionAxioms _A list of logical definition axioms that define the meaning of a class in terms of other classes._ URI: [obographs:logicalDefinitionAxioms](https://github.com/geneontology/obographs/logicalDefinitionAxioms) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Graph](Graph.md) | A graph is a collection of nodes and edges and other axioms that represents a... | no | ## Properties * Range: [LogicalDefinitionAxiom](LogicalDefinitionAxiom.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://github.com/geneontology/obographs ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | obographs:logicalDefinitionAxioms | | native | obographs:logicalDefinitionAxioms | ## LinkML Source
```yaml name: logicalDefinitionAxioms description: A list of logical definition axioms that define the meaning of a class in terms of other classes. from_schema: https://github.com/geneontology/obographs rank: 1000 alias: logicalDefinitionAxioms domain_of: - Graph range: LogicalDefinitionAxiom multivalued: true inlined: true inlined_as_list: true ```