24 lines
591 B
YAML
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
|