- Added detailed descriptions for slots: collecting_scope, collection_access, custody_history, education_level, membership_size, and publication_activity to improve clarity and usability. - Removed the publication_date slot due to migration to a new structure. - Updated slot fixes with migration notes and adjustments for various slots, ensuring alignment with new ontology standards. - Introduced new classes for DigitalPlatformV2, including DigitalPlatformV2DataQualityNotes, DigitalPlatformV2DataSource, DigitalPlatformV2KeyContact, DigitalPlatformV2OrganizationProfile, DigitalPlatformV2OrganizationStatus, DigitalPlatformV2PrimaryPlatform, DigitalPlatformV2Provenance, DigitalPlatformV2ServiceDetails, and DigitalPlatformV2TransformationMetadata, each with comprehensive attributes and descriptions. - Added classes for EnrichmentProvenance and EnrichmentProvenanceEntry to track provenance for enrichment sources, including detailed attributes for verification and source tracking. - Created LogoClaim, LogoEnrichment, and LogoEnrichmentSummary classes to manage logo and favicon data extracted from web scraping, with attributes for claims and summary statistics. - Archived the publication_date slot to maintain historical records.
39 lines
1.3 KiB
YAML
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
|