Skip to content

Commit 25cd988

Browse files
committed
Add pid to media_resources
1 parent 6952db0 commit 25cd988

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

ebucore/amagi_ebucoreExtension.rdf

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,16 @@
155155
</rdf:Description>
156156
<rdf:Description rdf:about="https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#pid">
157157
<rdfs:label xml:lang="en">Pid</rdfs:label>
158-
<rdfs:comment xml:lang="en">The pid of the media resource.</rdfs:comment>
158+
<rdfs:comment xml:lang="en">The pid of the audio track, video track or subtitle track.</rdfs:comment>
159+
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
160+
<rdfs:domain rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#SubtitleTrack"/>
161+
<rdfs:domain rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#VideoTrack"/>
162+
<rdfs:domain rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioTrack"/>
163+
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
164+
</rdf:Description>
165+
<rdf:Description rdf:about="https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#pcrPid">
166+
<rdfs:label xml:lang="en">Pcr Pid</rdfs:label>
167+
<rdfs:comment xml:lang="en">The pcr pid of the media resource.</rdfs:comment>
159168
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
160169
<rdfs:domain rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource"/>
161170
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>

ebucore/amagi_ebucoreExtension.ttl

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,9 +1008,16 @@
10081008
rdfs:comment "Publisher asset IDs for associated assets."@en ;
10091009
rdfs:label "Has Associated Entities"@en .
10101010

1011-
<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#pid>
1011+
<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#pcrPid>
10121012
rdf:type rdf:Property ;
10131013
rdfs:domain ebucore:MediaResource ;
10141014
rdfs:range <http://www.w3.org/2001/XMLSchema#integer> ;
1015-
rdfs:comment "The pid of the media resource."@en ;
1015+
rdfs:comment "The pcr pid of the media resource."@en ;
1016+
rdfs:label "Pcr Pid"@en .
1017+
1018+
<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#pid>
1019+
rdf:type rdf:Property ;
1020+
rdfs:domain ebucore:AudioTrack, ebucore:VideoTrack, ebucore:SubtitleTrack;
1021+
rdfs:range <http://www.w3.org/2001/XMLSchema#integer> ;
1022+
rdfs:comment "The pid of the audio track, video track or subtitle track."@en ;
10161023
rdfs:label "Pid"@en .

0 commit comments

Comments
 (0)