66 lines
2 KiB
YAML
66 lines
2 KiB
YAML
# Example Instances: Auxiliary Classes Integration
|
|
# Demonstrates AuxiliaryPlace, OrganizationBranch, and AuxiliaryDigitalPlatform patterns
|
|
# Version: 2025-11-26
|
|
# MIGRATED: Uses canonical slots (identified_by, has_label, has_type, etc.)
|
|
#
|
|
# These examples show how heritage custodians with complex organizational structures
|
|
# can be modeled using auxiliary classes for secondary locations and digital platforms.
|
|
|
|
---
|
|
# USE CASE 1: Large Museum with Branch Locations and Multiple Digital Platforms
|
|
# Rijksmuseum with storage depot, research center, and project-specific platforms
|
|
|
|
- identified_by:
|
|
- https://nde.nl/ontology/hc/rijksmuseum-amsterdam
|
|
has_label:
|
|
- Rijksmuseum
|
|
- National Museum of the Netherlands
|
|
has_type:
|
|
- hc:Museum
|
|
has_digital_presence: https://www.rijksmuseum.nl
|
|
has_status: ACTIVE
|
|
|
|
---
|
|
# USE CASE 2: Multi-Branch Public Library System
|
|
# Openbare Bibliotheek Amsterdam (OBA) with multiple branch locations
|
|
|
|
- identified_by:
|
|
- https://nde.nl/ontology/hc/oba-amsterdam
|
|
has_label:
|
|
- Openbare Bibliotheek Amsterdam
|
|
- OBA
|
|
- Amsterdam Public Library
|
|
has_type:
|
|
- hc:Library
|
|
has_digital_presence: https://www.oba.nl
|
|
has_status: ACTIVE
|
|
|
|
---
|
|
# USE CASE 3: Regional Archive with Reading Rooms and Digitization Partnerships
|
|
# Noord-Hollands Archief with study center and partner reading rooms
|
|
|
|
- identified_by:
|
|
- https://nde.nl/ontology/hc/noord-hollands-archief
|
|
has_label:
|
|
- Noord-Hollands Archief
|
|
- NHA
|
|
- North Holland Archives
|
|
has_type:
|
|
- hc:Archive
|
|
has_digital_presence: https://www.noord-hollandsarchief.nl
|
|
has_status: ACTIVE
|
|
|
|
---
|
|
# USE CASE 4: University with Embedded Special Collections
|
|
# University of Amsterdam with separate library and special collections units
|
|
|
|
- identified_by:
|
|
- https://nde.nl/ontology/hc/uva-library
|
|
has_label:
|
|
- Universiteitsbibliotheek Amsterdam
|
|
- UBA
|
|
- University of Amsterdam Library
|
|
has_type:
|
|
- hc:Library
|
|
has_digital_presence: https://lib.uva.nl
|
|
has_status: ACTIVE
|