- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases. - Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
48 lines
1.8 KiB
YAML
48 lines
1.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/HTMLFile
|
|
name: HTMLFile
|
|
title: HTML File
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_file_location
|
|
- ../slots/has_label
|
|
classes:
|
|
HTMLFile:
|
|
class_uri: hc:HTMLFile
|
|
description: >-
|
|
Digital document resource storing HyperText Markup Language content,
|
|
typically captured as a web snapshot or export artifact.
|
|
alt_descriptions:
|
|
nl: Digitaal document met HTML-inhoud, doorgaans vastgelegd als websnapshot of exportbestand.
|
|
de: Digitales Dokument mit HTML-Inhalt, typischerweise als Web-Snapshot oder Exportartefakt erfasst.
|
|
fr: Ressource documentaire numerique contenant du HTML, generalement capturee comme instantane web ou export.
|
|
es: Recurso documental digital con contenido HTML, normalmente capturado como instantanea web o artefacto de exportacion.
|
|
ar: مورد وثائقي رقمي يحفظ محتوى HTML، غالبا كلقطة ويب أو ملف تصدير.
|
|
id: Sumber dokumen digital yang menyimpan konten HTML, biasanya ditangkap sebagai cuplikan web atau artefak ekspor.
|
|
zh: 存储 HTML 内容的数字文档资源,常见于网页快照或导出文件。
|
|
structured_aliases:
|
|
- literal_form: HTML-bestand
|
|
in_language: nl
|
|
- literal_form: HTML-Datei
|
|
in_language: de
|
|
- literal_form: fichier HTML
|
|
in_language: fr
|
|
- literal_form: archivo HTML
|
|
in_language: es
|
|
- literal_form: ملف HTML
|
|
in_language: ar
|
|
- literal_form: berkas HTML
|
|
in_language: id
|
|
- literal_form: HTML 文件
|
|
in_language: zh
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
- has_file_location
|
|
broad_mappings:
|
|
- schema:DigitalDocument
|