id: https://nde.nl/ontology/hc/class/Image name: image_class title: Image Class prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ schema: http://schema.org/ foaf: http://xmlns.com/foaf/0.1/ dcterms: http://purl.org/dc/terms/ imports: - linkml:types - ../slots/has_label - ../slots/has_url default_prefix: hc classes: Image: class_uri: schema:ImageObject description: 'Represents a visual image with URL and metadata. **PURPOSE**: Image provides structured representation for visual content including: - Thumbnail images for cards/previews - Collection representative images - Institutional logos and branding - Digital object reproductions **ONTOLOGY ALIGNMENT**: | Ontology | Mapping | Rationale | |----------|---------|-----------| | Schema.org | schema:ImageObject | Primary class for images | | FOAF | foaf:Image | Alternative image class | **USE CASES**: - Card preview thumbnails (card_image_url migration) - Collection highlight images - Object photographs MIGRATED 2026-01-22: Created per slot_fixes.yaml revision for card_image_url.' exact_mappings: - schema:ImageObject - foaf:Image slots: - has_url - has_label slot_usage: has_url: range: uri required: true inlined: false # Fixed invalid inline for primitive type has_label: # range: string required: false inlined: false # Fixed invalid inline for primitive type examples: - value: has_url: has_value: https://example.org/images/card_thumb.jpg has_label: has_text: Collection preview thumbnail - value: has_url: has_value: https://museum.nl/logo.svg annotations: specificity_score: 0.35 specificity_rationale: Images are broadly useful across heritage contexts for visual representation. custodian_types: '[''*'']'