File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 509
509
<rdfs : range rdf : resource =" https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#Cuepoint" />
510
510
<rdf : type rdf : resource =" http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" />
511
511
</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 >
512
525
</rdf : RDF >
Original file line number Diff line number Diff line change 610
610
rdfs:comment " Custom keys of an entity" @en ;
611
611
rdfs:domain <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Asset> ;
612
612
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> .
You can’t perform that action at this time.
0 commit comments