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

Applicable Classes

Name Description Modifies Slot
FamilyRelationship A relationship between two Subjects no

Properties

Type and Range

Property Value
Range Concept or 
EnumFamilyRelation or 
EnumUnknown
Domain Of FamilyRelationship

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

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