Major slot migrations following slot_fixes.yaml revisions: - TimeSpan: begin_of_the_begin, begin_of_the_end, end_of_the_begin, end_of_the_end - Quantity: has_or_had_measurement_unit with MeasureUnit class - Description: has_or_had_description with Description class - URL, WikiData, Timestamp, Location, Provenance pattern classes New slots for RiC-O compliance: - Temporal: has_or_had_time_interval, calendar_system - Transfer: is_or_was_transferred, has_or_had_policy - Location: starts/ends_or_started/ended_at_location - Provenance: has_or_had_provenance_path, is_or_was_webarchived_at Archive deprecated slots per Rule 53 workflow.
103 lines
3.4 KiB
YAML
103 lines
3.4 KiB
YAML
# MuseumRegisterEnrichment - Dutch Museum Register (Museumregister Nederland) data
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/MuseumRegisterEnrichment
|
|
name: MuseumRegisterEnrichment
|
|
title: MuseumRegisterEnrichment
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_quantity
|
|
- ./Quantity
|
|
- ./MuseumRegisterProvenance
|
|
default_range: string
|
|
|
|
classes:
|
|
MuseumRegisterEnrichment:
|
|
description: >-
|
|
Dutch Museum Register (Museumregister Nederland) data including
|
|
registration status, museum type, collection focus, and visitor statistics.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Entity because this represents enrichment data
|
|
derived from the Dutch Museum Register authority
|
|
- close_mappings includes schema:Museum for museum-specific semantics
|
|
- related_mappings includes prov:PrimarySource for authoritative registry
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- schema:Museum
|
|
related_mappings:
|
|
- prov:PrimarySource
|
|
attributes:
|
|
museum_name:
|
|
range: string
|
|
description: Museum name from register
|
|
website_url:
|
|
range: uri
|
|
description: Website URL from register
|
|
province:
|
|
range: string
|
|
description: Province where museum is located
|
|
registered_since:
|
|
range: string
|
|
description: Date museum was registered (YYYY-MM-DD format)
|
|
source_provenance:
|
|
range: MuseumRegisterProvenance
|
|
description: Source file and scrape metadata
|
|
enrichment_timestamp:
|
|
range: datetime
|
|
description: When enrichment was performed
|
|
fetch_timestamp:
|
|
range: datetime
|
|
museum_id:
|
|
range: string
|
|
description: Museum Register internal ID
|
|
registered_name:
|
|
range: string
|
|
registration_status:
|
|
range: string
|
|
description: Full, provisional, or expired
|
|
registration_date:
|
|
range: date
|
|
museum_type:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
collection_focus:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
has_or_had_quantity:
|
|
range: Quantity
|
|
inlined: true
|
|
description: >-
|
|
Visitor count from museum register. RULE 53: Replaces deprecated
|
|
visitor_count integer with structured Quantity class supporting
|
|
measurement unit (VISITOR) and temporal extent.
|
|
accreditation_status:
|
|
range: string
|
|
manual_correction:
|
|
range: boolean
|
|
description: Whether manual correction was applied
|
|
correction_reason:
|
|
range: string
|
|
description: Reason for manual correction
|
|
alternative_register_names:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Alternative names found in register
|
|
note:
|
|
range: string
|
|
description: Additional notes about enrichment
|
|
merge_note:
|
|
range: string
|
|
description: Note about merge from duplicate entry
|