# Slot: propertyChainAxioms _A list of axioms that define an OWL property chain_ URI: [obographs:propertyChainAxioms](https://github.com/geneontology/obographs/propertyChainAxioms) ## 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: [PropertyChainAxiom](PropertyChainAxiom.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://github.com/geneontology/obographs ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | obographs:propertyChainAxioms | | native | obographs:propertyChainAxioms | ## LinkML Source
```yaml name: propertyChainAxioms description: A list of axioms that define an OWL property chain from_schema: https://github.com/geneontology/obographs rank: 1000 alias: propertyChainAxioms domain_of: - Graph range: PropertyChainAxiom multivalued: true ```