Skip to content
Open
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
10 changes: 10 additions & 0 deletions skos/amagi_ebu_PartTypeCS.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<dct:title xml:lang="en">EBU Based SKOS Classification Scheme for Part Types</dct:title>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>
<rdf:Description rdf:about="https://metadata.amagi.tv/skos/amagi_ebu_PartTypeCS#_8">
<skos:note>Valid</skos:note>
<skos:historyNote>2026-09-25</skos:historyNote>
<skos:changeNote></skos:changeNote>
<skos:inScheme rdf:resource="https://metadata.amagi.tv/skos/amagi_ebu_PartTypeCS"/>
<skos:definition xml:lang="en">Part type corresponding to a Dynamic Brand Insertion (DBI) segment within program content, typically used for in-content advertising markers</skos:definition>
<skos:prefLabel xml:lang="en">DBI</skos:prefLabel>
<rdf:type rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Part_Type"/>
</rdf:Description>
<rdf:Description rdf:about="https://metadata.amagi.tv/skos/amagi_ebu_PartTypeCS#_7">
<skos:note>Valid</skos:note>
<skos:historyNote>2024-05-01</skos:historyNote>
Expand All @@ -36,6 +45,7 @@
<rdf:type rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Part_Type"/>
</rdf:Description>
<rdf:Description rdf:about="https://metadata.amagi.tv/skos/amagi_ebu_PartTypeCS">
<skos:hasTopConcept rdf:resource="https://metadata.amagi.tv/skos/amagi_ebu_PartTypeCS#_8"/>
<skos:hasTopConcept rdf:resource="https://metadata.amagi.tv/skos/amagi_ebu_PartTypeCS#_7"/>
<skos:hasTopConcept rdf:resource="https://metadata.amagi.tv/skos/amagi_ebu_PartTypeCS#_6"/>
<skos:hasTopConcept rdf:resource="https://metadata.amagi.tv/skos/amagi_ebu_PartTypeCS#_5"/>
Expand Down
12 changes: 11 additions & 1 deletion skos/amagi_ebu_PartTypeCS.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
skos:hasTopConcept part_type:_4 ;
skos:hasTopConcept part_type:_5 ;
skos:hasTopConcept part_type:_6 ;
skos:hasTopConcept part_type:_7 .
skos:hasTopConcept part_type:_7 ;
skos:hasTopConcept part_type:_8 .

part_type:_1
rdf:type ebucore:Part_Type ;
Expand Down Expand Up @@ -114,3 +115,12 @@ part_type:_7
skos:changeNote "" ;
skos:historyNote "2024-05-01" ;
skos:note "Valid" .

part_type:_8
rdf:type ebucore:Part_Type ;
skos:prefLabel "DBI"@en ;
skos:definition "Part type corresponding to a Dynamic Brand Insertion (DBI) segment within program content, typically used for in-content advertising markers"@en ;
skos:inScheme <https://metadata.amagi.tv/skos/amagi_ebu_PartTypeCS> ;
skos:changeNote "" ;
skos:historyNote "2026-09-25" ;
skos:note "Valid" .
Loading