Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ebucore/amagi_ebucoreExtension.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -956,4 +956,11 @@
<rdfs:label xml:lang="en">OverlayGraphic</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
</rdf:Description>
<rdf:Description rdf:about="https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#applyTo">
<rdfs:label xml:lang="en">applyTo</rdfs:label>
<rdfs:comment xml:lang="en">Specifies the entity type (PublicationChannel or Platform) that a root-level coverage restriction should be broadcast onto. Values are full type URIs.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#CoverageRestrictions"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
</rdf:Description>
</rdf:RDF>
7 changes: 7 additions & 0 deletions ebucore/amagi_ebucoreExtension.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#applyTo>
rdf:type rdf:Property ;
rdfs:range <http://www.w3.org/2001/XMLSchema#anyURI> ;
rdfs:domain <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#CoverageRestrictions> ;
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 .

<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#hasPublicationRestrictions>
rdf:type rdf:Property ;
rdfs:range <https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#PublicationRestrictions> ;
Expand Down
Loading