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