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 @@ -377,6 +377,13 @@
<rdfs:label xml:lang="en">Live Ingest Template ID</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
</rdf:Description>
<rdf:Description rdf:about="https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#defaultLiveIngestTemplateId">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event"/>
<rdfs:comment xml:lang="en">The default ingest template to use when acquiring a live feed. Must be one of the values in liveIngestTemplateId.</rdfs:comment>
<rdfs:label xml:lang="en">Default Live Ingest Template ID</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
</rdf:Description>
<rdf:Description rdf:about="https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#graphicParams">
<rdfs:domain rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Asset"/>
<rdfs:comment xml:lang="en">A json string that contains the graphic parameters.</rdfs:comment>
Expand Down
7 changes: 7 additions & 0 deletions ebucore/amagi_ebucoreExtension.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,13 @@
rdfs:domain <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event> ;
rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#defaultLiveIngestTemplateId>
rdf:type rdf:Property ;
rdfs:label "Default Live Ingest Template ID"@en ;
rdfs:comment "The default ingest template to use when acquiring a live feed. Must be one of the values in liveIngestTemplateId."@en ;
rdfs:domain <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event> ;
rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#liveIngestUri>
rdf:type rdf:Property ;
rdfs:label "Live Ingest URI"@en ;
Expand Down
Loading