- Added new aliases for existing slots to improve clarity and usability, including: - has_deadline: has_embargo_end_date - has_extent: has_extent_text - has_fonds: has_fond - has_laboratory: conservation_lab - has_language: has_iso_code639_1, has_iso_code639_3 - has_legal_basis: legal_basis - has_light_exposure: max_light_lux - has_measurement_unit: has_unit - has_note: has_custodian_observation - has_occupation: occupation - has_operating_hours: has_operating_hours - has_position: position - has_quantity: has_artwork_count, link_count - has_roadmap: review_date - has_skill: skill - has_speaker: speaker_label - has_specification: specification_url - has_statement: rights_statement_url, rights_statement - has_type: custodian_only - has_user_category: serves_visitors_only - hold_record_set: record_count - identified_by: has_index_number - in_period: has_period - in_place: has_place - in_series: has_series - measure: has_measurement - measured_on: measurement_date - organized_by: has_organizer - originate_from: has_origin - part_of: suborganization_of - published_on: has_publication_date - receive_investment: has_investment - related_to: connection_heritage_type - require: preservation_requirement - safeguarded_by: current_keeper, record_holder_note - state: states_or_stated - take_comission: takes_or_took_comission - take_place_at: takes_or_took_place_at - transmit_through: transmits_or_transmitted_through - warrant: warrants_or_warranted - Introduced a new slot definition for evaluated_through to capture evaluation methodologies and review statuses.
172 lines
4.5 KiB
YAML
172 lines
4.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/AudioEventSegment
|
|
name: audio_event_segment_class
|
|
title: Audio Event Segment Class
|
|
description: 'A temporal segment of audio containing a detected audio event (speech,
|
|
music, silence, etc.).
|
|
|
|
|
|
MIGRATED from audio_event_segments slot (Rule 53).
|
|
|
|
Uses generic has_segment slot with range narrowed to AudioEventSegment.
|
|
|
|
'
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/AudioEventTypeEnum
|
|
- ../slots/has_score
|
|
- ../slots/has_time_interval
|
|
- ../slots/has_type
|
|
- ../slots/generated_by
|
|
- ../slots/indexed_as
|
|
- ../slots/has_text
|
|
- ../slots/begin_of_the_begin
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
oa: http://www.w3.org/ns/oa#
|
|
ma: http://www.w3.org/ns/ma-ont#
|
|
default_prefix: hc
|
|
classes:
|
|
AudioEventSegment:
|
|
class_uri: hc:AudioEventSegment
|
|
description: 'A temporal segment of audio containing a detected audio event.
|
|
|
|
|
|
**DEFINITION**:
|
|
|
|
|
|
AudioEventSegment represents a bounded temporal portion of audio content
|
|
|
|
where a specific type of audio event has been detected. This includes:
|
|
|
|
- Speech segments (with optional speaker/language info)
|
|
|
|
- Music segments (with optional genre/type info)
|
|
|
|
- Silence segments (gaps between audio)
|
|
|
|
- Sound event segments (applause, laughter, ambient sounds)
|
|
|
|
- Noise segments (for quality assessment)
|
|
|
|
|
|
**RELATIONSHIP TO VideoTimeSegment**:
|
|
|
|
|
|
AudioEventSegment is a specialized sibling of VideoTimeSegment:
|
|
|
|
- Both extend CIDOC-CRM E52_Time-Span concept
|
|
|
|
- VideoTimeSegment: general video temporal segments
|
|
|
|
- AudioEventSegment: audio-specific event segments
|
|
|
|
|
|
**AUDIO EVENT TYPES**:
|
|
|
|
|
|
| Event Type | Description | Example |
|
|
|
|
|------------|-------------|---------|
|
|
|
|
| SPEECH | Human speech detected | Interview segment |
|
|
|
|
| MUSIC | Music detected | Background soundtrack |
|
|
|
|
| SILENCE | Very low or no audio | Gap between segments |
|
|
|
|
| SOUND_EVENT | Non-speech/music sounds | Applause, footsteps |
|
|
|
|
| NOISE | Noise/interference | Quality issue marker |
|
|
|
|
| MIXED | Multiple event types | Overlapping audio |
|
|
|
|
|
|
**HERITAGE USE CASES**:
|
|
|
|
|
|
| Content Type | Application |
|
|
|
|
|--------------|-------------|
|
|
|
|
| Oral histories | Speech segment identification |
|
|
|
|
| Virtual tours | Background music detection |
|
|
|
|
| Lecture recordings | Audience reaction segments |
|
|
|
|
| Conservation videos | Narration vs ambient sound |
|
|
|
|
| Archival footage | Audio quality assessment |
|
|
|
|
|
|
**PROVENANCE**:
|
|
|
|
|
|
Created as part of slot migration (Rule 53) from deprecated
|
|
|
|
`audio_event_segments` slot to generic `has_segment` pattern.
|
|
|
|
'
|
|
exact_mappings:
|
|
- hc:AudioEventSegment
|
|
close_mappings:
|
|
- crm:E52_Time-Span
|
|
- ma:MediaFragment
|
|
related_mappings:
|
|
- oa:FragmentSelector
|
|
slots:
|
|
- has_time_interval
|
|
- indexed_as
|
|
- has_text
|
|
- generated_by
|
|
- has_type
|
|
- has_score
|
|
- begin_of_the_begin
|
|
- begin_of_the_begin
|
|
slot_usage:
|
|
has_type:
|
|
range: AudioEventTypeEnum
|
|
required: true
|
|
examples:
|
|
- value: SPEECH
|
|
- value: MUSIC
|
|
has_time_interval:
|
|
range: TimeInterval
|
|
required: true
|
|
inlined: true
|
|
examples:
|
|
- value: null
|
|
has_text:
|
|
# range: string
|
|
required: false
|
|
examples:
|
|
- value: Welcome to the Rijksmuseum
|
|
- value: Classical background music
|
|
generated_by:
|
|
range: GenerationEvent
|
|
required: false
|
|
inlined: true
|
|
description: 'Generation event containing confidence score for audio event
|
|
detection. MIGRATED 2026-01-19: Replaces confidence slot with structured
|
|
pattern.'
|
|
examples:
|
|
- value:
|
|
has_score:
|
|
has_score: 0.95
|
|
has_method: audio_classification
|
|
comments:
|
|
- Audio event segment for speech, music, silence, sound event detection
|
|
- Temporal boundaries with start/end seconds (primary) and ISO 8601 (secondary)
|
|
- Confidence scoring for AI-generated detections
|
|
- Part of Rule 53 slot migration from audio_event_segments
|
|
see_also:
|
|
- https://www.w3.org/TR/media-frags/
|
|
- https://www.w3.org/ns/ma-ont
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|