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_height - ../slots/has_label - ../slots/has_quantity - ../slots/has_type - ../slots/has_measurement_unit - ../slots/has_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_type - has_label - has_width - has_height - has_quantity - has_measurement_unit slot_usage: has_type: examples: - value: image has_label: examples: - value: hd - value: sd - value: 4k - value: 8k has_width: range: integer examples: - value: 1920 has_height: range: integer examples: - value: 1080 has_quantity: range: integer inlined: false # Fixed invalid inline for primitive type multivalued: true required: false has_measurement_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: "['*']"