glam/schemas/20251121/linkml/modules/classes/Resolution.yaml

68 lines
1.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/Resolution
name: resolution_class
title: Resolution Class
description: 'Represents resolution or quality specifications for media content.
**USE CASES**:
- Video quality levels (SD, HD, 720p, 1080p, 4K, 8K)
- Image resolution (width x height in pixels)
- Display resolution specifications
'
imports:
- linkml:types
- ../slots/has_or_had_height
- ../slots/has_or_had_label
- ../slots/has_or_had_quantity
- ../slots/has_or_had_type
- ../slots/has_or_had_unit
- ../slots/has_or_had_width
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
classes:
Resolution:
class_uri: hc:Resolution
description: 'Resolution or quality specifications for media content.
Captures both quality labels (HD, 4K) and pixel dimensions.
'
close_mappings:
- schema:videoQuality
slots:
- has_or_had_type
- has_or_had_label
- has_or_had_width
- has_or_had_height
- has_or_had_quantity
- has_or_had_unit
slot_usage:
has_or_had_type:
examples:
- value: image
has_or_had_label:
examples:
- value: hd
- value: sd
- value: 4k
- value: 8k
has_or_had_width:
range: integer
examples:
- value: 1920
has_or_had_height:
range: integer
examples:
- value: 1080
has_or_had_quantity:
range: integer
inlined: false # Fixed invalid inline for primitive type
multivalued: true
required: false
has_or_had_unit:
# range: string
inlined: false # Fixed invalid inline for primitive type
required: false
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"