Slot: is_first_member_of
Relates the first member of an ordered collection to the collection.
URI: gist_upstream:isFirstMemberOf
Alias: is_first_member_of
Inheritance
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| Multivalued |
Yes |
In Subsets
Aliases
- Given the Open World Assumption, the absence of a predecessor does not entail that an ordered member is the first member of an ordered collection. This property is used to explicitly indicate the first member. Since ordered collections need not be strictly ordered, there can be more than one first member.
Notes
- OWL FunctionalProperty (at most one value)
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
gist_upstream:isFirstMemberOf |
| native |
gist:is_first_member_of |
LinkML Source
name: is_first_member_of
description: Relates the first member of an ordered collection to the collection.
notes:
- OWL FunctionalProperty (at most one value)
comments:
- Given the Open World Assumption, the absence of a predecessor does not entail that
an ordered member is the first member of an ordered collection. This property is
used to explicitly indicate the first member. Since ordered collections need not
be strictly ordered, there can be more than one first member.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- is first member of
rank: 1000
is_a: is_member_of
domain: OrderedMember
slot_uri: gist_upstream:isFirstMemberOf
alias: is_first_member_of
range: OrderedCollection
multivalued: true