- 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.
34 lines
910 B
YAML
34 lines
910 B
YAML
id: https://nde.nl/ontology/hc/classes/LogoClaim
|
|
name: LogoClaim
|
|
title: Logo Claim Class
|
|
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
|
|
- ../slots/has_type
|
|
- ../slots/has_url
|
|
- ../slots/has_selector
|
|
- ../slots/retrieved_at
|
|
classes:
|
|
LogoClaim:
|
|
class_uri: prov:Entity
|
|
description: Extracted claim about a logo or favicon, including source selector and retrieval context.
|
|
exact_mappings:
|
|
- prov:Entity
|
|
close_mappings:
|
|
- schema:ImageObject
|
|
related_mappings:
|
|
- prov:Derivation
|
|
slots:
|
|
- has_type
|
|
- has_url
|
|
- has_selector
|
|
- retrieved_at
|
|
annotations:
|
|
specificity_score: 0.4
|
|
specificity_rationale: Image-claim unit for visual brand extraction provenance.
|
|
custodian_types: '["*"]'
|