Skip to content

Class: Coordinates

The coordinates defining the position associated with the entity.

URI: bertron:Coordinates

classDiagram class Coordinates click Coordinates href "../Coordinates/" Coordinates : latitude Coordinates : longitude

Slots

Name Cardinality and Range Description Inheritance
latitude 1
DecimalDegree
latitude direct
longitude 1
DecimalDegree
longitude direct

Usages

used by used in type used
Entity coordinates range Coordinates

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ber-data/bertron-schema

Mappings

Mapping Type Mapped Value
self bertron:Coordinates
native bertron:Coordinates

LinkML Source

Direct

name: Coordinates
description: The coordinates defining the position associated with the entity.
from_schema: https://w3id.org/ber-data/bertron-schema
attributes:
  latitude:
    name: latitude
    description: latitude
    examples:
    - value: '-33.460524'
    from_schema: https://w3id.org/ber-data/bertron-schema
    mappings:
    - schema:latitude
    broad_mappings:
    - MIXS:0000009
    rank: 1000
    slot_uri: WGS84:lat
    domain_of:
    - Coordinates
    range: decimal degree
    required: true
  longitude:
    name: longitude
    description: longitude
    examples:
    - value: '150.168149'
    from_schema: https://w3id.org/ber-data/bertron-schema
    mappings:
    - schema:longitude
    broad_mappings:
    - MIXS:0000009
    rank: 1000
    slot_uri: WGS84:long
    domain_of:
    - Coordinates
    range: decimal degree
    required: true

Induced

name: Coordinates
description: The coordinates defining the position associated with the entity.
from_schema: https://w3id.org/ber-data/bertron-schema
attributes:
  latitude:
    name: latitude
    description: latitude
    examples:
    - value: '-33.460524'
    from_schema: https://w3id.org/ber-data/bertron-schema
    mappings:
    - schema:latitude
    broad_mappings:
    - MIXS:0000009
    rank: 1000
    slot_uri: WGS84:lat
    alias: latitude
    owner: Coordinates
    domain_of:
    - Coordinates
    range: decimal degree
    required: true
  longitude:
    name: longitude
    description: longitude
    examples:
    - value: '150.168149'
    from_schema: https://w3id.org/ber-data/bertron-schema
    mappings:
    - schema:longitude
    broad_mappings:
    - MIXS:0000009
    rank: 1000
    slot_uri: WGS84:long
    alias: longitude
    owner: Coordinates
    domain_of:
    - Coordinates
    range: decimal degree
    required: true