Class: Location
URI: comet:Location
classDiagram
class Location
click Location href "../Location"
LocationComponent <|-- Location
click LocationComponent href "../LocationComponent"
Location : geo_box_location
Location --> "0..1" GeoBoxLocation : geo_box_location
click GeoBoxLocation href "../GeoBoxLocation"
Location : geo_location
Location --> "0..1" GeoLocation : geo_location
click GeoLocation href "../GeoLocation"
Location : named_location
Location --> "0..1" Concept : named_location
click Concept href "../Concept"
Location : postal_address
Location --> "0..1" PostalAddress : postal_address
click PostalAddress href "../PostalAddress"
Location : relative_location
Location --> "0..1" RelativeLocation : relative_location
click RelativeLocation href "../RelativeLocation"
Inheritance
- Intangible
- LocationComponent
- Location
- LocationComponent
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
geo_location | 0..1 GeoLocation |
A string representation of a geolocation | direct |
geo_box_location | 0..1 GeoBoxLocation |
A string representation of a geobox location | direct |
named_location | 0..1 Concept |
direct | |
relative_location | 0..1 RelativeLocation |
direct | |
postal_address | 0..1 PostalAddress |
A postal address | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/comet
Mappings
Mapping Type | Mapped Value |
---|---|
self | comet:Location |
native | comet:Location |
LinkML Source
Direct
name: Location
from_schema: https://w3id.org/comet
is_a: LocationComponent
attributes:
geo_location:
name: geo_location
description: A string representation of a geolocation
from_schema: https://w3id.org/comet/core
rank: 1000
domain_of:
- Location
range: GeoLocation
geo_box_location:
name: geo_box_location
description: A string representation of a geobox location
from_schema: https://w3id.org/comet/core
rank: 1000
domain_of:
- Location
range: GeoBoxLocation
named_location:
name: named_location
from_schema: https://w3id.org/comet/core
rank: 1000
domain_of:
- Location
range: Concept
relative_location:
name: relative_location
from_schema: https://w3id.org/comet/core
rank: 1000
domain_of:
- Location
range: RelativeLocation
postal_address:
name: postal_address
description: A postal address
from_schema: https://w3id.org/comet/core
rank: 1000
domain_of:
- Location
range: PostalAddress
Induced
name: Location
from_schema: https://w3id.org/comet
is_a: LocationComponent
attributes:
geo_location:
name: geo_location
description: A string representation of a geolocation
from_schema: https://w3id.org/comet/core
rank: 1000
alias: geo_location
owner: Location
domain_of:
- Location
range: GeoLocation
geo_box_location:
name: geo_box_location
description: A string representation of a geobox location
from_schema: https://w3id.org/comet/core
rank: 1000
alias: geo_box_location
owner: Location
domain_of:
- Location
range: GeoBoxLocation
named_location:
name: named_location
from_schema: https://w3id.org/comet/core
rank: 1000
alias: named_location
owner: Location
domain_of:
- Location
range: Concept
relative_location:
name: relative_location
from_schema: https://w3id.org/comet/core
rank: 1000
alias: relative_location
owner: Location
domain_of:
- Location
range: RelativeLocation
postal_address:
name: postal_address
description: A postal address
from_schema: https://w3id.org/comet/core
rank: 1000
alias: postal_address
owner: Location
domain_of:
- Location
range: PostalAddress