Slot: is_member_of
Relates a member individual to the thing, such as a collection or organization, that it is a member of.
URI: gist_upstream:isMemberOf Alias: is_member_of
Inheritance
- is_member_of
Properties
Type and Range
| Property | Value |
|---|---|
| Range | String or Organization or Collection |
| Slot URI | gist_upstream:isMemberOf |
Cardinality and Requirements
| Property | Value |
|---|---|
| Multivalued | Yes |
Expressions & Logic
#### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'Organization'}) - AnonymousSlotExpression({'range': 'Collection'})In Subsets
Aliases
- is member of
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/gist
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | gist_upstream:isMemberOf |
| native | gist:is_member_of |
LinkML Source
name: is_member_of
description: Relates a member individual to the thing, such as a collection or organization,
that it is a member of.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- is member of
rank: 1000
slot_uri: gist_upstream:isMemberOf
alias: is_member_of
range: string
multivalued: true
any_of:
- range: Organization
- range: Collection