- Deleted the `rights_statement_url` slot definition as it is no longer needed. - Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments. - Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions. - Enhanced the `require` slot with additional aliases for better usability. - Improved documentation and comments across all slot definitions to clarify their purpose and usage.
42 lines
1,011 B
YAML
42 lines
1,011 B
YAML
id: https://nde.nl/ontology/hc/class/EngagementMetric
|
|
name: EngagementMetric
|
|
title: Engagement Metric Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/20260202_matang/has_type
|
|
- ../slots/20260202_matang/has_measurement_unit
|
|
- ../slots/20260202_matang/has_value
|
|
classes:
|
|
EngagementMetric:
|
|
class_uri: schema:InteractionCounter
|
|
description: >-
|
|
Structured representation of an engagement metric (e.g. Rate, Likes, Shares).
|
|
|
|
**Ontology Alignment**:
|
|
- **Primary**: `schema:InteractionCounter`
|
|
|
|
slots:
|
|
- has_type
|
|
- has_value
|
|
- has_unit
|
|
|
|
slot_usage:
|
|
has_type:
|
|
# range: string
|
|
has_value:
|
|
range: decimal
|
|
has_unit:
|
|
# range: string
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.4
|
|
specificity_rationale: Common digital metric.
|