Skip to content

Class: GeoPoint

Geographic coordinates for public map display of an organisation.

URI: inkind_knowledge_repo:GeoPoint

 classDiagram
    class GeoPoint
    click GeoPoint href "../GeoPoint/"
      GeoPoint : lat

      GeoPoint : long

Slots

Name Cardinality and Range Description Inheritance
lat 0..1
Float
Latitude in decimal degrees direct
long 0..1
Float
Longitude in decimal degrees direct

Usages

used by used in type used
SocialOrganisation geo_point range GeoPoint

Identifier and Mapping Information

Schema Source

  • from schema: https://inkind-at.github.io/inkind-knowledge-repo

Mappings

Mapping Type Mapped Value
self inkind_knowledge_repo:GeoPoint
native inkind_knowledge_repo:GeoPoint

LinkML Source

Direct

name: GeoPoint
description: Geographic coordinates for public map display of an organisation.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
attributes:
  lat:
    name: lat
    description: Latitude in decimal degrees.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo/organisation
    rank: 1000
    domain_of:
    - GeoPoint
    range: float
  long:
    name: long
    description: Longitude in decimal degrees.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo/organisation
    rank: 1000
    domain_of:
    - GeoPoint
    range: float

Induced

name: GeoPoint
description: Geographic coordinates for public map display of an organisation.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
attributes:
  lat:
    name: lat
    description: Latitude in decimal degrees.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo/organisation
    rank: 1000
    alias: lat
    owner: GeoPoint
    domain_of:
    - GeoPoint
    range: float
  long:
    name: long
    description: Longitude in decimal degrees.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo/organisation
    rank: 1000
    alias: long
    owner: GeoPoint
    domain_of:
    - GeoPoint
    range: float