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 @@ -914,4 +914,11 @@
<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:Description rdf:about="https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#preprocessType">
<rdfs:label xml:lang="en">Preprocess Type</rdfs:label>
<rdfs:comment xml:lang="en">The type of preprocessing applied to the media resource before ingestion (e.g., hard_segment, m3u8_to_ts).</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#MediaResource"/>
<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 @@ -1015,6 +1015,13 @@
rdfs:comment "The pcr pid of the media resource."@en ;
rdfs:label "Pcr Pid"@en .

<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#preprocessType>
rdf:type rdf:Property ;
rdfs:domain ebucore:MediaResource ;
rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
rdfs:comment "The type of preprocessing applied to the media resource before ingestion (e.g., hard_segment, m3u8_to_ts)."@en ;
rdfs:label "Preprocess Type"@en .

<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#pid>
rdf:type rdf:Property ;
rdfs:domain ebucore:AudioTrack, ebucore:VideoTrack, ebucore:SubtitleTrack;
Expand Down
Loading