glam/schemas/20251121/linkml/modules/slots/protocol_name.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
741 B
YAML

id: https://nde.nl/ontology/hc/slot/protocol_name
name: protocol_name_slot
title: Protocol Name Slot
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
imports:
- linkml:types
default_prefix: hc
slots:
protocol_name:
slot_uri: dcterms:conformsTo
description: |
Name of the protocol or standard this endpoint type implements.
Dublin Core: conformsTo for standard compliance.
Examples:
- "OAI-PMH" (Open Archives Initiative Protocol for Metadata Harvesting)
- "IIIF Image API" (International Image Interoperability Framework)
- "SPARQL" (SPARQL Protocol and RDF Query Language)
range: string
required: false