From f5d4d67f685ce20daa098ba7ab24058720ca1468 Mon Sep 17 00:00:00 2001 From: allwindsouza Date: Fri, 4 Sep 2026 11:50:57 +0530 Subject: [PATCH] Add amg_ext:applyTo property to CoverageRestrictions Defines the new amg_ext:applyTo RDF property on ebucore:CoverageRestrictions to express which entity type (PublicationChannel or Platform) a root-level coverage restriction should be broadcast onto. Values are full type URIs. 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 7ff40d5..6a246dd 100644 --- a/ebucore/amagi_ebucoreExtension.rdf +++ b/ebucore/amagi_ebucoreExtension.rdf @@ -956,4 +956,11 @@ OverlayGraphic + + applyTo + Specifies the entity type (PublicationChannel or Platform) that a root-level coverage restriction should be broadcast onto. Values are full type URIs. + + + + diff --git a/ebucore/amagi_ebucoreExtension.ttl b/ebucore/amagi_ebucoreExtension.ttl index 64366c1..8cceea9 100644 --- a/ebucore/amagi_ebucoreExtension.ttl +++ b/ebucore/amagi_ebucoreExtension.ttl @@ -261,6 +261,13 @@ rdfs:label "maxPublicationEvents"@en ; rdfs:comment "To express restriction on the maximum number of publication events for an asset in a given date range."@en . + + rdf:type rdf:Property ; + rdfs:range ; + rdfs:domain ; + rdfs:label "applyTo"@en ; + rdfs:comment "Specifies the entity type (PublicationChannel or Platform) that a root-level coverage restriction should be broadcast onto. Values are full type URIs."@en . + rdf:type rdf:Property ; rdfs:range ;