Slot: is_assignment_of
Relates an assignment to the resource it assigns.
URI: gist_upstream:isAssignmentOf Alias: is_assignment_of
Properties
Type and Range
| Property | Value |
|---|---|
| Range | String or IntellectualProperty or Person or Equipment or Organization |
| Slot URI | gist_upstream:isAssignmentOf |
Cardinality and Requirements
| Property | Value |
|---|---|
| Multivalued | Yes |
Expressions & Logic
#### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'Equipment'}) - AnonymousSlotExpression({'range': 'Person'}) - AnonymousSlotExpression({'range': 'IntellectualProperty'}) - AnonymousSlotExpression({'range': 'Organization'})In Subsets
Aliases
- is assignment of
Examples
| Value |
|---|
| Assignment of a person to a project. |
Comments
- People, organizations, monetary amounts, equipment can all be assigned.
- While typically this predicate will be used with assignment subjects, there may be other use cases, and therefore a domain is not specified.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/gist
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | gist_upstream:isAssignmentOf |
| native | gist:is_assignment_of |
LinkML Source
name: is_assignment_of
description: Relates an assignment to the resource it assigns.
comments:
- People, organizations, monetary amounts, equipment can all be assigned.
- While typically this predicate will be used with assignment subjects, there may
be other use cases, and therefore a domain is not specified.
examples:
- value: Assignment of a person to a project.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- is assignment of
rank: 1000
slot_uri: gist_upstream:isAssignmentOf
alias: is_assignment_of
range: string
multivalued: true
any_of:
- range: Equipment
- range: Person
- range: IntellectualProperty
- range: Organization