id: https://nde.nl/ontology/hc/class/Comment name: Comment title: Comment prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ schema: http://schema.org/ default_prefix: hc imports: - linkml:types - ../slots/has_or_had_author - ../slots/has_or_had_content classes: Comment: class_uri: schema:Comment description: 'A comment or annotation on content. **USAGE**: Used for: - Video comments - Review comments - Annotations ' slots: - has_or_had_content - has_or_had_author slot_usage: has_or_had_content: range: string inlined: true required: true examples: - value: has_or_had_description: Great video about the collection! has_or_had_author: range: Author inlined: true required: false examples: - value: has_or_had_name: Visitor123 - value: has_or_had_name: MuseumFan2024 has_or_had_identifier: https://youtube.com/channel/UC123 exact_mappings: - schema:Comment annotations: specificity_score: '0.35' specificity_rationale: Low specificity - comments are common web concept. custodian_types: '[''*'']' examples: - value: has_or_had_content: has_or_had_description: Great video about the collection! has_or_had_author: has_or_had_name: Visitor123 comment_date: '2025-01-14T10:30:00Z'