- Introduced GeospatialLocation class for specific geospatial locations. - Added HandsOnFacility class representing facilities for hands-on experiences. - Created Hyponym class for narrower terms or instances. - Added ImagingEquipment class for imaging-related equipment. - Introduced LoadingDock class for loading dock facilities. - Created LocalCollection class for locally held collections. - Added Locker class for storage lockers available to visitors/staff. - Introduced MichelinStarRating class for Michelin star ratings. - Created MicrofilmReader class for equipment used to read microfilms. - Added OperationalArchive class for archives containing operational records. - Introduced OperationalUnit class for operational units within organizations. - Added has_or_had_archive slot for associating archives with entities. - Created has_or_had_rating slot for ratings assigned to entities. - Introduced has_or_had_section slot for sections or units within organizations. - Added has_geospatial_location slot linking nominal places to precise geospatial coordinates.
39 lines
899 B
YAML
39 lines
899 B
YAML
id: https://nde.nl/ontology/hc/slot/iiif_support
|
|
name: iiif_support_slot
|
|
title: Iiif Support Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
iiif_support:
|
|
description: 'Does this platform support IIIF (International Image Interoperability Framework)?
|
|
|
|
|
|
Dublin Core: conformsTo indicates standard compliance.
|
|
|
|
When true, implies conformance to IIIF API specifications:
|
|
|
|
- https://iiif.io/api/image/3/ (Image API 3.0)
|
|
|
|
- https://iiif.io/api/presentation/3/ (Presentation API 3.0)
|
|
|
|
|
|
IIIF enables:
|
|
|
|
- Image API (deep zoom, tiles)
|
|
|
|
- Presentation API (manifests, viewers)
|
|
|
|
- Content Search API (full-text search)
|
|
|
|
- Authentication API (access control)
|
|
|
|
|
|
Boolean true/false or null if unknown.
|
|
|
|
'
|
|
range: boolean
|
|
slot_uri: hc:iiifSupport
|