From b5472d3548f840ffd50a12ecb41d12febaa84f52 Mon Sep 17 00:00:00 2001 From: allwindsouza Date: Thu, 10 Sep 2026 17:59:32 +0530 Subject: [PATCH] feat: add defaultLiveIngestTemplateId property Adds amg_ext:defaultLiveIngestTemplateId (domain: ebucore:Event, range: xsd:string) for selecting the default ingest template from live_ingest_template_ids. 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 6a246dd..3a9554c 100644 --- a/ebucore/amagi_ebucoreExtension.rdf +++ b/ebucore/amagi_ebucoreExtension.rdf @@ -377,6 +377,13 @@ Live Ingest Template ID + + + + The default ingest template to use when acquiring a live feed. Must be one of the values in liveIngestTemplateId. + Default Live Ingest Template ID + + A json string that contains the graphic parameters. diff --git a/ebucore/amagi_ebucoreExtension.ttl b/ebucore/amagi_ebucoreExtension.ttl index 8cceea9..2c0bfd3 100644 --- a/ebucore/amagi_ebucoreExtension.ttl +++ b/ebucore/amagi_ebucoreExtension.ttl @@ -726,6 +726,13 @@ rdfs:domain ; rdfs:range . + + rdf:type rdf:Property ; + rdfs:label "Default Live Ingest Template ID"@en ; + rdfs:comment "The default ingest template to use when acquiring a live feed. Must be one of the values in liveIngestTemplateId."@en ; + rdfs:domain ; + rdfs:range . + rdf:type rdf:Property ; rdfs:label "Live Ingest URI"@en ;