43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
# Example Instances: Digital Platform Integration
|
|
# Demonstrates three use cases for Custodian class with digital presence
|
|
# MIGRATED: Converted to canonical slots (2026-02-17)
|
|
# - hc_id → identified_by
|
|
# - preferred_label → has_label
|
|
# - custodian_type → has_type
|
|
# - digital_platform → has_digital_presence
|
|
|
|
---
|
|
# USE CASE 1: Physical Museum with Digital Platform
|
|
# Rijksmuseum (physical museum) with Rijksstudio (online collection platform)
|
|
|
|
- identified_by:
|
|
- https://nde.nl/ontology/hc/rijksmuseum-amsterdam
|
|
has_label:
|
|
- Rijksmuseum
|
|
has_type:
|
|
- hc:Museum
|
|
has_digital_presence: https://www.rijksmuseum.nl
|
|
|
|
---
|
|
# USE CASE 2: Digital-First Aggregation Platform
|
|
# Europeana (born-digital heritage aggregator, no physical building)
|
|
|
|
- identified_by:
|
|
- https://nde.nl/ontology/hc/europeana
|
|
has_label:
|
|
- Europeana
|
|
has_type:
|
|
- hc:DigitalPlatformType
|
|
has_digital_presence: https://www.europeana.eu
|
|
|
|
---
|
|
# USE CASE 3: Archive with Multiple Digital Systems
|
|
# Noord-Hollands Archief (physical archive with inventory system, OAI-PMH, SPARQL)
|
|
|
|
- identified_by:
|
|
- https://nde.nl/ontology/hc/noord-hollands-archief
|
|
has_label:
|
|
- Noord-Hollands Archief
|
|
has_type:
|
|
- hc:Archive
|
|
has_digital_presence: https://www.noord-hollandsarchief.nl
|