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 ;