Skip to content

Class: Venue

The venue at which an academic event takes place.

Inheritance

Slots

Name Range Cardinality Description
Street xsd:string 0..1 The street of the venue including the house number seperated by comma.
ZIP Code xsd:string 0..1 The zip code of the venue.
ID xsd:anyURI 1..1 A property to provide an internal id of a schema entity in the ConfIDent plattform.
Name xsd:string 0..1 A property to provide a name of a schema entity.
External ID External ID 0..* A property to provide an external id of a schema entity.

Usages

used by used in type used
Location Venue range Venue

Mappings

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

LinkML Source

name: Venue
description: The venue at which an academic event takes place.
title: Venue
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
mixins:
- NamedThing
attributes:
  street:
    name: street
    description: The street of the venue including the house number seperated by comma.
    title: Street
    examples:
    - value: Am Welfengarten, 1
      description: street, hous number
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: string
  zip_code:
    name: zip_code
    description: The zip code of the venue.
    title: ZIP Code
    from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
    rank: 1000
    range: string