Skip to content

Slot: comes_from_agent

Relates something to the originating agent.

URI: gist_upstream:comesFromAgent Alias: comes_from_agent

Inheritance

Properties

Type and Range

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

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

  • comes from agent

Examples

Value
A package is shipped by a person; a purchase order is emailed to a vendor by an organization.

Comments

  • This is not the inverse of gist:goesToAgent, 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:hasGiver 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 giving of a gift.

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self gist_upstream:comesFromAgent
native gist:comes_from_agent

LinkML Source

name: comes_from_agent
description: Relates something to the originating agent.
comments:
- This is not the inverse of gist:goesToAgent, 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:hasGiver 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
  giving of a gift.
examples:
- value: A package is shipped by a person; a purchase order is emailed to a vendor
    by an organization.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- comes from agent
rank: 1000
is_a: has_participant
slot_uri: gist_upstream:comesFromAgent
alias: comes_from_agent
range: string
multivalued: true
any_of:
- range: Organization
- range: Person