From 2105ef6f6875f0c51c0e3aa0d391a63d08aa1b58 Mon Sep 17 00:00:00 2001 From: allwindsouza Date: Wed, 29 Jul 2026 12:30:05 +0530 Subject: [PATCH] Add preprocessType property to MediaResource New RDF property ebucoreext:preprocessType scoped to ebucore:MediaResource. Stores the preprocessing workflow type applied to a media resource before ingestion (e.g., hard_segment, m3u8_to_ts). Co-Authored-By: Claude Sonnet 4.6 --- ebucore/amagi_ebucoreExtension.rdf | 7 +++++++ ebucore/amagi_ebucoreExtension.ttl | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/ebucore/amagi_ebucoreExtension.rdf b/ebucore/amagi_ebucoreExtension.rdf index 723d547..1b5b32f 100644 --- a/ebucore/amagi_ebucoreExtension.rdf +++ b/ebucore/amagi_ebucoreExtension.rdf @@ -914,4 +914,11 @@ + + Preprocess Type + The type of preprocessing applied to the media resource before ingestion (e.g., hard_segment, m3u8_to_ts). + + + + diff --git a/ebucore/amagi_ebucoreExtension.ttl b/ebucore/amagi_ebucoreExtension.ttl index e377961..def2dbe 100644 --- a/ebucore/amagi_ebucoreExtension.ttl +++ b/ebucore/amagi_ebucoreExtension.ttl @@ -1015,6 +1015,13 @@ rdfs:comment "The pcr pid of the media resource."@en ; rdfs:label "Pcr Pid"@en . + + rdf:type rdf:Property ; + rdfs:domain ebucore:MediaResource ; + rdfs:range ; + rdfs:comment "The type of preprocessing applied to the media resource before ingestion (e.g., hard_segment, m3u8_to_ts)."@en ; + rdfs:label "Preprocess Type"@en . + rdf:type rdf:Property ; rdfs:domain ebucore:AudioTrack, ebucore:VideoTrack, ebucore:SubtitleTrack;