Skip to content

Add amg_ext:applyTo property to CoverageRestrictions - #220

Merged
allwindsouza merged 1 commit into
mainfrom
add-apply-to-coverage-restriction
Sep 4, 2026
Merged

allwindsouza merged 1 commit into
mainfrom
add-apply-to-coverage-restriction

Conversation

@allwindsouza

@allwindsouza allwindsouza commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Jira: FAME-460 — Support for root level license in CSV/MRSS ingestion

Summary

  • Adds amg_ext:applyTo property to amagi_ebucoreExtension.ttl and amagi_ebucoreExtension.rdf
  • Domain: ebucore:CoverageRestrictions, Range: xsd:anyURI
  • Used on root-level ebucore:hasCoverageRestrictions blank nodes to express which entity type (PublicationChannel / Platform) the coverage should be broadcast onto by CMW

RDF example

ebucore:hasCoverageRestrictions [ a ebucore:CoverageRestrictions ;
  ebucore:rightsStartDateTime "2026-02-01T00:00:00Z" ;
  amg_ext:applyTo "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationChannel" ] .

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 <noreply@anthropic.com>
@allwindsouza
allwindsouza merged commit 230b1b3 into main Sep 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants