glam/frontend/public/schemas/20251121/linkml/modules/classes/Venue.yaml
2026-01-19 00:09:28 +01:00

39 lines
1.3 KiB
YAML

# Venue - Venue class
id: https://nde.nl/ontology/hc/class/Venue
name: Venue
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- ./VenueType
- linkml:types
- ../slots/has_or_had_type
classes:
Venue:
class_uri: schema:Place
description: |
A physical location where heritage-related events, exhibitions, or activities take place.
Venues include museums, galleries, exhibition halls, conference centers,
historic sites, and other spaces used for cultural programming. Distinct
from the heritage custodian organization itself - a venue is the place,
while the custodian is the organization managing collections.
Maps to schema:Place - a physical location with address and coordinates.
slots:
- has_or_had_type
slot_usage:
has_or_had_type:
range: VenueType
attributes:
venue_name:
description: Name of the venue (e.g., museum, gallery, exhibition hall)
range: string
required: true
venue_city:
description: City where the venue is located
range: string
venue_country:
description: Country where the venue is located (ISO 3166-1 alpha-2 code)
range: string