Skip to content

Commit 901e7e3

Browse files
committedFeb 24, 2025·
Add new properties for EpisodeCollection
1 parent ac67753 commit 901e7e3

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
 

‎ebucore/amagi_ebucoreExtension.rdf

+13
Original file line numberDiff line numberDiff line change
@@ -509,4 +509,17 @@
509509
<rdfs:range rdf:resource="https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#Cuepoint"/>
510510
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
511511
</rdf:Description>
512+
<rdf:Description rdf:about="https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#isChildCollection">
513+
<rdfs:label xml:lang="en">Has Custom Key Value</rdfs:label>
514+
<rdfs:domain rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Asset"/>
515+
<rdfs:comment xml:lang="en">To denote whether a Series/Season can have Collections has its child</rdfs:comment>
516+
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
517+
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
518+
</rdf:Description>
519+
<rdf:Description rdf:about="https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#EpisodeCollection">
520+
<rdfs:subClassOf rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Collection"/>
521+
<rdfs:comment xml:lang="en">Collection object that can be child of series/season</rdfs:comment>
522+
<rdfs:label xml:lang="en">EpisodeCollection</rdfs:label>
523+
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
524+
</rdf:Description>
512525
</rdf:RDF>

‎ebucore/amagi_ebucoreExtension.ttl

+13
Original file line numberDiff line numberDiff line change
@@ -610,3 +610,16 @@
610610
rdfs:comment "Custom keys of an entity"@en ;
611611
rdfs:domain <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Asset> ;
612612
rdfs:label "Has Custom Key Value"@en .
613+
614+
<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#isChildCollection>
615+
rdf:type rdf:Property ;
616+
rdfs:range <http://www.w3.org/2001/XMLSchema#boolean> ;
617+
rdfs:comment "To denote whether a Series/Season can have Collections has its child"@en ;
618+
rdfs:domain <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Asset> ;
619+
rdfs:label "Has Custom Key Value"@en .
620+
621+
<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#EpisodeCollection>
622+
rdf:type rdfs:Class ;
623+
rdfs:label "EpisodeCollection"@en ;
624+
rdfs:comment "Collection object that can be child of series/season"@en ;
625+
rdfs:subClassOf <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Collection> .

0 commit comments

Comments
 (0)
Please sign in to comment.