- 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.
24 lines
634 B
YAML
24 lines
634 B
YAML
id: https://nde.nl/ontology/hc/classes/LayoutMetadata
|
|
name: LayoutMetadata
|
|
title: Layout Metadata
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
LayoutMetadata:
|
|
class_uri: hc:LayoutMetadata
|
|
description: >-
|
|
Structural extraction summary describing page-layout analysis outcomes for
|
|
archived web content snapshots.
|
|
slots:
|
|
- has_page_count
|
|
- has_provenance_path
|
|
broad_mappings:
|
|
- prov:Entity
|
|
close_mappings:
|
|
- schema:DataCatalog
|