# Slot: predicate_id _The predicate that is inferred_ URI: [mappingrules:predicate_id](https://w3id.org/oak/mapping-rules-datamodel/predicate_id) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Postcondition](Postcondition.md) | | no | ## Properties * Range: [String](String.md) ## Comments * if the rule is invertible, then the predicate is inverted, e.g. skos broad becomes narrow ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/mapping-rules-datamodel ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | mappingrules:predicate_id | | native | mappingrules:predicate_id | ## LinkML Source
```yaml name: predicate_id description: The predicate that is inferred comments: - if the rule is invertible, then the predicate is inverted, e.g. skos broad becomes narrow from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 alias: predicate_id owner: Postcondition domain_of: - Postcondition range: string ```