glam/schemas/20251121/linkml/modules/classes/Source.yaml
kempersc 92c79067cd Refactor time-related classes and descriptions for clarity and consistency
- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding.
- Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes.
- Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions.
- Improved comments and modeling notes in VariantTypes to clarify usage and examples.
- General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
2026-02-16 13:49:40 +01:00

74 lines
2.3 KiB
YAML

id: https://nde.nl/ontology/hc/class/Source
name: Source
title: Source
description: Source or origin from which data, content, or information was derived.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_label
- ../slots/has_type
default_prefix: hc
classes:
Source:
class_uri: prov:Entity
description: Source entity used for provenance tracking (manual, automated, or external).
close_mappings:
- dcterms:source
- schema:CreativeWork
slots:
- has_type
- has_label
- has_description
slot_usage:
has_type:
# range: string # uriorcurie
required: false
has_label:
# range: string
required: false
has_description:
# range: string
required: false
annotations:
specificity_score: 0.2
specificity_rationale: Generic provenance concept. Sources are fundamental to data quality tracking across all heritage domains.
custodian_types: "['*']"
comments:
- Subclass to specialize by domain (e.g., ChapterSource for chapter generation provenance).
examples:
- value:
has_type: MANUAL
has_label: Creator-defined chapters
has_description: Chapters manually defined in video description
- value:
has_type: YOUTUBE_AI
has_label: YouTube Auto-Chapters
has_description: AI-generated chapter markers from YouTube
- value:
has_type: WHISPER_CHAPTERS
has_label: Whisper Transcript Analysis
broad_mappings:
- prov:Entity
ChapterSource:
is_a: Source
class_uri: hc:ChapterSource
description: Source or method that created video chapters. Specializes Source for video chapter generation provenance.
annotations:
specificity_score: 0.75
specificity_rationale: Specific to video chapter generation domain.
custodian_types: "['*']"
examples:
- value:
has_type: YOUTUBE_AI
has_label: YouTube Auto-Chapters