- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding. - Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes. - Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions. - Improved comments and modeling notes in VariantTypes to clarify usage and examples. - General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
29 lines
775 B
YAML
29 lines
775 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.
|
|
slots:
|
|
- has_format
|
|
- access_restricted
|
|
- has_score
|
|
annotations:
|
|
specificity_score: 0.45
|
|
specificity_rationale: Specialized endpoint class for digital file delivery.
|
|
custodian_types: '["*"]'
|
|
broad_mappings:
|
|
- dcat:DataService
|