- Introduced GeospatialLocation class for specific geospatial locations. - Added HandsOnFacility class representing facilities for hands-on experiences. - Created Hyponym class for narrower terms or instances. - Added ImagingEquipment class for imaging-related equipment. - Introduced LoadingDock class for loading dock facilities. - Created LocalCollection class for locally held collections. - Added Locker class for storage lockers available to visitors/staff. - Introduced MichelinStarRating class for Michelin star ratings. - Created MicrofilmReader class for equipment used to read microfilms. - Added OperationalArchive class for archives containing operational records. - Introduced OperationalUnit class for operational units within organizations. - Added has_or_had_archive slot for associating archives with entities. - Created has_or_had_rating slot for ratings assigned to entities. - Introduced has_or_had_section slot for sections or units within organizations. - Added has_geospatial_location slot linking nominal places to precise geospatial coordinates.
38 lines
1 KiB
YAML
38 lines
1 KiB
YAML
id: https://nde.nl/ontology/hc/slot/implements_auxiliary_platform
|
|
name: implements_auxiliary_platform_slot
|
|
title: Implements Auxiliary Platform Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
imports:
|
|
- linkml:types
|
|
- ../classes/AuxiliaryDigitalPlatform
|
|
default_prefix: hc
|
|
slots:
|
|
implements_auxiliary_platform:
|
|
range: AuxiliaryDigitalPlatform
|
|
multivalued: true
|
|
description: 'AuxiliaryDigitalPlatform instances associated with this WebPortal.
|
|
|
|
|
|
Links to project-based or subordinate digital platforms that support
|
|
|
|
or extend the main portal functionality.
|
|
|
|
|
|
**USE CASES**:
|
|
|
|
|
|
1. **Thematic Sub-Portals**: Specialized views/interfaces (e.g., Colonial Collections on NDE)
|
|
|
|
2. **API Services**: Developer API endpoints for the portal
|
|
|
|
3. **Project Microsites**: Grant-funded project websites
|
|
|
|
4. **Educational Extensions**: Learning management components
|
|
|
|
|
|
Dublin Core: dcterms:hasPart for part-whole relationship.
|
|
|
|
'
|
|
slot_uri: hc:implementsAuxiliaryPlatform
|