Skip to content

Slot: relation

Code definting the relationship predicate. Relationship of the "Family Member" to the "Subject", eg, mother of. Ideally uses KIN ontology.

URI: [includedcc:relation](https://includedcc.org/include-access-model/relation) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [FamilyRelationship](FamilyRelationship.md) | A relationship between two Subjects | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [Concept](Concept.md) or 
[EnumFamilyRelation](EnumFamilyRelation.md) or 
[EnumUnknown](EnumUnknown.md) | | Domain Of | [FamilyRelationship](FamilyRelationship.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Required | Yes |
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'EnumFamilyRelation'}) - AnonymousSlotExpression({'range': 'EnumUnknown'})
## Identifier and Mapping Information ### Schema Source * from schema: https://includedcc.org/include-access-model ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | includedcc:relation | | native | includedcc:relation | ## LinkML Source
name: relation
description: Code definting the relationship predicate. Relationship of the "Family
  Member" to the "Subject", eg, mother of. Ideally uses KIN ontology.
from_schema: https://includedcc.org/include-access-model
rank: 1000
domain_of:
- FamilyRelationship
range: Concept
required: true
any_of:
- range: EnumFamilyRelation
- range: EnumUnknown