# Slot: chainPredicateIds _A list of identifiers of predicates that form the precedent clause of a property chain rule_ URI: [obographs:chainPredicateIds](https://github.com/geneontology/obographs/chainPredicateIds) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [PropertyChainAxiom](PropertyChainAxiom.md) | An axiom that represents an OWL property chain, e | no | ## Properties * Range: [String](String.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://github.com/geneontology/obographs ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | obographs:chainPredicateIds | | native | obographs:chainPredicateIds | ## LinkML Source
```yaml name: chainPredicateIds description: A list of identifiers of predicates that form the precedent clause of a property chain rule from_schema: https://github.com/geneontology/obographs rank: 1000 alias: chainPredicateIds domain_of: - PropertyChainAxiom range: string multivalued: true ```