glam/schemas/20251121/linkml/modules/slots/protocol_version.yaml
kempersc 5d3d8530b0
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 4m13s
chore: trigger DSPy eval workflow
2026-01-11 22:40:23 +01:00

24 lines
591 B
YAML

id: https://nde.nl/ontology/hc/slot/protocol_version
name: protocol_version_slot
title: Protocol Version Slot
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
protocol_version:
slot_uri: schema:version
description: |
Version of the protocol this endpoint type supports.
Schema.org: version for protocol version.
Examples:
- "2.0" (OAI-PMH)
- "3.0" (IIIF Image API)
- "1.1" (SPARQL)
range: string
required: false