- Fix scope_note → finding_aid_scope_note in FindingAid.yaml - Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead) - Remove duplicate rico_record_set_type from class_metadata_slots.yaml - Fix range types for equals_string compatibility (uriorcurie → string) - Move class names from close_mappings to see_also in 10 RecordSetTypes files - Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context - Sync schemas to frontend/public/schemas/ Files: 1,151 changed (includes prior CustodianType migration)
42 lines
886 B
YAML
42 lines
886 B
YAML
id: https://nde.nl/ontology/hc/slot/protocol
|
|
name: protocol_slot
|
|
title: Protocol Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
protocol:
|
|
slot_uri: dcterms:conformsTo
|
|
description: 'Protocol or standard the endpoint implements.
|
|
|
|
|
|
Values from DataServiceProtocolEnum:
|
|
|
|
- OAI_PMH: Open Archives Initiative Protocol for Metadata Harvesting
|
|
|
|
- REST: RESTful HTTP API
|
|
|
|
- SOAP: SOAP web services
|
|
|
|
- GRAPHQL: GraphQL API
|
|
|
|
- SPARQL: SPARQL endpoint
|
|
|
|
- IIIF_IMAGE: IIIF Image API
|
|
|
|
- IIIF_PRESENTATION: IIIF Presentation API
|
|
|
|
- IIP: Internet Imaging Protocol
|
|
|
|
- ZOOMIFY: Zoomify tile protocol
|
|
|
|
- SRU: Search/Retrieve via URL
|
|
|
|
'
|
|
range: string
|
|
required: true
|
|
close_mappings:
|
|
- dcterms:conformsTo
|