# Slot: closure_predicates _The set of predicates used to determine if the new association object is a specialization or generalization of the old one._ URI: [ontoassoc:closure_predicates](https://w3id.org/oak/association/closure_predicates) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [AssociationChange](AssociationChange.md) | A change object describing a change between two associations | no | ## Properties * Range: [Uriorcurie](Uriorcurie.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/association ## LinkML Source
```yaml name: closure_predicates description: The set of predicates used to determine if the new association object is a specialization or generalization of the old one. from_schema: https://w3id.org/oak/association rank: 1000 multivalued: true alias: closure_predicates domain_of: - AssociationChange range: uriorcurie ```