Class: Point
URI: brc:Point
classDiagram
class Point
click Point href "../Point"
Point : latitude
Point : longitude
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
latitude | 1 Float |
Latitude of this point in the geolocation; limited to -90 to 90, inclusive | direct |
longitude | 1 Float |
Longitude of this point in the geolocation; limited to -180 to 180, inclusive | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Geolocation | points | range | Point |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/brc/brc_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | brc:Point |
native | brc:Point |
LinkML Source
Direct
name: point
from_schema: https://w3id.org/brc/brc_schema
attributes:
latitude:
name: latitude
description: Latitude of this point in the geolocation; limited to -90 to 90,
inclusive.
examples:
- value: '38.75096'
from_schema: https://w3id.org/brc/osti_schema
rank: 1000
domain_of:
- point
range: float
required: true
minimum_value: -90
maximum_value: 90
longitude:
name: longitude
description: Longitude of this point in the geolocation; limited to -180 to 180,
inclusive.
examples:
- value: '-76.51239'
from_schema: https://w3id.org/brc/osti_schema
rank: 1000
domain_of:
- point
range: float
required: true
minimum_value: -180
maximum_value: 180
Induced
name: point
from_schema: https://w3id.org/brc/brc_schema
attributes:
latitude:
name: latitude
description: Latitude of this point in the geolocation; limited to -90 to 90,
inclusive.
examples:
- value: '38.75096'
from_schema: https://w3id.org/brc/osti_schema
rank: 1000
alias: latitude
owner: point
domain_of:
- point
range: float
required: true
minimum_value: -90
maximum_value: 90
longitude:
name: longitude
description: Longitude of this point in the geolocation; limited to -180 to 180,
inclusive.
examples:
- value: '-76.51239'
from_schema: https://w3id.org/brc/osti_schema
rank: 1000
alias: longitude
owner: point
domain_of:
- point
range: float
required: true
minimum_value: -180
maximum_value: 180