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 @@ -870,4 +870,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#hasAssociatedEntities">
<rdfs:label xml:lang="en">Has Associated Entities</rdfs:label>
<rdfs:comment xml:lang="en">Publisher asset IDs for associated assets.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Asset"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
</rdf:Description>
</rdf:RDF>
9 changes: 8 additions & 1 deletion ebucore/amagi_ebucoreExtension.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -999,4 +999,11 @@
rdfs:domain <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Asset> ;
rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
rdfs:comment "The content type of the template asset."@en ;
rdfs:label "Template Content Type"@en .
rdfs:label "Template Content Type"@en .

<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#hasAssociatedEntities>
rdf:type rdf:Property ;
rdfs:domain <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Asset> ;
rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
rdfs:comment "Publisher asset IDs for associated assets."@en ;
rdfs:label "Has Associated Entities"@en .
Loading