glam/schemas/20251121/linkml/modules/classes/Source.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

72 lines
No EOL
2.5 KiB
YAML

id: https://nde.nl/ontology/hc/class/Source
name: source_class
title: Source class
description: Represents a source or origin from which data, content, or information was derived. This generic class can be subtyped for specific domains (ChapterSource, DataSource, etc.).
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_or_had_description
- ../slots/has_or_had_label
- ../slots/has_or_had_type
default_prefix: hc
classes:
Source:
class_uri: prov:Entity
description: A source from which something was derived or generated. Can represent manual creation, automated generation, external services, or imported data. Subclasses may specialize for specific domains.
exact_mappings:
- prov:Entity
- dcterms:source
close_mappings:
- schema:CreativeWork
slots:
- has_or_had_type
- has_or_had_label
- has_or_had_description
slot_usage:
has_or_had_type:
range: uriorcurie
required: false
has_or_had_label:
range: string
required: false
has_or_had_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: "['*']"
examples:
- value:
has_or_had_type: MANUAL
has_or_had_label: Creator-defined chapters
has_or_had_description: Chapters manually defined in video description
- value:
has_or_had_type: YOUTUBE_AI
has_or_had_label: YouTube Auto-Chapters
has_or_had_description: AI-generated chapter markers from YouTube
- value:
has_or_had_type: WHISPER_CHAPTERS
has_or_had_label: Whisper Transcript Analysis
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_or_had_type: YOUTUBE_AI
has_or_had_label: YouTube Auto-Chapters