Skip to content

Slot: goes_to_agent

Relates something to the agent that receives it.

URI: gist_upstream:goesToAgent Alias: goes_to_agent

Inheritance

Properties

Type and Range

Property Value
Range String or 
Person or 
Organization
Slot URI gist_upstream:goesToAgent

Cardinality and Requirements

Property Value
Multivalued Yes
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'Organization'}) - AnonymousSlotExpression({'range': 'Person'})

In Subsets

Aliases

  • goes to agent

Examples

Value
A package is sent to a person; a purchase order email is received by a vendor.

Comments

  • This is not the inverse of gist:comesFromAgent, as both properties have the message or shipment as the subject.
  • This property is intended to describe the physical or electronic transfer of something, such as a package or email, from one agent to another, whereas gist:hasRecipient is typically used in more abstract contexts such as agreements, obligations, contracts, etc. However, there are contexts in which either may be appropriate, such as the receiving of a gift.

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self gist_upstream:goesToAgent
native gist:goes_to_agent

LinkML Source

name: goes_to_agent
description: Relates something to the agent that receives it.
comments:
- This is not the inverse of gist:comesFromAgent, as both properties have the message
  or shipment as the subject.
- This property is intended to describe the physical or electronic transfer of something,
  such as a package or email, from one agent to another, whereas gist:hasRecipient
  is typically used in more abstract contexts such as agreements, obligations, contracts,
  etc. However, there are contexts in which either may be appropriate, such as the
  receiving of a gift.
examples:
- value: A package is sent to a person; a purchase order email is received by a vendor.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- goes to agent
rank: 1000
is_a: has_participant
slot_uri: gist_upstream:goesToAgent
alias: goes_to_agent
range: string
multivalued: true
any_of:
- range: Organization
- range: Person