Slot: alias_predicate
The relationship between an element and its alias.
URI: [rdf:predicate](http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate)
Alias: predicate
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [StructuredAlias](StructuredAlias.md) | object that contains meta data about a synonym or alias including where it ca... | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [AliasPredicateEnum](AliasPredicateEnum.md) |
| Domain | [StructuredAlias](StructuredAlias.md) |
| Domain Of | [StructuredAlias](StructuredAlias.md) |
| Slot URI | [rdf:predicate](http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Recommended | Yes |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | rdf:predicate |
| native | linkml:alias_predicate |
## LinkML Source
name: alias_predicate
description: The relationship between an element and its alias.
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: structured_alias
slot_uri: rdf:predicate
alias: predicate
domain_of:
- structured_alias
range: alias_predicate_enum
recommended: true