glam/schemas/20251121/linkml/modules/classes/FileAPI.yaml
kempersc ee5e8e5a7c Refactor schema classes to enhance descriptions and mappings
- Updated descriptions for EADDownload, EBook, EcclesiasticalProvince, EconomicArchive, EconomicArchiveRecordSetType, Edition, Editor, Education, EducationFacilityType, EducationLevel, and EducationProviderSubtype to improve clarity and multilingual support.
- Introduced alternative descriptions and structured aliases for better localization.
- Adjusted mappings to align with broader and close ontology relationships.
- Added new ConflictTypes schema with detailed classifications for various crisis categories affecting heritage.
2026-02-15 18:46:11 +01:00

29 lines
793 B
YAML

id: https://nde.nl/ontology/hc/class/FileAPI
name: FileAPI
title: File API Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcat: http://www.w3.org/ns/dcat#
default_prefix: hc
imports:
- ./DataServiceEndpoint
- linkml:types
- ../slots/has_format
- ../slots/access_restricted
- ../slots/has_score
classes:
FileAPI:
is_a: DataServiceEndpoint
class_uri: dcat:DataService
description: API endpoint for retrieving files or binary assets from a repository.
exact_mappings:
- dcat:DataService
slots:
- has_format
- access_restricted
- has_score
annotations:
specificity_score: 0.45
specificity_rationale: Specialized endpoint class for digital file delivery.
custodian_types: '["*"]'