Skip to content

Class: RelativeLocation

URI: comet:RelativeLocation

classDiagram class RelativeLocation click RelativeLocation href "../RelativeLocation" LocationComponent <|-- RelativeLocation click LocationComponent href "../LocationComponent" RelativeLocation : relationship_type RelativeLocation --> "0..1" Concept : relationship_type click Concept href "../Concept" RelativeLocation : target_location RelativeLocation --> "0..1" Location : target_location click Location href "../Location"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
relationship_type 0..1
Concept
direct
target_location 0..1
Location
direct

Usages

used by used in type used
Location relative_location range RelativeLocation

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/comet

Mappings

Mapping Type Mapped Value
self comet:RelativeLocation
native comet:RelativeLocation

LinkML Source

Direct

name: RelativeLocation
from_schema: https://w3id.org/comet
is_a: LocationComponent
attributes:
  relationship_type:
    name: relationship_type
    from_schema: https://w3id.org/comet/core
    rank: 1000
    domain_of:
    - RelativeLocation
    range: Concept
  target_location:
    name: target_location
    from_schema: https://w3id.org/comet/core
    rank: 1000
    domain_of:
    - RelativeLocation
    range: Location

Induced

name: RelativeLocation
from_schema: https://w3id.org/comet
is_a: LocationComponent
attributes:
  relationship_type:
    name: relationship_type
    from_schema: https://w3id.org/comet/core
    rank: 1000
    alias: relationship_type
    owner: RelativeLocation
    domain_of:
    - RelativeLocation
    range: Concept
  target_location:
    name: target_location
    from_schema: https://w3id.org/comet/core
    rank: 1000
    alias: target_location
    owner: RelativeLocation
    domain_of:
    - RelativeLocation
    range: Location