Slot: goes_to_place
Relates something to its destination place.
URI: gist_upstream:goesToPlace Alias: goes_to_place
Properties
Type and Range
| Property | Value |
|---|---|
| Range | Address or String or GeoLocation |
| Slot URI | gist_upstream:goesToPlace |
Cardinality and Requirements
| Property | Value |
|---|---|
| Multivalued | Yes |
Expressions & Logic
#### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'Address'}) - AnonymousSlotExpression({'range': 'GeoLocation'})In Subsets
Aliases
- goes to place
Examples
| Value |
|---|
| A letter has an address indicating its destination; a segment of a delivery route terminates at a delivery location; a trail terminates at an intersection with another trail. |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/gist
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | gist_upstream:goesToPlace |
| native | gist:goes_to_place |
LinkML Source
name: goes_to_place
description: Relates something to its destination place.
examples:
- value: A letter has an address indicating its destination; a segment of a delivery
route terminates at a delivery location; a trail terminates at an intersection
with another trail.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- goes to place
rank: 1000
slot_uri: gist_upstream:goesToPlace
alias: goes_to_place
range: string
multivalued: true
any_of:
- range: Address
- range: GeoLocation