Skip to content

Class: Location

A container for the information about the location in which an academic event takes place.

Slots

Name Range Cardinality Description
City City 0..1 recommended The property to specify the City of an academic event location.
Country Country 0..1 recommended The property to specify the Country of an academic event location.
Region Region 0..1 The property to specify the Region of an academic event location.
Venue Venue 0..1 The property to specify the Venue of an academic event location.
Lattitude xsd:float 0..1 The property to specify the lattitude of an academic event location.
Longitude xsd:float 0..1 The property to specify the longitude of an academic event location.
Meeting URL xsd:anyURI 0..1 The property to specify the URL under which a one can participate virtually in an academic event.

Usages

used by used in type used
Event Location range Location

Mappings

Mapping Type Mapped Value
self ['confident:Location']
native ['confident:Location']

LinkML Source

name: Location
description: A container for the information about the location in which an academic
  event takes place.
title: Location
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
attributes:
  has_city:
    name: has_city
    description: The property to specify the [City](City.md) of an academic event
      location.
    title: City
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: City
    recommended: true
  has_country:
    name: has_country
    description: The property to specify the [Country](Country.md) of an academic
      event location.
    title: Country
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: Country
    recommended: true
  has_region:
    name: has_region
    description: The property to specify the [Region](Region.md) of an academic event
      location.
    title: Region
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: Region
  has_venue:
    name: has_venue
    description: The property to specify the [Venue](Venue.md) of an academic event
      location.
    title: Venue
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: Venue
  lattitude:
    name: lattitude
    description: The property to specify the lattitude of an academic event location.
    title: Lattitude
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: float
  longitude:
    name: longitude
    description: The property to specify the longitude of an academic event location.
    title: Longitude
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: float
  meeting_url:
    name: meeting_url
    description: The property to specify the URL under which a one can participate
      virtually in an academic event.
    title: Meeting URL
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: uriorcurie