Slot: comes_from_place
Relates something to its place of origin.
URI: gist_upstream:comesFromPlace Alias: comes_from_place
Properties
Type and Range
| Property | Value |
|---|---|
| Range | Address or String or GeoLocation |
| Slot URI | gist_upstream:comesFromPlace |
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
- comes from place
Examples
| Value |
|---|
| A letter has a return address indicating its origin; a delivery route originates at a distribution center; a trail originates at the trailhead. |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/gist
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | gist_upstream:comesFromPlace |
| native | gist:comes_from_place |
LinkML Source
name: comes_from_place
description: Relates something to its place of origin.
examples:
- value: A letter has a return address indicating its origin; a delivery route originates
at a distribution center; a trail originates at the trailhead.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- comes from place
rank: 1000
slot_uri: gist_upstream:comesFromPlace
alias: comes_from_place
range: string
multivalued: true
any_of:
- range: Address
- range: GeoLocation