glam/schemas/20251121/linkml/modules/classes/SnapshotPath.yaml
kempersc 5c0ad546d4 Refactor social media schema classes for improved clarity and structure
- Updated SocialMediaPostType.yaml:
  - Renamed class and title for consistency.
  - Simplified description to focus on controlled vocabulary.
  - Adjusted slot definitions and removed duplicates.
  - Enhanced comments for better understanding of class purpose.

- Modified SocialMediaProfile.yaml:
  - Added a reference to Twitter in the see_also section.
  - Preserved prior description in notes for context.

- Revised VideoAudioAnnotation.yaml:
  - Updated description to clarify the purpose of audio annotations.
  - Added multilingual alt_descriptions and structured_aliases.
  - Streamlined slot definitions and removed duplicates.

- Enhanced VideoPost.yaml:
  - Added multilingual alt_descriptions and structured_aliases.
  - Clarified description to highlight video-specific properties.
  - Updated slot definitions for better clarity and consistency.

- Updated VideoSubtitle.yaml:
  - Preserved prior description in notes for context.

- Revised VideoTranscript.yaml:
  - Preserved prior description in notes for context.
2026-02-16 01:15:37 +01:00

31 lines
881 B
YAML

id: https://nde.nl/ontology/hc/class/SnapshotPath
name: SnapshotPath
title: Snapshot Path
description: >-
A file path or URI pointing to a stored snapshot (e.g., an HTML snapshot).
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_label
classes:
SnapshotPath:
class_uri: linkml:Any
description: Path or URI to a stored snapshot.
comments:
- Migration note (Rule 53): created to replace legacy html_snapshot_path usage.
- Use for local filesystem paths or URIs that point to archived HTML/PDF snapshots.
slots:
- has_label
- has_description
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class.
custodian_types: '["*"]'