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
8 changes: 8 additions & 0 deletions ebucore/amagi_ebucoreExtension.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<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#systemTag">
<rdfs:label xml:lang="en">System Tag</rdfs:label>
<skos:definition xml:lang="en">A repeatable system-managed tag associated with a subtitling resource. This property is distinct from ebucore:tag, which remains reserved for user tags.</skos:definition>
<rdfs:comment xml:lang="en">To provide a list of system tags for a subtitling resource.</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#Subtitling"/>
<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#userDefinedFps">
<rdfs:label xml:lang="en">User Defined Frame Rate</rdfs:label>
<rdfs:domain rdf:resource="http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Asset"/>
Expand Down
8 changes: 8 additions & 0 deletions ebucore/amagi_ebucoreExtension.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,14 @@
rdfs:comment "Specifies if the subtitle timecode is with dropframe."@en ;
rdfs:label "Is DropFrame Timecode"@en .

<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#systemTag>
rdf:type rdf:Property ;
rdfs:domain ebucore:Subtitling ;
rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
rdfs:comment "To provide a list of system tags for a subtitling resource."@en ;
skos:definition "A repeatable system-managed tag associated with a subtitling resource. This property is distinct from ebucore:tag, which remains reserved for user tags."@en ;
rdfs:label "System Tag"@en .

<https://metadata.amagi.tv/ebu/amagi_ebucoreExtension#isPrimary>
rdf:type rdf:Property ;
rdfs:domain ebucore:MediaResource ;
Expand Down
Loading