From e8ba17f49bd55c979fe9e4d63b7a2ffe07b5001b Mon Sep 17 00:00:00 2001 From: allwindsouza Date: Wed, 13 May 2026 12:03:10 +0530 Subject: [PATCH] feat: add hasAssociatedEntities field Co-Authored-By: Claude Sonnet 4.6 --- ebucore/amagi_ebucoreExtension.rdf | 7 +++++++ ebucore/amagi_ebucoreExtension.ttl | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ebucore/amagi_ebucoreExtension.rdf b/ebucore/amagi_ebucoreExtension.rdf index 7474cbf..4a59bb7 100644 --- a/ebucore/amagi_ebucoreExtension.rdf +++ b/ebucore/amagi_ebucoreExtension.rdf @@ -870,4 +870,11 @@ OverlayGraphic + + Has Associated Entities + Publisher asset IDs for associated assets. + + + + diff --git a/ebucore/amagi_ebucoreExtension.ttl b/ebucore/amagi_ebucoreExtension.ttl index 8b106b1..e51901c 100644 --- a/ebucore/amagi_ebucoreExtension.ttl +++ b/ebucore/amagi_ebucoreExtension.ttl @@ -999,4 +999,11 @@ rdfs:domain ; rdfs:range ; rdfs:comment "The content type of the template asset."@en ; - rdfs:label "Template Content Type"@en . \ No newline at end of file + rdfs:label "Template Content Type"@en . + + + rdf:type rdf:Property ; + rdfs:domain ; + rdfs:range ; + rdfs:comment "Publisher asset IDs for associated assets."@en ; + rdfs:label "Has Associated Entities"@en . \ No newline at end of file