glam/schemas/20251121/linkml/modules/slots/technology_stack.yaml
2025-12-03 17:38:46 +01:00

36 lines
1.2 KiB
YAML

# technology_stack slot - Technical infrastructure and systems
# Used by: DigitalPlatformType, AuxiliaryDigitalPlatform
id: https://nde.nl/ontology/hc/slot/technology_stack
name: technology_stack_slot
title: Technology Stack Slot
description: |
Technical infrastructure, systems, and technologies used by a digital platform.
Examples:
- "Metis ingestion framework", "REST API", "SPARQL endpoint", "IIIF support"
- "Python", "Django", "PostgreSQL"
- "Fedora Commons", "Solr", "Blacklight"
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
slots:
technology_stack:
slot_uri: schema:softwareVersion
range: string
multivalued: true
required: false
description: |
Technical infrastructure and systems used by a digital platform.
Includes frameworks, APIs, protocols, and software components.
exact_mappings:
- schema:softwareVersion
comments:
- "Used by DigitalPlatformType (main platforms) and AuxiliaryDigitalPlatform (subordinate platforms)"
- "Multivalued - a platform typically uses multiple technologies"
- "Examples: REST API, SPARQL endpoint, IIIF support, Solr, Fedora Commons"