63 lines
1.4 KiB
YAML
63 lines
1.4 KiB
YAML
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_author
|
|
- ../slots/has_content
|
|
classes:
|
|
Comment:
|
|
class_uri: schema:Comment
|
|
description: 'A comment or annotation on content.
|
|
|
|
|
|
**USAGE**:
|
|
|
|
Used for:
|
|
|
|
- Video comments
|
|
|
|
- Review comments
|
|
|
|
- Annotations
|
|
|
|
'
|
|
slots:
|
|
- has_content
|
|
- has_author
|
|
slot_usage:
|
|
has_content:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
required: true
|
|
examples:
|
|
- value:
|
|
has_description: Great video about the collection!
|
|
has_author:
|
|
range: Author
|
|
inlined: true
|
|
required: false
|
|
examples:
|
|
- value:
|
|
has_name: Visitor123
|
|
- value:
|
|
has_name: MuseumFan2024
|
|
identified_by: 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_content:
|
|
has_description: Great video about the collection!
|
|
has_author:
|
|
has_name: Visitor123
|
|
comment_date: '2025-01-14T10:30:00Z'
|