rdf-vocab 0.8.2 → 0.8.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/rdf/vocab.rb +6 -0
- data/lib/rdf/vocab/ebucore.rb +2758 -0
- data/lib/rdf/vocab/nfo.rb +806 -0
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03cc5ab4051340c2aef0c6498963aa46affb850a
|
4
|
+
data.tar.gz: 98937bb4785f76fac45eba0e7fab6cad58a6fbfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 593f63526cc724fdcf2cb115c7a427005b919030a1a38375874e29d5dfdc28750b3c03810b3485dcb1b130f36ea9ba0fdf2bd7a6a1f3a954ce26ac28ec86fd74
|
7
|
+
data.tar.gz: baff8d041e3500b3753d972d6e962ba5cef8dbddef4f9247bb8e587d6a48b872c57f4f9e1609d877438eb98b23d5fb705a03a1d2d8d6199a34d65e6eaf22482d
|
data/README.md
CHANGED
@@ -18,6 +18,7 @@ Common OWL/RDFS Vocabularies for use with Ruby [RDF.rb][]
|
|
18
18
|
* RDF::Vocab::DCMIType - [DCMI Type Vocabulary](http://dublincore.org/documents/dcmi-terms/) (DCMI)
|
19
19
|
* RDF::Vocab::DOAP - [Description of a Project (DOAP) vocabulary](https://github.com/edumbill/doap/wiki) - Alias of `RDF::DOAP`
|
20
20
|
* RDF::Vocab::DWC - [Darwin Core](http://rs.tdwg.org/dwc/terms/)
|
21
|
+
* RDF::Vocab::EBUCore - [EBUCore](http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#)
|
21
22
|
* RDF::Vocab::EXIF - [Exif vocabulary workspace](http://www.w3.org/2003/12/exif/) (W3C) - Alias of `RDF::EXIF`
|
22
23
|
* RDF::Vocab::Fcrepo4 - [Fedora Commons Repository 4 Ontology](http://fedora.info/definitions/v4/repository)
|
23
24
|
* RDF::Vocab::FOAF - [Friend of a Friend (FOAF) vocabulary](http://xmlns.com/foaf/spec/) - Alias of `RDF::FOAF`
|
@@ -34,6 +35,7 @@ Common OWL/RDFS Vocabularies for use with Ruby [RDF.rb][]
|
|
34
35
|
* RDF::Vocab::MARCRelators - [MARC Code List for Relators](http://id.loc.gov/vocabulary/relators.html) (LoC)
|
35
36
|
* RDF::Vocab::MO - [Music Ontology](http://musicontology.com) - Alias of `RDF::MO`
|
36
37
|
* RDF::Vocab::MODS - [Metadata Object Description Schema](http://www.loc.gov/standards/mods/) (LoC)
|
38
|
+
* RDF::Vocab::NFO - [NEPOMUK File Ontology](http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#) (NFO)
|
37
39
|
* RDF::Vocab::OA - [Open Annotation Data Model](http://www.w3.org/ns/oa) (W3C)
|
38
40
|
* RDF::Vocab::OG - [Open Graph protocol](http://ogp.me) - Alias of `RDF::OG`
|
39
41
|
* RDF::Vocab::OGC - [Open Graph protocol classes](http://ogp.me) - Alias of `RDF::OGC`
|
data/lib/rdf/vocab.rb
CHANGED
@@ -35,6 +35,11 @@ module RDF
|
|
35
35
|
source: "etc/dwcterms.rdf",
|
36
36
|
alt_source: "http://rs.tdwg.org/dwc/rdf/dwcterms.rdf"
|
37
37
|
},
|
38
|
+
ebucore: {
|
39
|
+
uri: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#",
|
40
|
+
source: "https://www.ebu.ch/metadata/ontologies/ebucore/ebucore.rdf",
|
41
|
+
class_name: "EBUCore"
|
42
|
+
},
|
38
43
|
edm: {
|
39
44
|
uri: "http://www.europeana.eu/schemas/edm/",
|
40
45
|
source: "http://www.europeana.eu/schemas/edm/rdf/edm.owl"
|
@@ -88,6 +93,7 @@ module RDF
|
|
88
93
|
uri: "http://www.loc.gov/mods/rdf/v1#",
|
89
94
|
source: "http://www.loc.gov/standards/mods/modsrdf/v1/modsrdf.owl"
|
90
95
|
},
|
96
|
+
nfo: {uri: 'http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#'},
|
91
97
|
oa: {
|
92
98
|
uri: "http://www.w3.org/ns/oa#",
|
93
99
|
source: "http://www.openannotation.org/spec/core/20130208/oa.owl"
|
@@ -0,0 +1,2758 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
# This file generated automatically using vocab-fetch from https://www.ebu.ch/metadata/ontologies/ebucore/ebucore.rdf
|
3
|
+
require 'rdf'
|
4
|
+
|
5
|
+
module RDF::Vocab
|
6
|
+
class EBUCore < RDF::StrictVocabulary("http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#")
|
7
|
+
# Class definitions
|
8
|
+
term :AccessConditions,
|
9
|
+
comment: %(The conditions under which content can be accessed.).freeze,
|
10
|
+
label: "Access conditions".freeze,
|
11
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
12
|
+
type: "rdfs:Class".freeze
|
13
|
+
term :Affiliation,
|
14
|
+
comment: %(An Organisation to which a Contact is affiliated \(with period of validity\).).freeze,
|
15
|
+
label: "Affiliation".freeze,
|
16
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Organisation".freeze,
|
17
|
+
type: "rdfs:Class".freeze
|
18
|
+
term :Agent,
|
19
|
+
comment: %(A person / contact or organisation contributing
|
20
|
+
to the media resource.).freeze,
|
21
|
+
label: "Agent".freeze,
|
22
|
+
subClassOf: "foaf:Agent".freeze,
|
23
|
+
type: "rdfs:Class".freeze
|
24
|
+
term :AncillaryData,
|
25
|
+
comment: %(Any ancillary data provided with the content
|
26
|
+
other than captioning and subtitling.).freeze,
|
27
|
+
label: "Ancillary data".freeze,
|
28
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#DataTrack".freeze,
|
29
|
+
type: "rdfs:Class".freeze
|
30
|
+
term :AncillaryDataFormat,
|
31
|
+
comment: %(To define the format of AncillaryData such as
|
32
|
+
legacy data used to be carried in vertical blanking intervals. This is provided as free
|
33
|
+
text in an annotation label or as an identifier pointing to a term in a classification
|
34
|
+
scheme.).freeze,
|
35
|
+
label: "Ancillary data format".freeze,
|
36
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#DataFormat".freeze,
|
37
|
+
type: "rdfs:Class".freeze
|
38
|
+
term :Annotation,
|
39
|
+
comment: %(A set of descriptive or technical metadata.
|
40
|
+
Annotation can also be made in the form of a document or media resource such as an or
|
41
|
+
video audio file . An annotation can exist on its own and be related / associated to
|
42
|
+
other editorial objects or resources.).freeze,
|
43
|
+
label: "Annotation".freeze,
|
44
|
+
subClassOf: "owl:Thing".freeze,
|
45
|
+
type: "rdfs:Class".freeze
|
46
|
+
term :Asset,
|
47
|
+
comment: %(The Class "Asset" is an
|
48
|
+
object to which an identifier will be associated at commissioning. It will serve as a
|
49
|
+
central reference point to manage rights associated to EditorialObjects, Resources,
|
50
|
+
MediaResources or Essences, and PublicationEvents \(distribution and exploitation
|
51
|
+
conditions\).).freeze,
|
52
|
+
label: "Asset".freeze,
|
53
|
+
subClassOf: "owl:Thing".freeze,
|
54
|
+
type: "rdfs:Class".freeze
|
55
|
+
term :AudienceRating,
|
56
|
+
comment: %(The audience by which the Resource can be
|
57
|
+
seen according to ratings like MPAA \(http://en.wikipedia.org/wiki/Motion_picture_rating_system\) or other organisational / national / local standards.).freeze,
|
58
|
+
label: "Audience rating".freeze,
|
59
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rating".freeze,
|
60
|
+
type: "rdfs:Class".freeze
|
61
|
+
term :AudioChannel,
|
62
|
+
comment: %(An audioChannel represents a single sequence of audio samples. It
|
63
|
+
is sub-divided in the time domain into audioBlocks, which is must contain at
|
64
|
+
least one of. The typeDefintion of the audioChannel format specifies the type of
|
65
|
+
audio it is describing, and also determines which parameters are used within its
|
66
|
+
audioBlock children.).freeze,
|
67
|
+
label: "Audio channel".freeze,
|
68
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Essence".freeze,
|
69
|
+
type: "rdfs:Class".freeze
|
70
|
+
term :AudioContent,
|
71
|
+
comment: %(An audioContent defines one component of a programme \(e.g. background
|
72
|
+
music\), its association with an audioGroup \(e.g. a 2.0 audioPackFormat of
|
73
|
+
audioChannelFormats for stereo reproduction\), its association with an
|
74
|
+
audioStreamFormat, and its set of loudness parameters.).freeze,
|
75
|
+
label: "Audio content".freeze,
|
76
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioProgramme".freeze,
|
77
|
+
type: "rdfs:Class".freeze
|
78
|
+
term :AudioEncodingFormat,
|
79
|
+
comment: %(The encoding format for the audio.).freeze,
|
80
|
+
label: "Audio encoding format".freeze,
|
81
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EncodingFormat".freeze,
|
82
|
+
type: "rdfs:Class".freeze
|
83
|
+
term :AudioFormat,
|
84
|
+
comment: %(The technical characteristics of an
|
85
|
+
AudioResource such as the sampleRate. This is provided as free text in an annotation
|
86
|
+
label or as an identifier pointing to a term in a classification scheme e.g.
|
87
|
+
http://www.ebu.ch/metadata/ontologies/skos/ebu_AudioFormatCodeCS.rdf.).freeze,
|
88
|
+
label: "Audio Format".freeze,
|
89
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
90
|
+
type: "rdfs:Class".freeze
|
91
|
+
term :AudioPackFormat,
|
92
|
+
comment: %(The format of an AudioPack. Examples of audioPackFormats are 'stereo' and '5.1' for channel-based formats.).freeze,
|
93
|
+
label: "Audio pack format".freeze,
|
94
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioFormat".freeze,
|
95
|
+
type: "rdfs:Class".freeze
|
96
|
+
term :AudioProgramme,
|
97
|
+
comment: %(A set of one or more audioContent that derive from the same material,
|
98
|
+
i.e. an audioMultiplex, and the definition of its multiplexed audioContents \(e.g.
|
99
|
+
foreground and commentary, background music\).).freeze,
|
100
|
+
label: "Audio programme".freeze,
|
101
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Programme".freeze,
|
102
|
+
type: "rdfs:Class".freeze
|
103
|
+
term :AudioStream,
|
104
|
+
comment: %(An audioStreamFormat describes a decodable signal - PCM signal or a Dolby E stream for example. It is composed of one or more AudioTracks.).freeze,
|
105
|
+
label: "Audio stream".freeze,
|
106
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Stream".freeze,
|
107
|
+
type: "rdfs:Class".freeze
|
108
|
+
term :AudioStreamFormat,
|
109
|
+
comment: %(The format of an AudioStream, e.g. PCM_FrontLeft or Dolby E.).freeze,
|
110
|
+
label: "Audio stream format".freeze,
|
111
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioFormat".freeze,
|
112
|
+
type: "rdfs:Class".freeze
|
113
|
+
term :AudioTrack,
|
114
|
+
comment: [%(An audioTrack is the basic audio data container of a medium. Attribute is
|
115
|
+
an unambiguous reference to this container in a given medium.).freeze, %(Represents a physical container or carrier to hold an audio stream. This
|
116
|
+
should be usually defined by many attributes such as ID, format \(e.g. 48 kHz/24
|
117
|
+
bits\), linkage information \(e.g. odd/even\)…).freeze, %(An audioTrack object defines a component of an audioStream.
|
118
|
+
A single set of samples or data in the storage medium.).freeze],
|
119
|
+
label: "Audio track".freeze,
|
120
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Track".freeze,
|
121
|
+
type: "rdfs:Class".freeze
|
122
|
+
term :AudioTrackFormat,
|
123
|
+
comment: %(The format of an AudioTrack e.g. PCM_FrontLeft.).freeze,
|
124
|
+
label: "Audio track format".freeze,
|
125
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioFormat".freeze,
|
126
|
+
type: "rdfs:Class".freeze
|
127
|
+
term :Brand,
|
128
|
+
comment: %(A group of EditorialObjects having a Brand as a
|
129
|
+
common denominator).freeze,
|
130
|
+
label: "Brand".freeze,
|
131
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Group".freeze,
|
132
|
+
type: "rdfs:Class".freeze
|
133
|
+
term :BusinessObject,
|
134
|
+
comment: %(An image, a document, an annotation
|
135
|
+
\(descriptive textual metadata or audio/video tag\), a tag \(time related in audiovisual
|
136
|
+
media resources\), or an audiovisual media resource \(optionally composed of one or more
|
137
|
+
fragment / part and / or audio, video data tracks\). Other types of BusinessObjects may
|
138
|
+
be defined as subclasses.).freeze,
|
139
|
+
label: "Business Object".freeze,
|
140
|
+
subClassOf: "owl:Thing".freeze,
|
141
|
+
type: "rdfs:Class".freeze
|
142
|
+
term :Captioning,
|
143
|
+
comment: %(To signal the presence of hard of hearing
|
144
|
+
captioning.).freeze,
|
145
|
+
label: "Captioning".freeze,
|
146
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#DataTrack".freeze,
|
147
|
+
type: "rdfs:Class".freeze
|
148
|
+
term :CaptioningFormat,
|
149
|
+
comment: %(To define the format of captioning.
|
150
|
+
Captioning's main use isfor hard of hearing transcription. This is provided as
|
151
|
+
free text in an annotation label or as an identifier pointing to a term in a
|
152
|
+
classification scheme.).freeze,
|
153
|
+
label: "Captioning format".freeze,
|
154
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#DataFormat".freeze,
|
155
|
+
type: "rdfs:Class".freeze
|
156
|
+
term :Cast,
|
157
|
+
comment: %(A member of the cast list \(a list of fictitious
|
158
|
+
characters\).).freeze,
|
159
|
+
label: "Cast member".freeze,
|
160
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
161
|
+
type: "rdfs:Class".freeze
|
162
|
+
term :Character,
|
163
|
+
comment: %(A fictitious contact / person.).freeze,
|
164
|
+
label: "Character".freeze,
|
165
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
166
|
+
type: "rdfs:Class".freeze
|
167
|
+
term :ClosedCaptions,
|
168
|
+
comment: %(Closed captioning is provided as separate
|
169
|
+
content.).freeze,
|
170
|
+
label: "Closed caption".freeze,
|
171
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Captioning".freeze,
|
172
|
+
type: "rdfs:Class".freeze
|
173
|
+
term :ClosedSubtitling,
|
174
|
+
comment: %(Closed subtitles are provided as separate
|
175
|
+
content.).freeze,
|
176
|
+
label: "Closed subtitling".freeze,
|
177
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Subtitling".freeze,
|
178
|
+
type: "rdfs:Class".freeze
|
179
|
+
term :Codec,
|
180
|
+
comment: %(To provide information on a codec.).freeze,
|
181
|
+
label: "Codec".freeze,
|
182
|
+
subClassOf: "skos:Concept".freeze,
|
183
|
+
type: "rdfs:Class".freeze
|
184
|
+
term :Collection,
|
185
|
+
comment: %(A group of EditorialObjects. There can be many
|
186
|
+
types of collections for which specific sub-classes should be defined. In the worl of
|
187
|
+
archives, A collection corresponds to all items belonging to an individual /
|
188
|
+
collector.).freeze,
|
189
|
+
label: "Collection".freeze,
|
190
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Group".freeze,
|
191
|
+
type: "rdfs:Class".freeze
|
192
|
+
term :ColourSpace,
|
193
|
+
comment: %(The CoulourSpace of a VideoResource. A
|
194
|
+
ColourSpace is defined as free text in an annotation label or as an identifier pointing
|
195
|
+
to a term in a classification scheme such as
|
196
|
+
http://www.ebu.ch/metadata/ontologies/skos/ebu_ColourCodeCS.rdf.).freeze,
|
197
|
+
label: "Colour space".freeze,
|
198
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
199
|
+
type: "rdfs:Class".freeze
|
200
|
+
term :Component,
|
201
|
+
comment: %(A component e.g. audio, video, data or else or a MediaResource or Essence.).freeze,
|
202
|
+
label: "Component".freeze,
|
203
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Essence".freeze,
|
204
|
+
type: "rdfs:Class".freeze
|
205
|
+
term :Contact,
|
206
|
+
comment: %(A physical person.).freeze,
|
207
|
+
label: "Contact".freeze,
|
208
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
209
|
+
type: "rdfs:Class".freeze
|
210
|
+
term :ContainerFormat,
|
211
|
+
comment: %(The container or wrapper format used to package
|
212
|
+
audio, video and data components of a Mediaresource. The format is defined as free text
|
213
|
+
or pointing at a term in a classification scheme e.g.
|
214
|
+
http://www.ebu.ch/metadata/ontologies/skos/ebu_ContainerFormatCS.rdf.).freeze,
|
215
|
+
label: "Container format".freeze,
|
216
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
217
|
+
type: "rdfs:Class".freeze
|
218
|
+
term :ContainerMimeType,
|
219
|
+
comment: %(The definition of the container if available as
|
220
|
+
a MIME type. This is provided as free text in an annotation label or as an identifier
|
221
|
+
pointing to a term in a classification scheme. For more information:
|
222
|
+
http://www.iana.org/assignments/media-types/application/index.html.).freeze,
|
223
|
+
label: "Container Mime type".freeze,
|
224
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
225
|
+
type: "rdfs:Class".freeze
|
226
|
+
term :Copyright,
|
227
|
+
comment: %(To provide a copyright
|
228
|
+
statement.).freeze,
|
229
|
+
label: "Copyright".freeze,
|
230
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
231
|
+
type: "rdfs:Class".freeze
|
232
|
+
term :CoverageRestrictions,
|
233
|
+
comment: %(To provide information on possible restrictions
|
234
|
+
regarding the temporal and spatial coverage for publication.).freeze,
|
235
|
+
label: "Coverage restrictions".freeze,
|
236
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
237
|
+
type: "rdfs:Class".freeze
|
238
|
+
term :DataFormat,
|
239
|
+
comment: %(To provide addtional technical information on
|
240
|
+
the characteristics of data streams in a MediaResource including but not limited to
|
241
|
+
AncillaryData, Subtilting and Captioning. Additional specific data format may be defined
|
242
|
+
as subclasses of DataFormat.).freeze,
|
243
|
+
label: "Data format".freeze,
|
244
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
245
|
+
type: "rdfs:Class".freeze
|
246
|
+
term :DataTrack,
|
247
|
+
comment: %(Ancillary data track e.g. ¨captioning"
|
248
|
+
or "subtitling" in addition to video and audio tracks.).freeze,
|
249
|
+
label: "Data track".freeze,
|
250
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Track".freeze,
|
251
|
+
type: "rdfs:Class".freeze
|
252
|
+
term :Department,
|
253
|
+
comment: %(A department within and
|
254
|
+
organisation.).freeze,
|
255
|
+
label: "Department".freeze,
|
256
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Organisation".freeze,
|
257
|
+
type: "rdfs:Class".freeze
|
258
|
+
term :DepictedEvent,
|
259
|
+
comment: %(A DepictedEVent is fictitious or historical or
|
260
|
+
other sort of Event that the content of the BusinessObject or resource relates
|
261
|
+
to.).freeze,
|
262
|
+
label: "Depicted Event".freeze,
|
263
|
+
subClassOf: "http://www.bbc.co.uk/ontologies/coreconcepts/Event".freeze,
|
264
|
+
type: "rdfs:Class".freeze
|
265
|
+
term :Disclaimer,
|
266
|
+
comment: %(To provide a disclaimer of any
|
267
|
+
form.).freeze,
|
268
|
+
label: "Disclaimer".freeze,
|
269
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
270
|
+
type: "rdfs:Class".freeze
|
271
|
+
term :Document,
|
272
|
+
comment: %(To describe a publication in the form of a
|
273
|
+
document e.g. a html webpage \(news item\) or a pdf document e.g. a script.).freeze,
|
274
|
+
label: "Document".freeze,
|
275
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
276
|
+
type: "rdfs:Class".freeze
|
277
|
+
term :DocumentFormat,
|
278
|
+
comment: %(To provide technical information about the
|
279
|
+
format of a document such as the orientation. This is provided as free text in an
|
280
|
+
annotation label or as an identifier pointing to a term in a classification
|
281
|
+
scheme.).freeze,
|
282
|
+
label: "Document format".freeze,
|
283
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
284
|
+
type: "rdfs:Class".freeze
|
285
|
+
term :Dopesheet,
|
286
|
+
comment: %(Provides additional information about a NewsItem, e.g. date and place, subject.).freeze,
|
287
|
+
label: "Dopesheet".freeze,
|
288
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Document".freeze,
|
289
|
+
type: "rdfs:Class".freeze
|
290
|
+
term :EditorialObject,
|
291
|
+
comment: %(In the audiovisual domain, the Class
|
292
|
+
EditorialObject transforms a commissioned concept into an editorial definition of a
|
293
|
+
MediaResource before fabrication \(in the Production Domain\) and Distribution \(in the
|
294
|
+
Distribution Domain\). An EditorialObject is a set of descriptive metadata summarising
|
295
|
+
e.g. editing decisions. An EditorialObject can also be a part of an EditorialObject,
|
296
|
+
which is defined by its start time and duration. An EditorialObject can also be a group
|
297
|
+
of EditorialObjects. For example a series composed of episodes is defined as an
|
298
|
+
EditorialObject.).freeze,
|
299
|
+
label: "Editorial Object".freeze,
|
300
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
301
|
+
type: "rdfs:Class".freeze
|
302
|
+
term :EncodingFormat,
|
303
|
+
comment: %(To provide a definition of the encoding format
|
304
|
+
for audio and video. This is provided as free text in an annotation label or as an
|
305
|
+
identifier pointing to a term in a classification scheme e.g.
|
306
|
+
http://www.ebu.ch/metadata/ontologies/skos/ebu_AudioCompressionCodeCS.rdf or
|
307
|
+
http://www.ebu.ch/metadata/ontologies/skos/ebu_VideoCompressionCodeCS.rdf.).freeze,
|
308
|
+
label: "Encoding".freeze,
|
309
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
310
|
+
type: "rdfs:Class".freeze
|
311
|
+
term :Essence,
|
312
|
+
comment: %(In some audiovisual standardisation groups,
|
313
|
+
Essence is preferred to MediaResource. In also has subclasses well known as MediaObject
|
314
|
+
clustered in AudioObjects and VideoObjects.).freeze,
|
315
|
+
label: "Essence".freeze,
|
316
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
317
|
+
type: "rdfs:Class".freeze
|
318
|
+
term :Event,
|
319
|
+
comment: [%(An event related to the media resource, e.g.
|
320
|
+
depicted in the resource \(possibly fictional\), etc.).freeze, %(Additional types of event shall be defined as
|
321
|
+
new sub-classes of event.).freeze],
|
322
|
+
label: "Event".freeze,
|
323
|
+
subClassOf: "owl:Thing".freeze,
|
324
|
+
type: "rdfs:Class".freeze
|
325
|
+
term :ExploitationIssues,
|
326
|
+
comment: %(To highlight potential exploitation
|
327
|
+
issues.).freeze,
|
328
|
+
label: "Exploitation issues".freeze,
|
329
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
330
|
+
type: "rdfs:Class".freeze
|
331
|
+
term :FileFormat,
|
332
|
+
comment: %(A file format for Resources other than
|
333
|
+
audiovisual resources. The format is defined as free text or pointing at a term in a
|
334
|
+
classification scheme e.g.
|
335
|
+
http://www.ebu.ch/metadata/ontologies/skos/ebu_FileFormatCS.rdf.).freeze,
|
336
|
+
label: "File format".freeze,
|
337
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
338
|
+
type: "rdfs:Class".freeze
|
339
|
+
term :Format,
|
340
|
+
comment: %(The format provides technical information on
|
341
|
+
the format of a Resource. A BusinessObject can be instantiated in a variety of Resources
|
342
|
+
each in a particular Format. Other specific data formats may be defined as subclasses of
|
343
|
+
format.).freeze,
|
344
|
+
label: "Format".freeze,
|
345
|
+
subClassOf: "skos:Concept".freeze,
|
346
|
+
type: "rdfs:Class".freeze
|
347
|
+
term :Genre,
|
348
|
+
comment: %(This class shall be used to provide information
|
349
|
+
on the genre of the BusinessObject or Resource. This is provided as free text in an
|
350
|
+
annotation label or as an identifier pointing to a term in a classification scheme e.g.
|
351
|
+
http://www.ebu.ch/metadata/ontologies/skos/ebu_ContentGenreCS.rdf or
|
352
|
+
http://www.ebu.ch/metadata/ontologies/skos/ebu_EditorialFormatCodeCS.rdf.).freeze,
|
353
|
+
label: "Genre".freeze,
|
354
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Type".freeze,
|
355
|
+
type: "rdfs:Class".freeze
|
356
|
+
term :Group,
|
357
|
+
comment: %(To define a collection / group of media
|
358
|
+
resources, for example a series made of episodes.).freeze,
|
359
|
+
label: "Group".freeze,
|
360
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EditorialObject".freeze,
|
361
|
+
type: "rdfs:Class".freeze
|
362
|
+
term :IPRRestrictions,
|
363
|
+
comment: %(To provide information on intellectual
|
364
|
+
property.).freeze,
|
365
|
+
label: "IPR restrictions".freeze,
|
366
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
367
|
+
type: "rdfs:Class".freeze
|
368
|
+
term :Image,
|
369
|
+
comment: %(A still image / thumbnail / key frame / logo
|
370
|
+
related to the media resource or being the media resource itself).freeze,
|
371
|
+
label: "Image".freeze,
|
372
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
373
|
+
type: "rdfs:Class".freeze
|
374
|
+
term :ImageFormat,
|
375
|
+
comment: %(To provide technical information about the
|
376
|
+
format of an image such as the orientation. This is provided as free text in an
|
377
|
+
annotation label or as an identifier pointing to a term in a classification
|
378
|
+
scheme.).freeze,
|
379
|
+
label: "Image format".freeze,
|
380
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
381
|
+
type: "rdfs:Class".freeze
|
382
|
+
term :Item,
|
383
|
+
comment: %(An item e.g. newsItem or sportItem).freeze,
|
384
|
+
label: "Item".freeze,
|
385
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EditorialObject".freeze,
|
386
|
+
type: "rdfs:Class".freeze
|
387
|
+
term :KeyCareerEvent,
|
388
|
+
label: "Key career event".freeze,
|
389
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#KeyEvent".freeze,
|
390
|
+
type: "rdfs:Class".freeze
|
391
|
+
term :KeyEvent,
|
392
|
+
label: "Key event".freeze,
|
393
|
+
subClassOf: "http://www.bbc.co.uk/ontologies/coreconcepts/Event".freeze,
|
394
|
+
type: "rdfs:Class".freeze
|
395
|
+
term :KeyPersonalEvent,
|
396
|
+
label: "Key personal event".freeze,
|
397
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#KeyEvent".freeze,
|
398
|
+
type: "rdfs:Class".freeze
|
399
|
+
term :Keyframe,
|
400
|
+
comment: %(A key frame is a frame extarcted from video,
|
401
|
+
e.g. representative of a part of a MediaResource.).freeze,
|
402
|
+
label: "key frame".freeze,
|
403
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Picture".freeze,
|
404
|
+
type: "rdfs:Class".freeze
|
405
|
+
term :Keyword,
|
406
|
+
comment: %(To proivde keywords and define key concepts
|
407
|
+
illustrating the content of the Resource or EditorialObject. This is provided as free
|
408
|
+
text in an annotation label or as an identifier pointing to a term in a classification
|
409
|
+
scheme.).freeze,
|
410
|
+
label: "Keyword".freeze,
|
411
|
+
subClassOf: "skos:Concept".freeze,
|
412
|
+
type: "rdfs:Class".freeze
|
413
|
+
term :Language,
|
414
|
+
comment: %(To provide information on languages present in
|
415
|
+
the BusinessObject and its purpose. This is provided as free text in an annotation label
|
416
|
+
or as an identifier pointing to a term in a classification scheme.Other language
|
417
|
+
specific types may be added as subclasses of language.).freeze,
|
418
|
+
label: "Language".freeze,
|
419
|
+
subClassOf: "skos:Concept".freeze,
|
420
|
+
type: "rdfs:Class".freeze
|
421
|
+
term :Location,
|
422
|
+
comment: [%(This is provided as free text in an annotation
|
423
|
+
label or as an identifier pointing to a term in a classification scheme.).freeze, %(A location related to the media resource, e.g.
|
424
|
+
depicted in the resource \(possibly fictional\) or where the resource was created
|
425
|
+
\(shooting location\), etc.).freeze, %(A type of location is defined as a sub-class of
|
426
|
+
location.).freeze],
|
427
|
+
label: "Location".freeze,
|
428
|
+
subClassOf: "owl:Thing".freeze,
|
429
|
+
type: "rdfs:Class".freeze
|
430
|
+
term :Logo,
|
431
|
+
comment: %(A Logo allows to visually identify an
|
432
|
+
organisation, publicationService, publicationChannel, or ratings /
|
433
|
+
parentalGuidance).freeze,
|
434
|
+
label: "Logo".freeze,
|
435
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Picture".freeze,
|
436
|
+
type: "rdfs:Class".freeze
|
437
|
+
term :MediaFragment,
|
438
|
+
comment: %(A MediaFragment is a temporal or spatial segment of a resource identified by a MediaGragment URI \(http://www.w3.org/2008/WebVideo/Fragments/WD-media-fragments-spec/\).).freeze,
|
439
|
+
label: "Media Fragment".freeze,
|
440
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
441
|
+
type: "rdfs:Class".freeze
|
442
|
+
term :MediaResource,
|
443
|
+
comment: %(The use of MediaResource is reserved to
|
444
|
+
audiovisual content.).freeze,
|
445
|
+
label: "Media Resource".freeze,
|
446
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
447
|
+
type: "rdfs:Class".freeze
|
448
|
+
term :Medium,
|
449
|
+
comment: %(To provide information on the medium formats in
|
450
|
+
which the resource is available. This is provided as free text in an annotation label or
|
451
|
+
as an identifier pointing to a term in a classification scheme.).freeze,
|
452
|
+
label: "Medium".freeze,
|
453
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
454
|
+
type: "rdfs:Class".freeze
|
455
|
+
term :MetadataTrack,
|
456
|
+
label: "Metadata track".freeze,
|
457
|
+
"skos:prefLabel" => %(Metadata track).freeze,
|
458
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Track".freeze,
|
459
|
+
type: "rdfs:Class".freeze
|
460
|
+
term :MimeType,
|
461
|
+
comment: %(The definition of the container if available as
|
462
|
+
a MIME type. This is provided as free text in an annotation label or as an identifier
|
463
|
+
pointing to a term in a classification scheme. For more information:
|
464
|
+
http://www.iana.org/assignments/media-types/index.html.).freeze,
|
465
|
+
label: "Mime type".freeze,
|
466
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
467
|
+
type: "rdfs:Class".freeze
|
468
|
+
term :NewsItem,
|
469
|
+
comment: %(A NewsItem aggregates all information about a particular news event.).freeze,
|
470
|
+
label: "News Item".freeze,
|
471
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Item".freeze,
|
472
|
+
type: "rdfs:Class".freeze
|
473
|
+
term :ObjectType,
|
474
|
+
comment: %(To specify the type of BusinessObject e.g. and
|
475
|
+
EditorialObject of type "programme" or clip". This is
|
476
|
+
provided as free text in an annotation label or as an identifier pointing to a term in a
|
477
|
+
classification scheme e.g.
|
478
|
+
http://www.ebu.ch/metadata/ontologies/skos/ebu_ObjectTypeCodeCS.rdf.).freeze,
|
479
|
+
label: "Object type".freeze,
|
480
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Type".freeze,
|
481
|
+
type: "rdfs:Class".freeze
|
482
|
+
term :OpenCaptions,
|
483
|
+
comment: %(Open Captions are burned in the
|
484
|
+
image.).freeze,
|
485
|
+
label: "Open captions".freeze,
|
486
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Captioning".freeze,
|
487
|
+
type: "rdfs:Class".freeze
|
488
|
+
term :OpenSubtitling,
|
489
|
+
comment: %(Open subtitles are burned in the
|
490
|
+
image.).freeze,
|
491
|
+
label: "Open subtitling".freeze,
|
492
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Subtitling".freeze,
|
493
|
+
type: "rdfs:Class".freeze
|
494
|
+
term :Organisation,
|
495
|
+
comment: %(An organisation \(business, corporation, federation, etc.\) or moral agent \(gvernment body\).).freeze,
|
496
|
+
label: "Organisation".freeze,
|
497
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
498
|
+
type: "rdfs:Class".freeze
|
499
|
+
term :OriginalLanguage,
|
500
|
+
comment: %(The original language in which the
|
501
|
+
BusinessObject or Resource has been created and released. This is provided as free text
|
502
|
+
in an annotation label or as an identifier pointing to a term in a classification
|
503
|
+
scheme.).freeze,
|
504
|
+
label: "OriginalLanguage".freeze,
|
505
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Language".freeze,
|
506
|
+
type: "rdfs:Class".freeze
|
507
|
+
term :Part,
|
508
|
+
comment: [%(A Fragment is a particular section of a
|
509
|
+
MediaResource identified by a start and end time or duration. Fragment can also be
|
510
|
+
called segment or part.).freeze, %(One of more media fragment \(audio, video, data\)
|
511
|
+
composing an audiovisual media resource. In other ontolgies fragment is often referred
|
512
|
+
to e.g. as a 'part' or 'segment' or
|
513
|
+
'fragment'.).freeze],
|
514
|
+
label: "Part, Fragment, Segment".freeze,
|
515
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EditorialObject".freeze,
|
516
|
+
type: "rdfs:Class".freeze
|
517
|
+
term :Pictogram,
|
518
|
+
comment: %(A visual / graphical representation of a concept.).freeze,
|
519
|
+
label: "Pictogram".freeze,
|
520
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Picture".freeze,
|
521
|
+
type: "rdfs:Class".freeze
|
522
|
+
term :Picture,
|
523
|
+
comment: %(A photography, a logo, a pictogram, etc.).freeze,
|
524
|
+
label: "Picture".freeze,
|
525
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
526
|
+
type: "rdfs:Class".freeze
|
527
|
+
term :Programme,
|
528
|
+
comment: %(An EditorialObject corresponding to a
|
529
|
+
MediaResource ready for publication.).freeze,
|
530
|
+
label: "Programme".freeze,
|
531
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EditorialObject".freeze,
|
532
|
+
type: "rdfs:Class".freeze
|
533
|
+
term :PublicationChannel,
|
534
|
+
comment: %(The name of the channel through which a
|
535
|
+
Resource has been published as a PublicationEvent. A PublicationChannel can use a
|
536
|
+
variety of medias e.g. broadcast or online.).freeze,
|
537
|
+
label: "Publication Channel".freeze,
|
538
|
+
subClassOf: "owl:Thing".freeze,
|
539
|
+
type: "rdfs:Class".freeze
|
540
|
+
term :PublicationEvent,
|
541
|
+
comment: %(To describe any manifestation of a media
|
542
|
+
resource on any media \(live, on demand, catch-up TV, etc.\) and the appropriate
|
543
|
+
PublciationChannel.).freeze,
|
544
|
+
label: "Publication Event".freeze,
|
545
|
+
subClassOf: "owl:Thing".freeze,
|
546
|
+
type: "rdfs:Class".freeze
|
547
|
+
term :PublicationHistory,
|
548
|
+
comment: %(A collection of PublicationEvents through which
|
549
|
+
a resource has been published.).freeze,
|
550
|
+
label: "Publication History".freeze,
|
551
|
+
subClassOf: "owl:Thing".freeze,
|
552
|
+
type: "rdfs:Class".freeze
|
553
|
+
term :PublicationPlanning,
|
554
|
+
comment: %(A collection of PublicationEvents organised as a PublicationPlanning.).freeze,
|
555
|
+
label: "Publication History".freeze,
|
556
|
+
subClassOf: "owl:Thing".freeze,
|
557
|
+
type: "rdfs:Class".freeze
|
558
|
+
term :RadioProgramme,
|
559
|
+
comment: %(A programme for distribution on radio
|
560
|
+
channels.).freeze,
|
561
|
+
label: "Radio Programme".freeze,
|
562
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Programme".freeze,
|
563
|
+
type: "rdfs:Class".freeze
|
564
|
+
term :Rating,
|
565
|
+
comment: [%(This is provided as free text in an annotation
|
566
|
+
label or as an identifier pointing to a term in a classification scheme.).freeze, %(All the information about the rating/evaluation
|
567
|
+
given to a media resource by an Agent i.e. a person/Contact or
|
568
|
+
Organisation.).freeze],
|
569
|
+
label: "Rating".freeze,
|
570
|
+
subClassOf: "owl:Thing".freeze,
|
571
|
+
type: "rdfs:Class".freeze
|
572
|
+
term :Resource,
|
573
|
+
comment: %(A manifestation of a
|
574
|
+
BusinessObject.).freeze,
|
575
|
+
label: "Resource".freeze,
|
576
|
+
subClassOf: "owl:Thing".freeze,
|
577
|
+
type: "rdfs:Class".freeze
|
578
|
+
term :Rights,
|
579
|
+
comment: %(To provide information on the rights, including
|
580
|
+
intellectual property, related to a BusinessObject or Resource.).freeze,
|
581
|
+
label: "Rights".freeze,
|
582
|
+
subClassOf: "owl:Thing".freeze,
|
583
|
+
type: "rdfs:Class".freeze
|
584
|
+
term :RightsClearance,
|
585
|
+
comment: %(To signal that rights have been cleared \(or
|
586
|
+
not\)).freeze,
|
587
|
+
label: "RightsClearance".freeze,
|
588
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
589
|
+
type: "rdfs:Class".freeze
|
590
|
+
term :Role,
|
591
|
+
comment: %(To define the role / action of an agent. This
|
592
|
+
is provided as free text in an annotation label or as an identifier pointing to a term
|
593
|
+
in a classification scheme.).freeze,
|
594
|
+
label: "Role".freeze,
|
595
|
+
subClassOf: "skos:Concept".freeze,
|
596
|
+
type: "rdfs:Class".freeze
|
597
|
+
term :Season,
|
598
|
+
comment: %(A series can be composed of one or more seasons
|
599
|
+
clustering a certain number of episodes. Fro this reason, seasons are related to series
|
600
|
+
using the isRelatedTo property.).freeze,
|
601
|
+
label: "Season".freeze,
|
602
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Group".freeze,
|
603
|
+
type: "rdfs:Class".freeze
|
604
|
+
term :Series,
|
605
|
+
comment: %(Series is a particular type of collection. TV
|
606
|
+
or Radio Series are composed of Episodes.).freeze,
|
607
|
+
label: "Series".freeze,
|
608
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Group".freeze,
|
609
|
+
type: "rdfs:Class".freeze
|
610
|
+
term :Service,
|
611
|
+
comment: %(A service is the umbrella under which one or
|
612
|
+
more PublicationChannel is operated.).freeze,
|
613
|
+
label: "Service".freeze,
|
614
|
+
subClassOf: "owl:Thing".freeze,
|
615
|
+
type: "rdfs:Class".freeze
|
616
|
+
term :Signing,
|
617
|
+
comment: %(To signal the presence of Signing for hard of
|
618
|
+
hearing users. The type of Signing \(e.g. incursted in or else\) or language of Signing
|
619
|
+
can be specified using the appropriate properties.).freeze,
|
620
|
+
label: "Signing".freeze,
|
621
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#VideoTrack".freeze,
|
622
|
+
type: "rdfs:Class".freeze
|
623
|
+
term :SigningFormat,
|
624
|
+
comment: %(To provide additional information on the
|
625
|
+
signing format. This is provided as free text in an annotation label or as an identifier
|
626
|
+
pointing to a term in a classification scheme.).freeze,
|
627
|
+
label: "Signing format".freeze,
|
628
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#VideoFormat".freeze,
|
629
|
+
type: "rdfs:Class".freeze
|
630
|
+
term :SportItem,
|
631
|
+
comment: %(A SportItem aggregates all information about a sport event.).freeze,
|
632
|
+
label: "Sport item".freeze,
|
633
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Item".freeze,
|
634
|
+
type: "rdfs:Class".freeze
|
635
|
+
term :Staff,
|
636
|
+
comment: %(Staff or crew member.).freeze,
|
637
|
+
label: "Staff member.".freeze,
|
638
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
639
|
+
type: "rdfs:Class".freeze
|
640
|
+
term :StorageType,
|
641
|
+
comment: %(The type of storage used for the repository.
|
642
|
+
This is provided as free text in an annotation label or as an identifier pointing to a
|
643
|
+
term in a classification scheme.).freeze,
|
644
|
+
label: "Storage type".freeze,
|
645
|
+
subClassOf: "skos:Concept".freeze,
|
646
|
+
type: "rdfs:Class".freeze
|
647
|
+
term :Stream,
|
648
|
+
comment: %(A continuous stream of bits.).freeze,
|
649
|
+
label: "Stream".freeze,
|
650
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Component".freeze,
|
651
|
+
type: "rdfs:Class".freeze
|
652
|
+
term :Subject,
|
653
|
+
comment: %(A term describing the topic covered by the
|
654
|
+
BusinessObject or resource. This is provided as free text in an annotation label or as
|
655
|
+
an identifier pointing to a term in a classification scheme.).freeze,
|
656
|
+
label: "Subject".freeze,
|
657
|
+
subClassOf: "skos:Concept".freeze,
|
658
|
+
type: "rdfs:Class".freeze
|
659
|
+
term :Subtitling,
|
660
|
+
comment: %(To signal the presence of subtitles for
|
661
|
+
translation in alternative languages.).freeze,
|
662
|
+
label: "Subtitling".freeze,
|
663
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#DataTrack".freeze,
|
664
|
+
type: "rdfs:Class".freeze
|
665
|
+
term :SubtitlingFormat,
|
666
|
+
comment: %(To define the format of subtitling.
|
667
|
+
subtitling's main use isfor translation. This is provided as free text in an
|
668
|
+
annotation label or as an identifier pointing to a term in a classification
|
669
|
+
scheme.).freeze,
|
670
|
+
label: "Subtitling format".freeze,
|
671
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#DataFormat".freeze,
|
672
|
+
type: "rdfs:Class".freeze
|
673
|
+
term :TVProgramme,
|
674
|
+
comment: %(A programme for distribution on television
|
675
|
+
channels.).freeze,
|
676
|
+
label: "TV Programme".freeze,
|
677
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Programme".freeze,
|
678
|
+
type: "rdfs:Class".freeze
|
679
|
+
term :Tag,
|
680
|
+
comment: %(An annotation specific to a particular
|
681
|
+
timestamp in audiovisual MediaResources.).freeze,
|
682
|
+
label: "Tag".freeze,
|
683
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Annotation".freeze,
|
684
|
+
type: "rdfs:Class".freeze
|
685
|
+
term :Thumbnail,
|
686
|
+
comment: %(A thumbnail is a low resolution picture that
|
687
|
+
can be associated with EditorialObjects or e.g. MediaResources or
|
688
|
+
Contacts.).freeze,
|
689
|
+
label: "Thumbnail".freeze,
|
690
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Picture".freeze,
|
691
|
+
type: "rdfs:Class".freeze
|
692
|
+
term :TimecodeTrack,
|
693
|
+
comment: %(A track with timecode information.).freeze,
|
694
|
+
label: "Timecode track".freeze,
|
695
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Track".freeze,
|
696
|
+
type: "rdfs:Class".freeze
|
697
|
+
term :Topic,
|
698
|
+
comment: %(A type subject for use in some contexts. This
|
699
|
+
is provided as free text in an annotation label or as an identifier pointing to a term
|
700
|
+
in a classification scheme.).freeze,
|
701
|
+
label: "Topic".freeze,
|
702
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Subject".freeze,
|
703
|
+
type: "rdfs:Class".freeze
|
704
|
+
term :Track,
|
705
|
+
comment: %(Audiovisual content can be composed of audio,
|
706
|
+
video and data Tracks \(including captioning and subtitling\).).freeze,
|
707
|
+
label: "Track".freeze,
|
708
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Essence".freeze,
|
709
|
+
type: "rdfs:Class".freeze
|
710
|
+
term :Type,
|
711
|
+
comment: %(An expression of type in textual form or as a term from a classification scheme.).freeze,
|
712
|
+
label: "Type".freeze,
|
713
|
+
subClassOf: "skos:Concept".freeze,
|
714
|
+
type: "rdfs:Class".freeze
|
715
|
+
term :UsageRights,
|
716
|
+
comment: %(Usage rights associated with content.).freeze,
|
717
|
+
label: "Usage rights".freeze,
|
718
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
719
|
+
type: "rdfs:Class".freeze
|
720
|
+
term :VideoEncodingFormat,
|
721
|
+
comment: %(The encoding format of the video.).freeze,
|
722
|
+
label: "Video encoding format".freeze,
|
723
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EncodingFormat".freeze,
|
724
|
+
type: "rdfs:Class".freeze
|
725
|
+
term :VideoFormat,
|
726
|
+
comment: %(To provide additional technical information
|
727
|
+
about a video resource such as the frame rate. This is provided as free text in an
|
728
|
+
annotation label or as an identifier pointing to a term in a classification
|
729
|
+
scheme.).freeze,
|
730
|
+
label: "Video format".freeze,
|
731
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Format".freeze,
|
732
|
+
type: "rdfs:Class".freeze
|
733
|
+
term :VideoStream,
|
734
|
+
comment: %(A decodable video stream of bits.).freeze,
|
735
|
+
label: "Video stream".freeze,
|
736
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Stream".freeze,
|
737
|
+
type: "rdfs:Class".freeze
|
738
|
+
term :VideoTrack,
|
739
|
+
comment: %(A specialisation of Track for Video to provide
|
740
|
+
a link to specific data properties such as frameRate, etc. Signing is another possible
|
741
|
+
example of video track. Specific VideoTracks such as Signing can be defined as sub
|
742
|
+
VideoTracks.. In advanced systems, different VideoTracks can be used to provide e.g.
|
743
|
+
different viewing angles.).freeze,
|
744
|
+
label: "Video track".freeze,
|
745
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Track".freeze,
|
746
|
+
type: "rdfs:Class".freeze
|
747
|
+
term :YouTubeVideo,
|
748
|
+
label: "You tube video".freeze,
|
749
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
750
|
+
type: "rdfs:Class".freeze
|
751
|
+
term :audienceLevel,
|
752
|
+
comment: [%(The target audience \(target region, target
|
753
|
+
audience category but also parental guidance recommendation\) for which the media
|
754
|
+
resource is intended.).freeze, %(This is provided as free text in an annotation
|
755
|
+
label or as an identifier pointing to a term in a classification scheme.).freeze],
|
756
|
+
label: "Target audience".freeze,
|
757
|
+
subClassOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Type".freeze,
|
758
|
+
type: "rdfs:Class".freeze
|
759
|
+
|
760
|
+
# Property definitions
|
761
|
+
property :AffiliationEndDate,
|
762
|
+
comment: %(The date when a Contact left an Organisation).freeze,
|
763
|
+
label: "Affiliation start date".freeze,
|
764
|
+
range: "xsd:date".freeze,
|
765
|
+
type: "rdf:Property".freeze
|
766
|
+
property :AffiliationStartDate,
|
767
|
+
label: "Affiliation start date".freeze,
|
768
|
+
range: "xsd:date".freeze,
|
769
|
+
type: "rdf:Property".freeze
|
770
|
+
property :DID,
|
771
|
+
comment: %(The Data Identifier word \(along with the SDID,
|
772
|
+
if used\), indicates the type of ancillary data that the packet corresponds
|
773
|
+
to.).freeze,
|
774
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AncillaryData".freeze,
|
775
|
+
label: "DID".freeze,
|
776
|
+
range: "xsd:integer".freeze,
|
777
|
+
type: "rdf:Property".freeze
|
778
|
+
property :SDID,
|
779
|
+
comment: %(Secondary data identification word for
|
780
|
+
ancillary data. Send mode identifier. An identifier which indicates the transmission
|
781
|
+
timing for closed caption data.).freeze,
|
782
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AncillaryData".freeze,
|
783
|
+
label: "SDID".freeze,
|
784
|
+
range: "xsd:integer".freeze,
|
785
|
+
type: "rdf:Property".freeze
|
786
|
+
property :abridgedTitle,
|
787
|
+
comment: %(A shorter version of the title.).freeze,
|
788
|
+
label: "Abridged title".freeze,
|
789
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#alternativeTitle".freeze,
|
790
|
+
type: "rdf:Property".freeze
|
791
|
+
property :absoluteDistance,
|
792
|
+
comment: %(To express an absolute distance in meters.).freeze,
|
793
|
+
label: "Absolute distance (in meters)".freeze,
|
794
|
+
range: "xsd:float".freeze,
|
795
|
+
type: "rdf:Property".freeze
|
796
|
+
property :abstract,
|
797
|
+
comment: %(To provide a brief summary.).freeze,
|
798
|
+
label: "Abstract".freeze,
|
799
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
800
|
+
type: "rdf:Property".freeze
|
801
|
+
property :adultContent,
|
802
|
+
label: "adult content".freeze,
|
803
|
+
range: "xsd:boolean".freeze,
|
804
|
+
type: "rdf:Property".freeze
|
805
|
+
property :agentAddress,
|
806
|
+
comment: %(To provide the address of an Agent
|
807
|
+
\(Contact/person or organisation\).).freeze,
|
808
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
809
|
+
label: "Address".freeze,
|
810
|
+
range: "xsd:string".freeze,
|
811
|
+
type: "rdf:Property".freeze
|
812
|
+
property :agentAge,
|
813
|
+
comment: %(The age of a Contact/Person).freeze,
|
814
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
815
|
+
label: "Age".freeze,
|
816
|
+
range: "xsd:integer".freeze,
|
817
|
+
type: "rdf:Property".freeze
|
818
|
+
property :agentCountryOfResidence,
|
819
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
820
|
+
label: "agent country of residence".freeze,
|
821
|
+
type: "rdf:Property".freeze
|
822
|
+
property :agentEmailAddress,
|
823
|
+
comment: %(To provide the email address of an agent
|
824
|
+
\(Contact/person or organisation\).).freeze,
|
825
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
826
|
+
label: "Email".freeze,
|
827
|
+
"owl:equivalentProperty" => %(foaf:mbox).freeze,
|
828
|
+
range: "xsd:string".freeze,
|
829
|
+
type: "rdf:Property".freeze
|
830
|
+
property :agentMobileTelephoneNumber,
|
831
|
+
comment: %(To provide the mobile telephone number of an
|
832
|
+
Agent \(Contact/person or organisation\)).freeze,
|
833
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
834
|
+
label: "Mobile".freeze,
|
835
|
+
range: "xsd:string".freeze,
|
836
|
+
type: "rdf:Property".freeze
|
837
|
+
property :agentName,
|
838
|
+
comment: %(To provide the full name of Contact/person - family and given name.).freeze,
|
839
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
840
|
+
label: "Name".freeze,
|
841
|
+
range: "xsd:string".freeze,
|
842
|
+
type: "rdf:Property".freeze
|
843
|
+
property :agentNationality,
|
844
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
845
|
+
label: "agent nationality".freeze,
|
846
|
+
type: "rdf:Property".freeze
|
847
|
+
property :agentNickname,
|
848
|
+
comment: %(To provide a nickname of a Contact/person.).freeze,
|
849
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
850
|
+
label: "Nickname".freeze,
|
851
|
+
range: "xsd:string".freeze,
|
852
|
+
type: "rdf:Property".freeze
|
853
|
+
property :agentPictureIdLocator,
|
854
|
+
label: "agent picture id locator".freeze,
|
855
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#locator".freeze,
|
856
|
+
type: "rdf:Property".freeze
|
857
|
+
property :agentTelephoneNumber,
|
858
|
+
comment: %(To provide the telephone number of an Agent
|
859
|
+
\(Contact/person or Organisation\).).freeze,
|
860
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
861
|
+
label: "Telephone".freeze,
|
862
|
+
range: "xsd:string".freeze,
|
863
|
+
type: "rdf:Property".freeze
|
864
|
+
property :agentWebHomepage,
|
865
|
+
comment: %(To provide the address of the webpage of an
|
866
|
+
Agent \(Contact/person or Organisation\).).freeze,
|
867
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
868
|
+
label: "Homepage".freeze,
|
869
|
+
"owl:equivalentProperty" => %(foaf:homepage).freeze,
|
870
|
+
range: "xsd:anyURI".freeze,
|
871
|
+
type: "rdf:Property".freeze
|
872
|
+
property :alternativeTitle,
|
873
|
+
comment: %(To provide an alternative title.).freeze,
|
874
|
+
label: "Alternative title".freeze,
|
875
|
+
"owl:equivalentProperty" => %(ma:alternativeTitle).freeze,
|
876
|
+
subPropertyOf: "dc:alternative".freeze,
|
877
|
+
type: "rdf:Property".freeze
|
878
|
+
property :appliesOutOf,
|
879
|
+
comment: %(To define the Location \(e.g. country, region\) to which Rating and TargetAudience do NOT apply.).freeze,
|
880
|
+
label: "Exclusion area".freeze,
|
881
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
882
|
+
type: "rdf:Property".freeze
|
883
|
+
property :appliesTo,
|
884
|
+
comment: %(To define the location/region to which Rating and TargetAudience apply.).freeze,
|
885
|
+
label: "Coverage".freeze,
|
886
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
887
|
+
type: "rdf:Property".freeze
|
888
|
+
property :aspectRatio,
|
889
|
+
comment: %(To provide the aspect ratio of a video frame or
|
890
|
+
image. Several types of different aspect ration can apply to the same video image. If
|
891
|
+
necessary, specialised aspect ratios can be defined as subproperties.).freeze,
|
892
|
+
label: "Aspect ratio".freeze,
|
893
|
+
range: "xsd:string".freeze,
|
894
|
+
type: "rdf:Property".freeze
|
895
|
+
property :audioChannelNumber,
|
896
|
+
comment: %(The total number of audio channels contained in
|
897
|
+
the MediaResource.).freeze,
|
898
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
899
|
+
label: "Audio channel number".freeze,
|
900
|
+
range: "xsd:nonNegativeInteger".freeze,
|
901
|
+
type: "rdf:Property".freeze
|
902
|
+
property :audioMXFLookup,
|
903
|
+
comment: %(The parameters for MXF mapping.).freeze,
|
904
|
+
label: "Audio MXFlookup".freeze,
|
905
|
+
range: "rdfs:Literal".freeze,
|
906
|
+
type: "rdf:Property".freeze
|
907
|
+
property :audioTrackConfiguration,
|
908
|
+
comment: %(To provide the configuration of an audio track
|
909
|
+
\(e.g. stereo pair\) in a MediaResource.).freeze,
|
910
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
911
|
+
label: "Audio track configuration".freeze,
|
912
|
+
range: "xsd:string".freeze,
|
913
|
+
type: "rdf:Property".freeze
|
914
|
+
property :bitDepth,
|
915
|
+
comment: %(To provide the audio encoding bit depth. Also called sample size.).freeze,
|
916
|
+
label: "Bit depth".freeze,
|
917
|
+
range: "xsd:integer".freeze,
|
918
|
+
type: "rdf:Property".freeze
|
919
|
+
property :bitRate,
|
920
|
+
comment: %(To provide the bitrate at which the
|
921
|
+
MediaResource can be played in bits/second. Current bitrate if constant, and average bitrate if variable.).freeze,
|
922
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
923
|
+
label: "Bitrate".freeze,
|
924
|
+
"owl:equivalentProperty" => %(ma:averageBitRate).freeze,
|
925
|
+
range: "xsd:nonNegativeInteger".freeze,
|
926
|
+
type: "rdf:Property".freeze
|
927
|
+
property :bitRateMax,
|
928
|
+
comment: %(The maximum bitrate when variable, in bits per second.).freeze,
|
929
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
930
|
+
label: "Maximum bitrate".freeze,
|
931
|
+
range: "xsd:integer".freeze,
|
932
|
+
type: "rdf:Property".freeze
|
933
|
+
property :bitRateMode,
|
934
|
+
comment: %(A flag to indicate if the bit rate is fixed or
|
935
|
+
variable.).freeze,
|
936
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
937
|
+
label: "Bitrate mode".freeze,
|
938
|
+
range: "xsd:string".freeze,
|
939
|
+
type: "rdf:Property".freeze
|
940
|
+
property :bookmark,
|
941
|
+
comment: %(To provide a bookmark.).freeze,
|
942
|
+
label: "Bookmark".freeze,
|
943
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
944
|
+
type: "rdf:Property".freeze
|
945
|
+
property :businessObjectName,
|
946
|
+
comment: %(A name attributed to a
|
947
|
+
BusinessObject.).freeze,
|
948
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
949
|
+
label: "Name".freeze,
|
950
|
+
range: "xsd:string".freeze,
|
951
|
+
type: "rdf:Property".freeze
|
952
|
+
property :captioningSource,
|
953
|
+
comment: %(To provide information on the source of a
|
954
|
+
captioning file.).freeze,
|
955
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
956
|
+
label: "Captioning source".freeze,
|
957
|
+
range: "xsd:string".freeze,
|
958
|
+
type: "rdf:Property".freeze
|
959
|
+
property :codecFamily,
|
960
|
+
comment: %(To provide information on the product family of the Codec.).freeze,
|
961
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Codec".freeze,
|
962
|
+
label: "Codec family".freeze,
|
963
|
+
range: "xsd:string".freeze,
|
964
|
+
type: "rdf:Property".freeze
|
965
|
+
property :codecName,
|
966
|
+
comment: %(To provide a name for the Codec, e.g. a product name.).freeze,
|
967
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Codec".freeze,
|
968
|
+
label: "Codec name".freeze,
|
969
|
+
range: "xsd:string".freeze,
|
970
|
+
type: "rdf:Property".freeze
|
971
|
+
property :codecVendor,
|
972
|
+
comment: %(To provide a name for the vendor of the Codec.).freeze,
|
973
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Codec".freeze,
|
974
|
+
label: "Codec vendor".freeze,
|
975
|
+
range: "xsd:string".freeze,
|
976
|
+
type: "rdf:Property".freeze
|
977
|
+
property :codecVersion,
|
978
|
+
comment: %(To provide information on the version of the Codec.).freeze,
|
979
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Codec".freeze,
|
980
|
+
label: "Codec version".freeze,
|
981
|
+
range: "xsd:string".freeze,
|
982
|
+
type: "rdf:Property".freeze
|
983
|
+
property :comments,
|
984
|
+
comment: %(To provide a comment.).freeze,
|
985
|
+
label: "Comments".freeze,
|
986
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
987
|
+
type: "rdf:Property".freeze
|
988
|
+
property :contactEducation,
|
989
|
+
comment: %(The education details of a Contact /
|
990
|
+
person.).freeze,
|
991
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
992
|
+
label: "Education".freeze,
|
993
|
+
range: "xsd:string".freeze,
|
994
|
+
type: "rdf:Property".freeze
|
995
|
+
property :contactFamilyInformation,
|
996
|
+
comment: %(Information on the family of a Contact /
|
997
|
+
person.).freeze,
|
998
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
999
|
+
label: "Family information".freeze,
|
1000
|
+
range: "xsd:string".freeze,
|
1001
|
+
type: "rdf:Property".freeze
|
1002
|
+
property :contactHobbies,
|
1003
|
+
comment: %(The hobbies of a Contact /
|
1004
|
+
person.).freeze,
|
1005
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
1006
|
+
label: "Hobbies".freeze,
|
1007
|
+
range: "xsd:string".freeze,
|
1008
|
+
type: "rdf:Property".freeze
|
1009
|
+
property :contactMaritalStatus,
|
1010
|
+
comment: %(The marital status of a Contact /
|
1011
|
+
person.).freeze,
|
1012
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
1013
|
+
label: "Marital status".freeze,
|
1014
|
+
range: "xsd:string".freeze,
|
1015
|
+
type: "rdf:Property".freeze
|
1016
|
+
property :contactOccupation,
|
1017
|
+
comment: %(The job / occupation name of a Contact /
|
1018
|
+
person.).freeze,
|
1019
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
1020
|
+
label: "Occupation".freeze,
|
1021
|
+
range: "xsd:string".freeze,
|
1022
|
+
type: "rdf:Property".freeze
|
1023
|
+
property :contactUsername,
|
1024
|
+
comment: %(The username by which a Contact / person is
|
1025
|
+
known e.g. when attributing a rating value.).freeze,
|
1026
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
1027
|
+
label: "Username".freeze,
|
1028
|
+
"owl:equivalentProperty" => %(foaf:nick).freeze,
|
1029
|
+
range: "xsd:string".freeze,
|
1030
|
+
type: "rdf:Property".freeze
|
1031
|
+
property :dateCreated,
|
1032
|
+
comment: %(The date of creation of the Resource.).freeze,
|
1033
|
+
label: "Creation date/time".freeze,
|
1034
|
+
"owl:equivalentProperty" => %(ma:creationDate).freeze,
|
1035
|
+
subPropertyOf: "dc11:date".freeze,
|
1036
|
+
type: "rdf:Property".freeze
|
1037
|
+
property :dateDigitised,
|
1038
|
+
comment: %(To provide the date of digitisation of the Resource.).freeze,
|
1039
|
+
label: "Digitisation date/time".freeze,
|
1040
|
+
subPropertyOf: "dc11:date".freeze,
|
1041
|
+
type: "rdf:Property".freeze
|
1042
|
+
property :dateIssued,
|
1043
|
+
comment: %(To provide the date of release of the Resource.).freeze,
|
1044
|
+
label: "Publication date/time".freeze,
|
1045
|
+
"owl:equivalentProperty" => %(ma:releaseDate).freeze,
|
1046
|
+
subPropertyOf: "dc:issued".freeze,
|
1047
|
+
type: "rdf:Property".freeze
|
1048
|
+
property :dateModified,
|
1049
|
+
comment: %(To indicate the date at which the Resource has been modified.).freeze,
|
1050
|
+
label: "Modification date/time".freeze,
|
1051
|
+
subPropertyOf: "dc:modified".freeze,
|
1052
|
+
type: "rdf:Property".freeze
|
1053
|
+
property :description,
|
1054
|
+
comment: %(This can be specialised by using sub-properties
|
1055
|
+
like defined in http://www.ebu.ch/metadata/cs/web/ebu_DescriptionTypeCodeCS_p.xml.htm
|
1056
|
+
implemented as examples as e.g. 'summary' or
|
1057
|
+
'script'.).freeze,
|
1058
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
1059
|
+
label: "Description".freeze,
|
1060
|
+
"owl:equivalentProperty" => %(ma:description).freeze,
|
1061
|
+
subPropertyOf: "dc11:description".freeze,
|
1062
|
+
type: "rdf:Property".freeze
|
1063
|
+
property :dialogue,
|
1064
|
+
comment: %(A flag to indicate the AudioContent or AudioObject contains a dialogue.).freeze,
|
1065
|
+
label: "Dialog indicator".freeze,
|
1066
|
+
range: "xsd:boolean".freeze,
|
1067
|
+
type: "rdf:Property".freeze
|
1068
|
+
property :dopesheet,
|
1069
|
+
comment: %(To provide a dopesheet with a title and brief description for news.).freeze,
|
1070
|
+
label: "Dopesheet".freeze,
|
1071
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
1072
|
+
type: "rdf:Property".freeze
|
1073
|
+
property :duration,
|
1074
|
+
comment: %(To provide information on the duration of a MediaResource. It corresponds to 'duration' in the
|
1075
|
+
Ontology for Media Resources.).freeze,
|
1076
|
+
label: "Duration".freeze,
|
1077
|
+
"owl:equivalentProperty" => %(ma:duration).freeze,
|
1078
|
+
range: "rdfs:Literal".freeze,
|
1079
|
+
type: "rdf:Property".freeze
|
1080
|
+
property :durationNormalPlayTime,
|
1081
|
+
comment: %(To provide a duration as normal
|
1082
|
+
time.).freeze,
|
1083
|
+
label: "Duration (time)".freeze,
|
1084
|
+
range: "xsd:time".freeze,
|
1085
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#duration".freeze,
|
1086
|
+
type: "rdf:Property".freeze
|
1087
|
+
property :durationNumberEditUnit,
|
1088
|
+
comment: %(To provide a duration as a number of EditUnits
|
1089
|
+
which value is for instance the inverse of the audio sample rate or video frame
|
1090
|
+
rate.).freeze,
|
1091
|
+
label: "Duration (edit units)".freeze,
|
1092
|
+
range: "xsd:double".freeze,
|
1093
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#duration".freeze,
|
1094
|
+
type: "rdf:Property".freeze
|
1095
|
+
property :durationPublished,
|
1096
|
+
comment: %(To provide information on the published / announced duration of an EditorialObject.).freeze,
|
1097
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EditorialObject".freeze,
|
1098
|
+
label: "Published Duration".freeze,
|
1099
|
+
range: "rdfs:Literal".freeze,
|
1100
|
+
type: "rdf:Property".freeze
|
1101
|
+
property :durationPublishedNormalPlayTime,
|
1102
|
+
comment: %(To provide a published duration as normal
|
1103
|
+
time.).freeze,
|
1104
|
+
label: "Published duration (time)".freeze,
|
1105
|
+
range: "xsd:dateTime".freeze,
|
1106
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#durationPublished".freeze,
|
1107
|
+
type: "rdf:Property".freeze
|
1108
|
+
property :durationPublishedNumberEditUnit,
|
1109
|
+
comment: %(To provide a published duration as a number of EditUnits
|
1110
|
+
which value is for instance the inverse of the audio sample rate or video frame
|
1111
|
+
rate.).freeze,
|
1112
|
+
label: "Published duration (edit units)".freeze,
|
1113
|
+
range: "xsd:double".freeze,
|
1114
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#durationPublished".freeze,
|
1115
|
+
type: "rdf:Property".freeze
|
1116
|
+
property :durationPublishedTimecode,
|
1117
|
+
comment: %(The published duration expressed as a
|
1118
|
+
timecode.).freeze,
|
1119
|
+
label: "Published duration (timecode)".freeze,
|
1120
|
+
range: "xsd:string".freeze,
|
1121
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#durationPublished".freeze,
|
1122
|
+
type: "rdf:Property".freeze
|
1123
|
+
property :durationTimecode,
|
1124
|
+
comment: %(The duration expressed as a
|
1125
|
+
timecode.).freeze,
|
1126
|
+
label: "Duration (timecode)".freeze,
|
1127
|
+
range: "xsd:string".freeze,
|
1128
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#duration".freeze,
|
1129
|
+
type: "rdf:Property".freeze
|
1130
|
+
property :editUnit,
|
1131
|
+
comment: %(The edit unit is e.g. the inverse of the audio
|
1132
|
+
sample rate or video frame rate.).freeze,
|
1133
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
1134
|
+
label: "Edit unit".freeze,
|
1135
|
+
range: "xsd:float".freeze,
|
1136
|
+
type: "rdf:Property".freeze
|
1137
|
+
property :encodingLevel,
|
1138
|
+
comment: %(The encoding level.).freeze,
|
1139
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1140
|
+
label: "Encoding level".freeze,
|
1141
|
+
type: "rdf:Property".freeze
|
1142
|
+
property :encodingProfile,
|
1143
|
+
comment: %(The encoding profile).freeze,
|
1144
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1145
|
+
label: "Encoding profile".freeze,
|
1146
|
+
type: "rdf:Property".freeze
|
1147
|
+
property :end,
|
1148
|
+
comment: %(The start point of the media
|
1149
|
+
resource.).freeze,
|
1150
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
1151
|
+
label: "End time".freeze,
|
1152
|
+
range: "rdfs:Literal".freeze,
|
1153
|
+
type: "rdf:Property".freeze
|
1154
|
+
property :endNormalPlayTime,
|
1155
|
+
comment: %(The start time expressed using a time
|
1156
|
+
expression.).freeze,
|
1157
|
+
label: "End time (time)".freeze,
|
1158
|
+
range: "xsd:time".freeze,
|
1159
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#end".freeze,
|
1160
|
+
type: "rdf:Property".freeze
|
1161
|
+
property :endNumberEditUnits,
|
1162
|
+
comment: %(A start time expressed as a number of edit
|
1163
|
+
units.).freeze,
|
1164
|
+
label: "End time (edit units)".freeze,
|
1165
|
+
range: "xsd:double".freeze,
|
1166
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#end".freeze,
|
1167
|
+
type: "rdf:Property".freeze
|
1168
|
+
property :endTimecode,
|
1169
|
+
comment: %(A start time expressed as
|
1170
|
+
timecode.).freeze,
|
1171
|
+
label: "End time (timecode)".freeze,
|
1172
|
+
range: "xsd:string".freeze,
|
1173
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#end".freeze,
|
1174
|
+
type: "rdf:Property".freeze
|
1175
|
+
property :eventDescription,
|
1176
|
+
comment: %(To provide a deescription for an
|
1177
|
+
Event.).freeze,
|
1178
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event".freeze,
|
1179
|
+
label: "Description".freeze,
|
1180
|
+
range: "xsd:string".freeze,
|
1181
|
+
type: "rdf:Property".freeze
|
1182
|
+
property :eventDuration,
|
1183
|
+
comment: %(The duration of an event.).freeze,
|
1184
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event".freeze,
|
1185
|
+
label: "Duration".freeze,
|
1186
|
+
range: "xsd:duration".freeze,
|
1187
|
+
type: "rdf:Property".freeze
|
1188
|
+
property :eventEndDate,
|
1189
|
+
comment: %(The end date of an Event.).freeze,
|
1190
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event".freeze,
|
1191
|
+
label: "Event end date".freeze,
|
1192
|
+
range: "xsd:string".freeze,
|
1193
|
+
type: "rdf:Property".freeze
|
1194
|
+
property :eventName,
|
1195
|
+
comment: %(To provide a name for an Event.).freeze,
|
1196
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event".freeze,
|
1197
|
+
label: "Event name".freeze,
|
1198
|
+
range: "xsd:string".freeze,
|
1199
|
+
type: "rdf:Property".freeze
|
1200
|
+
property :eventStartDate,
|
1201
|
+
comment: %(The start date of an Event.).freeze,
|
1202
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event".freeze,
|
1203
|
+
label: "Event start date".freeze,
|
1204
|
+
range: "xsd:string".freeze,
|
1205
|
+
type: "rdf:Property".freeze
|
1206
|
+
property :familyName,
|
1207
|
+
comment: %(To provide a family name / last name.).freeze,
|
1208
|
+
label: "Family name".freeze,
|
1209
|
+
"owl:equivalentProperty" => %(foaf:familyName).freeze,
|
1210
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentName".freeze,
|
1211
|
+
type: "rdf:Property".freeze
|
1212
|
+
property :fictitious,
|
1213
|
+
comment: %(A flag to indicate if an agent of fictitious
|
1214
|
+
\(set to true\).).freeze,
|
1215
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1216
|
+
label: "Fictitious agent indicator".freeze,
|
1217
|
+
range: "xsd:boolean".freeze,
|
1218
|
+
type: "rdf:Property".freeze
|
1219
|
+
property :fileSize,
|
1220
|
+
comment: %(to provide the size of a MediaResource in
|
1221
|
+
bytes.).freeze,
|
1222
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1223
|
+
label: "File size".freeze,
|
1224
|
+
range: "xsd:double".freeze,
|
1225
|
+
type: "rdf:Property".freeze
|
1226
|
+
property :filename,
|
1227
|
+
comment: %(The name of the file containing the
|
1228
|
+
Resource.).freeze,
|
1229
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1230
|
+
label: "File name".freeze,
|
1231
|
+
range: "xsd:string".freeze,
|
1232
|
+
type: "rdf:Property".freeze
|
1233
|
+
property :followsInSequence,
|
1234
|
+
comment: %(A link to a an BusinessObject or a Resource preceding the current BusinessObject or Resource in an ordered sequence).freeze,
|
1235
|
+
label: "Previous".freeze,
|
1236
|
+
subPropertyOf: "dc11:relation".freeze,
|
1237
|
+
type: "rdf:Property".freeze
|
1238
|
+
property :frameRate,
|
1239
|
+
comment: %(The frame rate of the video signal in frame per
|
1240
|
+
second.).freeze,
|
1241
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#VideoTrack".freeze,
|
1242
|
+
label: "Frame rate".freeze,
|
1243
|
+
"owl:equivalentProperty" => %(ma:frameRate).freeze,
|
1244
|
+
range: "xsd:double".freeze,
|
1245
|
+
type: "rdf:Property".freeze
|
1246
|
+
property :frameSizeUnit,
|
1247
|
+
comment: %(The unit used to express the frame width or
|
1248
|
+
height. The unit by default is 'pixel'.).freeze,
|
1249
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#VideoTrack".freeze,
|
1250
|
+
label: "Frame size unit".freeze,
|
1251
|
+
"owl:equivalentProperty" => %(ma:frameSizeUnit).freeze,
|
1252
|
+
range: "xsd:string".freeze,
|
1253
|
+
type: "rdf:Property".freeze
|
1254
|
+
property :frequency,
|
1255
|
+
comment: %(To provide the frequency of an AudioChannel filter).freeze,
|
1256
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioChannel".freeze,
|
1257
|
+
label: "Frequency".freeze,
|
1258
|
+
range: "xsd:integer".freeze,
|
1259
|
+
type: "rdf:Property".freeze
|
1260
|
+
property :givenName,
|
1261
|
+
comment: %(To provide one or more given names.).freeze,
|
1262
|
+
label: "Given name".freeze,
|
1263
|
+
"owl:equivalentProperty" => %(foaf:givenName).freeze,
|
1264
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentName".freeze,
|
1265
|
+
type: "rdf:Property".freeze
|
1266
|
+
property :groupDescription,
|
1267
|
+
comment: %(A textual description of a
|
1268
|
+
Group.).freeze,
|
1269
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Group".freeze,
|
1270
|
+
label: "Group description".freeze,
|
1271
|
+
range: "xsd:string".freeze,
|
1272
|
+
type: "rdf:Property".freeze
|
1273
|
+
property :groupName,
|
1274
|
+
comment: %(The name attributed to a Group.).freeze,
|
1275
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Group".freeze,
|
1276
|
+
label: "Group name".freeze,
|
1277
|
+
range: "xsd:string".freeze,
|
1278
|
+
type: "rdf:Property".freeze
|
1279
|
+
property :hasAffiliation,
|
1280
|
+
comment: %(A property to establish the relation between a
|
1281
|
+
Contact/person and an Organisation.).freeze,
|
1282
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
1283
|
+
label: "Affiliation".freeze,
|
1284
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Affiliation".freeze,
|
1285
|
+
type: "rdf:Property".freeze
|
1286
|
+
property :hasAncillaryData,
|
1287
|
+
comment: %(A property to signal the presence of
|
1288
|
+
AncillaryData associated with the EditorialObject and / or MediaResource.).freeze,
|
1289
|
+
label: "Ancillary data".freeze,
|
1290
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AncillaryData".freeze,
|
1291
|
+
type: "rdf:Property".freeze
|
1292
|
+
property :hasAncillaryDataFormat,
|
1293
|
+
label: "Ancillary data format".freeze,
|
1294
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasDataFormat".freeze,
|
1295
|
+
type: "rdf:Property".freeze
|
1296
|
+
property :hasAnnotation,
|
1297
|
+
comment: %(A property to signal the presence of Annotation
|
1298
|
+
information associated with an EditorialObject and / or a MediaResource.).freeze,
|
1299
|
+
label: "Annotation".freeze,
|
1300
|
+
type: "rdf:Property".freeze
|
1301
|
+
property :hasAnnotationSource,
|
1302
|
+
comment: %(To identify the Agent, Contact/person or
|
1303
|
+
Organisation who has provided the Annotation.).freeze,
|
1304
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Annotation".freeze,
|
1305
|
+
label: "Annotation Source".freeze,
|
1306
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1307
|
+
type: "rdf:Property".freeze
|
1308
|
+
property :hasAudioEncodingFormat,
|
1309
|
+
label: "Audio encoding format".freeze,
|
1310
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasEncodingFormat".freeze,
|
1311
|
+
type: "rdf:Property".freeze
|
1312
|
+
property :hasAudioFormat,
|
1313
|
+
label: "Audio format".freeze,
|
1314
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1315
|
+
type: "rdf:Property".freeze
|
1316
|
+
property :hasCaptioning,
|
1317
|
+
comment: %(To signal the presence of
|
1318
|
+
Captioning.).freeze,
|
1319
|
+
label: "Captioning".freeze,
|
1320
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Captioning".freeze,
|
1321
|
+
type: "rdf:Property".freeze
|
1322
|
+
property :hasCaptioningFormat,
|
1323
|
+
label: "Captioning format".freeze,
|
1324
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasDataFormat".freeze,
|
1325
|
+
type: "rdf:Property".freeze
|
1326
|
+
property :hasCastRole,
|
1327
|
+
comment: %(To define the roles involved in the creation of or related to the BusinessObject. The Role acts as a link to the Agent fulfilling that function.).freeze,
|
1328
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
1329
|
+
label: "Cast role".freeze,
|
1330
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Role".freeze,
|
1331
|
+
type: "rdf:Property".freeze
|
1332
|
+
property :hasCodec,
|
1333
|
+
comment: %(To identify the Codec with which the Resource has been encoded.).freeze,
|
1334
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1335
|
+
label: "Encoder".freeze,
|
1336
|
+
"owl:equivalentProperty" => %(ma:hasCompression).freeze,
|
1337
|
+
type: "rdf:Property".freeze
|
1338
|
+
property :hasColourSpace,
|
1339
|
+
label: "Colour space".freeze,
|
1340
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1341
|
+
type: "rdf:Property".freeze
|
1342
|
+
property :hasContact,
|
1343
|
+
comment: %(To provide information on a Contact for an
|
1344
|
+
Organisation or a physical person \(e.g. the agent of an actor\).).freeze,
|
1345
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1346
|
+
label: "Contact".freeze,
|
1347
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
1348
|
+
type: "rdf:Property".freeze
|
1349
|
+
property :hasContainerFormat,
|
1350
|
+
label: "Container format".freeze,
|
1351
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1352
|
+
type: "rdf:Property".freeze
|
1353
|
+
property :hasContainerMimeType,
|
1354
|
+
label: "Mime type".freeze,
|
1355
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1356
|
+
type: "rdf:Property".freeze
|
1357
|
+
property :hasContributor,
|
1358
|
+
comment: %(To provide information on Contacts/persons or
|
1359
|
+
Organisations who have contributed to the BusinessObject or Resource.).freeze,
|
1360
|
+
label: "Contributor".freeze,
|
1361
|
+
"owl:equivalentProperty" => %(ma:hasContributor).freeze,
|
1362
|
+
subPropertyOf: "dc11:contributor".freeze,
|
1363
|
+
type: "rdf:Property".freeze
|
1364
|
+
property :hasCoverage,
|
1365
|
+
comment: %(A property to identify the Events and or
|
1366
|
+
Locations, all real or fictional, covered by the
|
1367
|
+
BusinessObject.).freeze,
|
1368
|
+
label: "Coverage".freeze,
|
1369
|
+
"owl:equivalentProperty" => %(ma:hasRelatedLocation).freeze,
|
1370
|
+
subPropertyOf: "dc11:coverage".freeze,
|
1371
|
+
type: "rdf:Property".freeze
|
1372
|
+
property :hasCreationLocation,
|
1373
|
+
comment: %(The Location where content has been created.).freeze,
|
1374
|
+
label: "Creation location".freeze,
|
1375
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
1376
|
+
subPropertyOf: "dc11:coverage".freeze,
|
1377
|
+
type: "rdf:Property".freeze
|
1378
|
+
property :hasCreator,
|
1379
|
+
comment: %(To identify an Agent involved in the creation of the Resource or BusinessObject.).freeze,
|
1380
|
+
label: "Creator".freeze,
|
1381
|
+
"owl:equivalentProperty" => %(ma:hasCreator).freeze,
|
1382
|
+
subPropertyOf: "dc11:creator".freeze,
|
1383
|
+
type: "rdf:Property".freeze
|
1384
|
+
property :hasDataFormat,
|
1385
|
+
label: "Data format".freeze,
|
1386
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1387
|
+
type: "rdf:Property".freeze
|
1388
|
+
property :hasDepartment,
|
1389
|
+
comment: %(To identify Departments within an
|
1390
|
+
Organisation.).freeze,
|
1391
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Organisation".freeze,
|
1392
|
+
label: "Department".freeze,
|
1393
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Department".freeze,
|
1394
|
+
type: "rdf:Property".freeze
|
1395
|
+
property :hasDocumentFormat,
|
1396
|
+
label: "has document format".freeze,
|
1397
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1398
|
+
type: "rdf:Property".freeze
|
1399
|
+
property :hasDopesheet,
|
1400
|
+
comment: %(To associate a Dopesheet with a NewsItem.).freeze,
|
1401
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#NewsItem".freeze,
|
1402
|
+
label: "Dopesheet".freeze,
|
1403
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Dopesheet".freeze,
|
1404
|
+
type: "rdf:Property".freeze
|
1405
|
+
property :hasEncodingFormat,
|
1406
|
+
label: "Encoding format".freeze,
|
1407
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1408
|
+
type: "rdf:Property".freeze
|
1409
|
+
property :hasEpisode,
|
1410
|
+
comment: %(To identify an episode of a
|
1411
|
+
Series or a Season.).freeze,
|
1412
|
+
label: "Episode".freeze,
|
1413
|
+
"owl:inverseOf" => %(http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#isEpisodeOf).freeze,
|
1414
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Programme".freeze,
|
1415
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedBusinessObject".freeze,
|
1416
|
+
type: "rdf:Property".freeze
|
1417
|
+
property :hasEvent,
|
1418
|
+
comment: %(To associate an Event with a
|
1419
|
+
Location.).freeze,
|
1420
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
1421
|
+
label: "Event".freeze,
|
1422
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event".freeze,
|
1423
|
+
subPropertyOf: "dc11:coverage".freeze,
|
1424
|
+
type: "rdf:Property".freeze
|
1425
|
+
property :hasFileFormat,
|
1426
|
+
label: "File format".freeze,
|
1427
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1428
|
+
type: "rdf:Property".freeze
|
1429
|
+
property :hasFormat,
|
1430
|
+
comment: %(A property to define the Format of a Resource.).freeze,
|
1431
|
+
label: "Format".freeze,
|
1432
|
+
"owl:equivalentProperty" => %(ma:hasFormat).freeze,
|
1433
|
+
subPropertyOf: "dc11:format".freeze,
|
1434
|
+
type: "rdf:Property".freeze
|
1435
|
+
property :hasGenre,
|
1436
|
+
comment: %(To define a Genre/category associated to the
|
1437
|
+
BusinesssObject.).freeze,
|
1438
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
1439
|
+
label: "Genre".freeze,
|
1440
|
+
"owl:equivalentProperty" => %(ma:hasGenre).freeze,
|
1441
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasType".freeze,
|
1442
|
+
type: "rdf:Property".freeze
|
1443
|
+
property :hasHomepage,
|
1444
|
+
label: "Homepage".freeze,
|
1445
|
+
"skos:prefLabel" => %(Homepage).freeze,
|
1446
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedResource".freeze,
|
1447
|
+
type: "rdf:Property".freeze
|
1448
|
+
property :hasIdPicture,
|
1449
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
1450
|
+
label: "Id picture".freeze,
|
1451
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Picture".freeze,
|
1452
|
+
"skos:prefLabel" => %(Id picture).freeze,
|
1453
|
+
type: "rdf:Property".freeze
|
1454
|
+
property :hasImageFormat,
|
1455
|
+
label: "Image format".freeze,
|
1456
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1457
|
+
type: "rdf:Property".freeze
|
1458
|
+
property :hasKeyCareerEvent,
|
1459
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1460
|
+
label: "Career event".freeze,
|
1461
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#KeyCareerEvent".freeze,
|
1462
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedEvent".freeze,
|
1463
|
+
type: "rdf:Property".freeze
|
1464
|
+
property :hasKeyPersonalEvent,
|
1465
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1466
|
+
label: "Personal event".freeze,
|
1467
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#KeyPersonalEvent".freeze,
|
1468
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedEvent".freeze,
|
1469
|
+
type: "rdf:Property".freeze
|
1470
|
+
property :hasKeyword,
|
1471
|
+
comment: %(To associate a concept, descriptive phrase or
|
1472
|
+
Keyword that specifies the topic of the BusinessObject or Annotation.).freeze,
|
1473
|
+
label: "Keyword".freeze,
|
1474
|
+
"owl:equivalentProperty" => %(ma:hasKeyword).freeze,
|
1475
|
+
type: "rdf:Property".freeze
|
1476
|
+
property :hasLanguage,
|
1477
|
+
comment: %(To associate a Language to a Resource or
|
1478
|
+
BusinessObject. A controlled vocabulary based on BCP 47 is recommended. This
|
1479
|
+
property can also be used to identify the presence of sign language \(RFC 5646\). By
|
1480
|
+
inheritance, the hasLanguage property applies indifferently at the MediaResource /
|
1481
|
+
Fragment / Track levels at which the usage is being defined. Best practice recommends to
|
1482
|
+
use to best possible level of granularity fo describe the usage of language within a
|
1483
|
+
MediaResource including at Fragment and Track levels.).freeze,
|
1484
|
+
label: "Language".freeze,
|
1485
|
+
"owl:equivalentProperty" => %(ma:hasLanguage).freeze,
|
1486
|
+
subPropertyOf: "dc11:language".freeze,
|
1487
|
+
type: "rdf:Property".freeze
|
1488
|
+
property :hasLocation,
|
1489
|
+
comment: %(To associate a Location with a BusinessObject.).freeze,
|
1490
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event".freeze,
|
1491
|
+
label: "Location".freeze,
|
1492
|
+
subPropertyOf: "dc11:coverage".freeze,
|
1493
|
+
type: "rdf:Property".freeze
|
1494
|
+
property :hasLogo,
|
1495
|
+
comment: %(Logos can be used in a variety of contexts.
|
1496
|
+
Logo can be associated with an Organisation or a Service or a PublicationChannel.).freeze,
|
1497
|
+
label: "Logo".freeze,
|
1498
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Logo".freeze,
|
1499
|
+
type: "rdf:Property".freeze
|
1500
|
+
property :hasMediaFragment,
|
1501
|
+
comment: %(To define Parts \(segments, fragments, etc.\)
|
1502
|
+
withiin a MediaResource.).freeze,
|
1503
|
+
label: "Part".freeze,
|
1504
|
+
"owl:equivalentProperty" => %(ma:hasFragment).freeze,
|
1505
|
+
"owl:inverseOf" => %(http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#isMediaFragmentOf).freeze,
|
1506
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaFragment".freeze,
|
1507
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedResource".freeze,
|
1508
|
+
type: "rdf:Property".freeze
|
1509
|
+
property :hasMedium,
|
1510
|
+
label: "Medium".freeze,
|
1511
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1512
|
+
type: "rdf:Property".freeze
|
1513
|
+
property :hasMember,
|
1514
|
+
comment: %(To establish group/collection relationship between EditorialObjects.).freeze,
|
1515
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Group".freeze,
|
1516
|
+
label: "Member.".freeze,
|
1517
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EditorialObject".freeze,
|
1518
|
+
type: "rdf:Property".freeze
|
1519
|
+
property :hasMetadataAttributor,
|
1520
|
+
comment: %(To identify the Agent \(Contact/person or
|
1521
|
+
Organisation\) who has created the metadata.).freeze,
|
1522
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Subject".freeze,
|
1523
|
+
label: "Metadata attributor".freeze,
|
1524
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1525
|
+
type: "rdf:Property".freeze
|
1526
|
+
property :hasMimeType,
|
1527
|
+
label: "Mime type".freeze,
|
1528
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1529
|
+
type: "rdf:Property".freeze
|
1530
|
+
property :hasObjectType,
|
1531
|
+
comment: %(To define an ObjectType for the BusinessObject
|
1532
|
+
\(e.g. book, report, programme, clip\) if not defined as a subClass of BusinessObject.).freeze,
|
1533
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
1534
|
+
label: "Object/asset type".freeze,
|
1535
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasType".freeze,
|
1536
|
+
type: "rdf:Property".freeze
|
1537
|
+
property :hasOriginalLanguage,
|
1538
|
+
label: "Original language".freeze,
|
1539
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasLanguage".freeze,
|
1540
|
+
type: "rdf:Property".freeze
|
1541
|
+
property :hasPart,
|
1542
|
+
comment: %(To define Parts \(segments, fragments, etc.\)
|
1543
|
+
within a BusinessObject.).freeze,
|
1544
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EditorialObject".freeze,
|
1545
|
+
label: "Part".freeze,
|
1546
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EditorialObject".freeze,
|
1547
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedBusinessObject".freeze,
|
1548
|
+
type: "rdf:Property".freeze
|
1549
|
+
property :hasPictogram,
|
1550
|
+
comment: %(To provide a visual representation of TargetAudience or Rating.).freeze,
|
1551
|
+
label: "Pictogram".freeze,
|
1552
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Pictogram".freeze,
|
1553
|
+
type: "rdf:Property".freeze
|
1554
|
+
property :hasPublicationChannel,
|
1555
|
+
comment: %(To associate a PublicationEvent with a
|
1556
|
+
PublicationChannel.).freeze,
|
1557
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationEvent".freeze,
|
1558
|
+
label: "Publication channel".freeze,
|
1559
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationChannel".freeze,
|
1560
|
+
type: "rdf:Property".freeze
|
1561
|
+
property :hasPublicationEvent,
|
1562
|
+
comment: %(To associate PublicationEvents with
|
1563
|
+
PublicationChannels or as elements of a PublicationHistory or PublicationPlanning.).freeze,
|
1564
|
+
label: "Publication event".freeze,
|
1565
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationEvent".freeze,
|
1566
|
+
type: "rdf:Property".freeze
|
1567
|
+
property :hasPublicationHistory,
|
1568
|
+
label: "has publication history".freeze,
|
1569
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationHistory".freeze,
|
1570
|
+
type: "rdf:Property".freeze
|
1571
|
+
property :hasPublisher,
|
1572
|
+
comment: %(To identify an Agent involved in the publication of the Resource or BusinessObject.).freeze,
|
1573
|
+
label: "Publisher".freeze,
|
1574
|
+
"owl:equivalentProperty" => %(ma:hasPublisher).freeze,
|
1575
|
+
subPropertyOf: "dc11:publisher".freeze,
|
1576
|
+
type: "rdf:Property".freeze
|
1577
|
+
property :hasRating,
|
1578
|
+
comment: %(To identify the presence of Rating attributed
|
1579
|
+
to a Resource or BusinessObject.).freeze,
|
1580
|
+
label: "Rating".freeze,
|
1581
|
+
"owl:equivalentProperty" => %(ma:hasRating).freeze,
|
1582
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rating".freeze,
|
1583
|
+
type: "rdf:Property".freeze
|
1584
|
+
property :hasRatingSource,
|
1585
|
+
comment: %(To identify an Agent \(Contact/person or
|
1586
|
+
Organisation\) who has proposed a Rating.).freeze,
|
1587
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rating".freeze,
|
1588
|
+
label: "Rating provider".freeze,
|
1589
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1590
|
+
type: "rdf:Property".freeze
|
1591
|
+
property :hasRelatedAudioChannel,
|
1592
|
+
comment: %(To associate an AudioChannel with an AudioPack or an AudioStream.).freeze,
|
1593
|
+
label: "Audio channel".freeze,
|
1594
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioChannel".freeze,
|
1595
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedResource".freeze,
|
1596
|
+
type: "rdf:Property".freeze
|
1597
|
+
property :hasRelatedAudioContent,
|
1598
|
+
comment: %(To identify the AudioContent associated with an AudioProgramme.).freeze,
|
1599
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioProgramme".freeze,
|
1600
|
+
label: "Audio content".freeze,
|
1601
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioContent".freeze,
|
1602
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedBusinessObject".freeze,
|
1603
|
+
type: "rdf:Property".freeze
|
1604
|
+
property :hasRelatedAudioObject,
|
1605
|
+
comment: %(To identify AudioObjects associated with AudioContent or other AudioObjects.).freeze,
|
1606
|
+
label: "Audio object".freeze,
|
1607
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedBusinessObject".freeze,
|
1608
|
+
type: "rdf:Property".freeze
|
1609
|
+
property :hasRelatedAudioStream,
|
1610
|
+
comment: %(To associate an AudioStream with an AudioTrack.).freeze,
|
1611
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioTrack".freeze,
|
1612
|
+
label: "Audio stream".freeze,
|
1613
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioStream".freeze,
|
1614
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedResource".freeze,
|
1615
|
+
type: "rdf:Property".freeze
|
1616
|
+
property :hasRelatedAudioTrack,
|
1617
|
+
comment: %(To associate an AudioTrack with an AudioStream or an AudioTrackUID.).freeze,
|
1618
|
+
label: "Audio track".freeze,
|
1619
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioTrack".freeze,
|
1620
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedResource".freeze,
|
1621
|
+
type: "rdf:Property".freeze
|
1622
|
+
property :hasRelatedBusinessObject,
|
1623
|
+
comment: %(EditorialObjects can be related to other BusinessOjects, Assets \(and associated rights\), PublicationEvents\(defined when commissioning the EditorialObject before it is instantiated as a Resource \(manifestation\), or Resources, or Ratings.).freeze,
|
1624
|
+
label: "Editorial object".freeze,
|
1625
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
1626
|
+
subPropertyOf: "dc11:relation".freeze,
|
1627
|
+
type: "rdf:Property".freeze
|
1628
|
+
property :hasRelatedEvent,
|
1629
|
+
label: "has related event".freeze,
|
1630
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Event".freeze,
|
1631
|
+
subPropertyOf: "dc11:relation".freeze,
|
1632
|
+
type: "rdf:Property".freeze
|
1633
|
+
property :hasRelatedImage,
|
1634
|
+
comment: %(To associate an Image with a BusinessObject.).freeze,
|
1635
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
1636
|
+
label: "Image".freeze,
|
1637
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Image".freeze,
|
1638
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedBusinessObject".freeze,
|
1639
|
+
type: "rdf:Property".freeze
|
1640
|
+
property :hasRelatedLocation,
|
1641
|
+
label: "has related event".freeze,
|
1642
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
1643
|
+
subPropertyOf: "dc11:relation".freeze,
|
1644
|
+
type: "rdf:Property".freeze
|
1645
|
+
property :hasRelatedMediaFragment,
|
1646
|
+
comment: %(To associate a Part of an EditorialObject with a MediaFragment within the association MediaResource instantiating the EditorialObject.).freeze,
|
1647
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Part".freeze,
|
1648
|
+
label: "Media fragment".freeze,
|
1649
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaFragment".freeze,
|
1650
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasMediaFragment".freeze,
|
1651
|
+
type: "rdf:Property".freeze
|
1652
|
+
property :hasRelatedPicture,
|
1653
|
+
comment: %(To associate a Picture with a BusinessObject or a Resource.).freeze,
|
1654
|
+
label: "Picture".freeze,
|
1655
|
+
"owl:equivalentProperty" => %(ma:hasRelatedImage).freeze,
|
1656
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Picture".freeze,
|
1657
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedResource".freeze,
|
1658
|
+
type: "rdf:Property".freeze
|
1659
|
+
property :hasRelatedPublicationEvent,
|
1660
|
+
comment: %(To identify the PublicationEvent associated with a MediaResource \(manifestation of an EditorialObject\).).freeze,
|
1661
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
1662
|
+
label: "Publication event".freeze,
|
1663
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationEvent".freeze,
|
1664
|
+
subPropertyOf: "dc11:relation".freeze,
|
1665
|
+
type: "rdf:Property".freeze
|
1666
|
+
property :hasRelatedResource,
|
1667
|
+
comment: %(To identify a Resource associated with an Asset or a BusinessObject or a PublicationEvent or another Resource.).freeze,
|
1668
|
+
label: "Related resource".freeze,
|
1669
|
+
"owl:equivalentProperty" => %(ma:hasRelatedResource).freeze,
|
1670
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1671
|
+
subPropertyOf: "dc11:relation".freeze,
|
1672
|
+
type: "rdf:Property".freeze
|
1673
|
+
property :hasRights,
|
1674
|
+
label: "has rights".freeze,
|
1675
|
+
"skos:prefLabel" => %(has rights).freeze,
|
1676
|
+
type: "rdf:Property".freeze
|
1677
|
+
property :hasRightsContact,
|
1678
|
+
comment: %(To identify a Contact/person who can provide
|
1679
|
+
assistance / guidance regarding the associated Rights.).freeze,
|
1680
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
1681
|
+
label: "Contact".freeze,
|
1682
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
1683
|
+
type: "rdf:Property".freeze
|
1684
|
+
property :hasRightsHolder,
|
1685
|
+
comment: %(To identify an Agent \(Contact/person or
|
1686
|
+
Organisation\) having/managing Rights.).freeze,
|
1687
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
1688
|
+
label: "Rights holder".freeze,
|
1689
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1690
|
+
type: "rdf:Property".freeze
|
1691
|
+
property :hasRole,
|
1692
|
+
comment: %(To define the role of an Agent \(Contact/person
|
1693
|
+
or Organisation\). The association in a particular context is made by declaring the hasCastRole associated with the BusinessObject.).freeze,
|
1694
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1695
|
+
label: "Role".freeze,
|
1696
|
+
type: "rdf:Property".freeze
|
1697
|
+
property :hasSeason,
|
1698
|
+
comment: %(The Season of a Series.).freeze,
|
1699
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Series".freeze,
|
1700
|
+
label: "Season".freeze,
|
1701
|
+
"owl:inverseOf" => %(http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#isSeasonOf).freeze,
|
1702
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Season".freeze,
|
1703
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedBusinessObject".freeze,
|
1704
|
+
type: "rdf:Property".freeze
|
1705
|
+
property :hasSigning,
|
1706
|
+
comment: %(To identify the presence of Signing associated
|
1707
|
+
to the BusinessObject/Resource.).freeze,
|
1708
|
+
label: "Accessibility - signing".freeze,
|
1709
|
+
"owl:equivalentProperty" => %(ma:hasSigning).freeze,
|
1710
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Signing".freeze,
|
1711
|
+
type: "rdf:Property".freeze
|
1712
|
+
property :hasSigningFormat,
|
1713
|
+
label: "Signing format".freeze,
|
1714
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasVideoFormat".freeze,
|
1715
|
+
type: "rdf:Property".freeze
|
1716
|
+
property :hasSource,
|
1717
|
+
comment: %(To identify a Resource as the source of another Resource.).freeze,
|
1718
|
+
label: "Source".freeze,
|
1719
|
+
"owl:equivalentProperty" => %(ma:hasSource).freeze,
|
1720
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1721
|
+
subPropertyOf: "dc11:source".freeze,
|
1722
|
+
type: "rdf:Property".freeze
|
1723
|
+
property :hasStaff,
|
1724
|
+
comment: %(To identify staff working within an Organisation.).freeze,
|
1725
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Organisation".freeze,
|
1726
|
+
label: "Staff".freeze,
|
1727
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
1728
|
+
type: "rdf:Property".freeze
|
1729
|
+
property :hasStorageType,
|
1730
|
+
comment: %(To define a particular type of storage /
|
1731
|
+
repository associated with the Locator from where a Resource can be
|
1732
|
+
accessed.).freeze,
|
1733
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1734
|
+
label: "Storage type".freeze,
|
1735
|
+
type: "rdf:Property".freeze
|
1736
|
+
property :hasSubject,
|
1737
|
+
comment: %(To associate a Subject addressed with a
|
1738
|
+
BusinessObject / Resource.).freeze,
|
1739
|
+
label: "Subject".freeze,
|
1740
|
+
subPropertyOf: "dc11:subject".freeze,
|
1741
|
+
type: "rdf:Property".freeze
|
1742
|
+
property :hasSubtitling,
|
1743
|
+
comment: %(To signal the presence of Subtitling associated
|
1744
|
+
with the EditorialObject or MediaResource.).freeze,
|
1745
|
+
label: "Subtitling".freeze,
|
1746
|
+
"owl:equivalentProperty" => %(ma:hasSubtitling).freeze,
|
1747
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Subtitling".freeze,
|
1748
|
+
type: "rdf:Property".freeze
|
1749
|
+
property :hasSubtitlingFormat,
|
1750
|
+
label: "Subtitling format".freeze,
|
1751
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasDataFormat".freeze,
|
1752
|
+
type: "rdf:Property".freeze
|
1753
|
+
property :hasTargetAudience,
|
1754
|
+
comment: %(To associate a TargetAudience \(e.g. for
|
1755
|
+
parental guiddance or targeting a particular social group\) with a
|
1756
|
+
BusinessObject/Resource.).freeze,
|
1757
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
1758
|
+
label: "Target audience".freeze,
|
1759
|
+
"owl:equivalentProperty" => %(ma:hasTargetAudience).freeze,
|
1760
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasType".freeze,
|
1761
|
+
type: "rdf:Property".freeze
|
1762
|
+
property :hasTheme,
|
1763
|
+
label: "Theme".freeze,
|
1764
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasKeyword".freeze,
|
1765
|
+
type: "rdf:Property".freeze
|
1766
|
+
property :hasTopic,
|
1767
|
+
label: "Topic".freeze,
|
1768
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasSubject".freeze,
|
1769
|
+
type: "rdf:Property".freeze
|
1770
|
+
property :hasTrack,
|
1771
|
+
comment: %(To associate audio/data/video tracks with a MediaResource.).freeze,
|
1772
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
1773
|
+
label: "Track".freeze,
|
1774
|
+
"owl:equivalentProperty" => %(ma:hasTrack).freeze,
|
1775
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Track".freeze,
|
1776
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedResource".freeze,
|
1777
|
+
type: "rdf:Property".freeze
|
1778
|
+
property :hasType,
|
1779
|
+
comment: %(To define a type of BusinessObject is not declared as a subClass of BusinessObject.).freeze,
|
1780
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
1781
|
+
label: "Type".freeze,
|
1782
|
+
subPropertyOf: "dc11:type".freeze,
|
1783
|
+
type: "rdf:Property".freeze
|
1784
|
+
property :hasVersion,
|
1785
|
+
comment: %(To identify another version of an Asset, BusinessObject or Resource.).freeze,
|
1786
|
+
label: "Version".freeze,
|
1787
|
+
"owl:inverseOf" => %(http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#isVersionOf).freeze,
|
1788
|
+
subPropertyOf: "dc11:relation".freeze,
|
1789
|
+
type: "rdf:Property".freeze
|
1790
|
+
property :hasVideoEncodingFormat,
|
1791
|
+
label: "Video encoding format".freeze,
|
1792
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasEncodingFormat".freeze,
|
1793
|
+
type: "rdf:Property".freeze
|
1794
|
+
property :hasVideoFormat,
|
1795
|
+
label: "Video format".freeze,
|
1796
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasFormat".freeze,
|
1797
|
+
type: "rdf:Property".freeze
|
1798
|
+
property :hashValue,
|
1799
|
+
comment: %(The hash value associated to a Resource. There
|
1800
|
+
are different methods / algorithms to calculate hash values, which can be defined as
|
1801
|
+
subproperties.).freeze,
|
1802
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1803
|
+
label: "Hash code".freeze,
|
1804
|
+
range: "xsd:string".freeze,
|
1805
|
+
type: "rdf:Property".freeze
|
1806
|
+
property :height,
|
1807
|
+
comment: %(The height of e.g. a video frame typically
|
1808
|
+
expressed as a number of lines or the height of a picture/image expressed in millimeters
|
1809
|
+
or else.).freeze,
|
1810
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1811
|
+
label: "Height".freeze,
|
1812
|
+
"owl:equivalentProperty" => %(ma:frameHeight).freeze,
|
1813
|
+
range: "xsd:integer".freeze,
|
1814
|
+
type: "rdf:Property".freeze
|
1815
|
+
property :heightUnit,
|
1816
|
+
comment: %(The unit used to measure a Height e.g. in
|
1817
|
+
pixels or number of lines or millimeters or else.).freeze,
|
1818
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1819
|
+
label: "Height unit".freeze,
|
1820
|
+
range: "xsd:string".freeze,
|
1821
|
+
type: "rdf:Property".freeze
|
1822
|
+
property :highPass,
|
1823
|
+
comment: %(The high pass frequency of the AudioChannel filter.).freeze,
|
1824
|
+
label: "High pass frequency".freeze,
|
1825
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#frequency".freeze,
|
1826
|
+
type: "rdf:Property".freeze
|
1827
|
+
property :highlights,
|
1828
|
+
comment: %(To provide highlights.).freeze,
|
1829
|
+
label: "Highlights".freeze,
|
1830
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
1831
|
+
type: "rdf:Property".freeze
|
1832
|
+
property :holdsRightsOver,
|
1833
|
+
comment: %(To identify a BusinessObject or Resource on
|
1834
|
+
which an Agent \(Contact/person or Organisation\) holds Rights.).freeze,
|
1835
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1836
|
+
label: "Asset, resource, object".freeze,
|
1837
|
+
type: "rdf:Property".freeze
|
1838
|
+
property :identifier,
|
1839
|
+
comment: [%(This property is intended to provide an
|
1840
|
+
alternative identifier for the resource, which has no URI counterpart. In the case where
|
1841
|
+
the alternative identifier can be expressed as a URI, it is recommended to use
|
1842
|
+
owl:sameAs instead.).freeze, %(Corresponds to 'identifier'
|
1843
|
+
in the W3C Ontology for Media Annotation. The URI may be used to express an alternative
|
1844
|
+
identifier of the resource, or to share an identifier used by other instances of the
|
1845
|
+
same resource \(equivalent to the fucntionality owl:sameAs\).).freeze],
|
1846
|
+
label: "Identifier".freeze,
|
1847
|
+
subPropertyOf: "dc11:identifier".freeze,
|
1848
|
+
type: "rdf:Property".freeze
|
1849
|
+
property :importance,
|
1850
|
+
comment: %(To indicate the importance of an AudioObject or AudioPack.).freeze,
|
1851
|
+
label: "Audio object importance".freeze,
|
1852
|
+
range: "xsd:string".freeze,
|
1853
|
+
type: "rdf:Property".freeze
|
1854
|
+
property :instantiates,
|
1855
|
+
comment: %(To link a particular manifestation of a
|
1856
|
+
BusinessObject to the corresponding Resource.).freeze,
|
1857
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
1858
|
+
label: "Business object".freeze,
|
1859
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#BusinessObject".freeze,
|
1860
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedBusinessObject".freeze,
|
1861
|
+
type: "rdf:Property".freeze
|
1862
|
+
property :interact,
|
1863
|
+
comment: %(A flag to indicate if the user can interact woith the content.).freeze,
|
1864
|
+
label: "Interaction flag".freeze,
|
1865
|
+
range: "xsd:boolean".freeze,
|
1866
|
+
type: "rdf:Property".freeze
|
1867
|
+
property :isAgent,
|
1868
|
+
comment: %(To identify a Contact/person or Organisation as part of a cast list.).freeze,
|
1869
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Cast".freeze,
|
1870
|
+
label: "Agent".freeze,
|
1871
|
+
type: "rdf:Property".freeze
|
1872
|
+
property :isCharacter,
|
1873
|
+
comment: %(To identify the character personified by a Cast individual.).freeze,
|
1874
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Cast".freeze,
|
1875
|
+
label: "Character".freeze,
|
1876
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Character".freeze,
|
1877
|
+
type: "rdf:Property".freeze
|
1878
|
+
property :isCopyrightedBy,
|
1879
|
+
comment: %(Copyright statement.).freeze,
|
1880
|
+
label: "Copyright".freeze,
|
1881
|
+
"owl:equivalentProperty" => %(ma:isCopyrightedBy).freeze,
|
1882
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRights".freeze,
|
1883
|
+
type: "rdf:Property".freeze
|
1884
|
+
property :isCoveredBy,
|
1885
|
+
comment: %(The Rights or policy applicable to the
|
1886
|
+
BusinessObject, Asset, Resource or PublicationEvent.).freeze,
|
1887
|
+
label: "Rights".freeze,
|
1888
|
+
"owl:equivalentProperty" => [%(ma:hasPolicy).freeze, %(ma:hasPermissions).freeze],
|
1889
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRights".freeze,
|
1890
|
+
type: "rdf:Property".freeze
|
1891
|
+
property :isEpisodeOf,
|
1892
|
+
comment: %(The Episode of a Series or a Season.).freeze,
|
1893
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Programme".freeze,
|
1894
|
+
label: "Parent season".freeze,
|
1895
|
+
"owl:inverseOf" => %(http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasEpisode).freeze,
|
1896
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedBusinessObject".freeze,
|
1897
|
+
type: "rdf:Property".freeze
|
1898
|
+
property :isFictitiousContact,
|
1899
|
+
comment: %(To identify Contact/persons being fictitious.).freeze,
|
1900
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Character".freeze,
|
1901
|
+
label: "Fictitious contact".freeze,
|
1902
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Contact".freeze,
|
1903
|
+
type: "rdf:Property".freeze
|
1904
|
+
property :isMediaFragmentOf,
|
1905
|
+
comment: %(To identify the MediaResource to which the MediaFragment belongs to.).freeze,
|
1906
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaFragment".freeze,
|
1907
|
+
label: "Source".freeze,
|
1908
|
+
"owl:equivalentProperty" => %(ma:isFragmentOf).freeze,
|
1909
|
+
"owl:inverseOf" => %(http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasMediaFragment).freeze,
|
1910
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
1911
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedResource".freeze,
|
1912
|
+
type: "rdf:Property".freeze
|
1913
|
+
property :isMemberOf,
|
1914
|
+
comment: %(To identify a Group to which an EidtorialObject is a member of.).freeze,
|
1915
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#EditorialObject".freeze,
|
1916
|
+
label: "Member of".freeze,
|
1917
|
+
"owl:inverseOf" => %(http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasMember).freeze,
|
1918
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Group".freeze,
|
1919
|
+
subPropertyOf: "dc11:relation".freeze,
|
1920
|
+
type: "rdf:Property".freeze
|
1921
|
+
property :isNextInSequence,
|
1922
|
+
comment: %(A link to a an BusinessObject or a Resource following the current BusinessObject or Resource in an ordered sequence).freeze,
|
1923
|
+
label: "Next".freeze,
|
1924
|
+
subPropertyOf: "dc11:relation".freeze,
|
1925
|
+
type: "rdf:Property".freeze
|
1926
|
+
property :isOperatedBy,
|
1927
|
+
comment: %(To identify the Service that operates the
|
1928
|
+
PublicationChannel.).freeze,
|
1929
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationChannel".freeze,
|
1930
|
+
label: "Operator, owner".freeze,
|
1931
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Service".freeze,
|
1932
|
+
subPropertyOf: "dc11:relation".freeze,
|
1933
|
+
type: "rdf:Property".freeze
|
1934
|
+
property :isOwnedBy,
|
1935
|
+
comment: %(To identify the Agent \(Contact/person or
|
1936
|
+
Organisation\) who owns a Service operating a PublicationChannel.).freeze,
|
1937
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Service".freeze,
|
1938
|
+
label: "Owner".freeze,
|
1939
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
1940
|
+
subPropertyOf: "dc11:relation".freeze,
|
1941
|
+
type: "rdf:Property".freeze
|
1942
|
+
property :isReferencedBy,
|
1943
|
+
comment: %(To express references across Assets, BusinessObjects or Resources.).freeze,
|
1944
|
+
label: "Related object, resource".freeze,
|
1945
|
+
subPropertyOf: "dc11:relation".freeze,
|
1946
|
+
type: "rdf:Property".freeze
|
1947
|
+
property :isRelatedTo,
|
1948
|
+
comment: %(To establish relationships between Assets,
|
1949
|
+
BusinessObjects, PublicationEvents, Ratings and Resources.).freeze,
|
1950
|
+
label: "Related to".freeze,
|
1951
|
+
"owl:equivalentProperty" => %(ma:isRelatedTo).freeze,
|
1952
|
+
subPropertyOf: "dc11:relation".freeze,
|
1953
|
+
type: "rdf:Property".freeze
|
1954
|
+
property :isReplacedBy,
|
1955
|
+
comment: %(To identify substitutions.).freeze,
|
1956
|
+
label: "Replacement".freeze,
|
1957
|
+
subPropertyOf: "dc11:relation".freeze,
|
1958
|
+
type: "rdf:Property".freeze
|
1959
|
+
property :isRequiredBy,
|
1960
|
+
comment: %(To express strong relations between Assets, BusinessObjects or Resources.).freeze,
|
1961
|
+
label: "Required".freeze,
|
1962
|
+
subPropertyOf: "dc11:relation".freeze,
|
1963
|
+
type: "rdf:Property".freeze
|
1964
|
+
property :isSeasonOf,
|
1965
|
+
comment: %(The Season of a Series.).freeze,
|
1966
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Season".freeze,
|
1967
|
+
label: "Parent Series".freeze,
|
1968
|
+
"owl:inverseOf" => %(http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasSeason).freeze,
|
1969
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Series".freeze,
|
1970
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasRelatedBusinessObject".freeze,
|
1971
|
+
type: "rdf:Property".freeze
|
1972
|
+
property :isVersionOf,
|
1973
|
+
comment: %(To identify related versions.).freeze,
|
1974
|
+
label: "Version of".freeze,
|
1975
|
+
"owl:inverseOf" => %(http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#hasVersion).freeze,
|
1976
|
+
subPropertyOf: "dc11:relation".freeze,
|
1977
|
+
type: "rdf:Property".freeze
|
1978
|
+
property :keywordDefinition,
|
1979
|
+
comment: %(To provide a definition for a Keyword.).freeze,
|
1980
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Keyword".freeze,
|
1981
|
+
label: "Keyword definition".freeze,
|
1982
|
+
range: "xsd:string".freeze,
|
1983
|
+
type: "rdf:Property".freeze
|
1984
|
+
property :lineNumber,
|
1985
|
+
comment: %(To provide the number of the line on which
|
1986
|
+
ancillary data is being carried and the equivalent in the digital domain.).freeze,
|
1987
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AncillaryData".freeze,
|
1988
|
+
label: "Line number".freeze,
|
1989
|
+
range: "xsd:integer".freeze,
|
1990
|
+
type: "rdf:Property".freeze
|
1991
|
+
property :locationAddress,
|
1992
|
+
comment: %(To provide the address of a
|
1993
|
+
Location.).freeze,
|
1994
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
1995
|
+
label: "Address".freeze,
|
1996
|
+
range: "xsd:string".freeze,
|
1997
|
+
type: "rdf:Property".freeze
|
1998
|
+
property :locationAddressArea,
|
1999
|
+
comment: %(To provide the Area part of an
|
2000
|
+
Adrress.).freeze,
|
2001
|
+
label: "Area".freeze,
|
2002
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#locationAddress".freeze,
|
2003
|
+
type: "rdf:Property".freeze
|
2004
|
+
property :locationAddressCountry,
|
2005
|
+
comment: %(To provide the country name and or country
|
2006
|
+
code.).freeze,
|
2007
|
+
label: "Country".freeze,
|
2008
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#locationAddress".freeze,
|
2009
|
+
type: "rdf:Property".freeze
|
2010
|
+
property :locationAddressLine,
|
2011
|
+
comment: %(To write address line with e.g. the street name
|
2012
|
+
and number.).freeze,
|
2013
|
+
label: "Address line".freeze,
|
2014
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#locationAddress".freeze,
|
2015
|
+
type: "rdf:Property".freeze
|
2016
|
+
property :locationAddressLocality,
|
2017
|
+
comment: %(To provide the name of a city, viallge,
|
2018
|
+
etc.).freeze,
|
2019
|
+
label: "Locality".freeze,
|
2020
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#locationAddress".freeze,
|
2021
|
+
type: "rdf:Property".freeze
|
2022
|
+
property :locationAddressPostalCode,
|
2023
|
+
comment: %(To provide an address postal
|
2024
|
+
code.).freeze,
|
2025
|
+
label: "Postal code".freeze,
|
2026
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#locationAddress".freeze,
|
2027
|
+
type: "rdf:Property".freeze
|
2028
|
+
property :locationAltitude,
|
2029
|
+
comment: %(To define the altitude of a Location in
|
2030
|
+
meters.).freeze,
|
2031
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
2032
|
+
label: "Altitude".freeze,
|
2033
|
+
"owl:equivalentProperty" => %(ma:locationAltitude).freeze,
|
2034
|
+
range: "xsd:double".freeze,
|
2035
|
+
type: "rdf:Property".freeze
|
2036
|
+
property :locationCoordinateSystemName,
|
2037
|
+
comment: %(To specify the name of the gps coordinate
|
2038
|
+
system used for the Location.).freeze,
|
2039
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
2040
|
+
label: "Coordinate system".freeze,
|
2041
|
+
range: "xsd:string".freeze,
|
2042
|
+
type: "rdf:Property".freeze
|
2043
|
+
property :locationDescription,
|
2044
|
+
comment: %(To provide a description of a particular Location.).freeze,
|
2045
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
2046
|
+
label: "Location description".freeze,
|
2047
|
+
range: "xsd:string".freeze,
|
2048
|
+
type: "rdf:Property".freeze
|
2049
|
+
property :locationLatitude,
|
2050
|
+
comment: %(The latitude of the Location.).freeze,
|
2051
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
2052
|
+
label: "Latitude".freeze,
|
2053
|
+
"owl:equivalentProperty" => %(ma:locationLatitude).freeze,
|
2054
|
+
range: "xsd:double".freeze,
|
2055
|
+
type: "rdf:Property".freeze
|
2056
|
+
property :locationLongitude,
|
2057
|
+
comment: %(To define the longitude of the
|
2058
|
+
Location.).freeze,
|
2059
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
2060
|
+
label: "Longitude".freeze,
|
2061
|
+
"owl:equivalentProperty" => %(ma:locationLongitude).freeze,
|
2062
|
+
range: "xsd:double".freeze,
|
2063
|
+
type: "rdf:Property".freeze
|
2064
|
+
property :locationName,
|
2065
|
+
comment: %(The name by which a Location is
|
2066
|
+
known.).freeze,
|
2067
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
2068
|
+
label: "Location name".freeze,
|
2069
|
+
"owl:equivalentProperty" => %(ma:locationName).freeze,
|
2070
|
+
range: "xsd:string".freeze,
|
2071
|
+
type: "rdf:Property".freeze
|
2072
|
+
property :locationRegion,
|
2073
|
+
comment: %(To provide a description of a particular region assocoated to the Location.).freeze,
|
2074
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Location".freeze,
|
2075
|
+
label: "Region".freeze,
|
2076
|
+
range: "xsd:string".freeze,
|
2077
|
+
type: "rdf:Property".freeze
|
2078
|
+
property :locator,
|
2079
|
+
comment: %(A locator from where the Resource can be accessed.).freeze,
|
2080
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
2081
|
+
label: "Locator".freeze,
|
2082
|
+
"owl:equivalentProperty" => %(ma:locator).freeze,
|
2083
|
+
range: "xsd:string".freeze,
|
2084
|
+
type: "rdf:Property".freeze
|
2085
|
+
property :locatorTargetInformation,
|
2086
|
+
comment: %(Information about storage accessed by the locator.).freeze,
|
2087
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
2088
|
+
label: "Target information".freeze,
|
2089
|
+
range: "xsd:string".freeze,
|
2090
|
+
type: "rdf:Property".freeze
|
2091
|
+
property :loudnessIntegratedLoudness,
|
2092
|
+
comment: %(The value for integrated loudness measured at AudioProgramme or AudioContent level.).freeze,
|
2093
|
+
label: "Integrated loudness".freeze,
|
2094
|
+
range: "xsd:float".freeze,
|
2095
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#loudnessParameters".freeze,
|
2096
|
+
type: "rdf:Property".freeze
|
2097
|
+
property :loudnessMaxMomentary,
|
2098
|
+
comment: %(The value for maximum momentary loudness measured at AudioProgramme or AudioContent level.).freeze,
|
2099
|
+
label: "Max momentary loudness".freeze,
|
2100
|
+
range: "xsd:float".freeze,
|
2101
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#loudnessParameters".freeze,
|
2102
|
+
type: "rdf:Property".freeze
|
2103
|
+
property :loudnessMaxTruepeak,
|
2104
|
+
comment: %(The value for maximum true peak loudness measured at AudioProgramme or AudioContent level.).freeze,
|
2105
|
+
label: "Max true peak loudness".freeze,
|
2106
|
+
range: "xsd:float".freeze,
|
2107
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#loudnessParameters".freeze,
|
2108
|
+
type: "rdf:Property".freeze
|
2109
|
+
property :loudnessMethod,
|
2110
|
+
comment: %(The method for loudness measurement at AudioProgramme or AudioContent level.).freeze,
|
2111
|
+
label: "Loudness method".freeze,
|
2112
|
+
range: "xsd:float".freeze,
|
2113
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#loudnessParameters".freeze,
|
2114
|
+
type: "rdf:Property".freeze
|
2115
|
+
property :loudnessParameters,
|
2116
|
+
comment: %(All the parameters for measurement of loudness at the AudioContent or AudioProgramme level.).freeze,
|
2117
|
+
label: "loudness parameters".freeze,
|
2118
|
+
range: "rdfs:Literal".freeze,
|
2119
|
+
type: "rdf:Property".freeze
|
2120
|
+
property :loudnessRange,
|
2121
|
+
comment: %(The loudness range measured at AudioProgramme or AudioContent level.).freeze,
|
2122
|
+
label: "Loudness range".freeze,
|
2123
|
+
range: "xsd:float".freeze,
|
2124
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#loudnessParameters".freeze,
|
2125
|
+
type: "rdf:Property".freeze
|
2126
|
+
property :lounessMaxShortTerm,
|
2127
|
+
comment: %(The maximum short term loudness measured at AudioProgramme or AudioContent level.).freeze,
|
2128
|
+
label: "Max short term loudness".freeze,
|
2129
|
+
range: "xsd:float".freeze,
|
2130
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#loudnessParameters".freeze,
|
2131
|
+
type: "rdf:Property".freeze
|
2132
|
+
property :lowPass,
|
2133
|
+
comment: %(The low pass frequency of the AudioChannel filter.).freeze,
|
2134
|
+
label: "Low pass frequency".freeze,
|
2135
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#frequency".freeze,
|
2136
|
+
type: "rdf:Property".freeze
|
2137
|
+
property :mainTitle,
|
2138
|
+
comment: %(To provide the main title by which the media
|
2139
|
+
resource is known.).freeze,
|
2140
|
+
label: "Main title".freeze,
|
2141
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#title".freeze,
|
2142
|
+
type: "rdf:Property".freeze
|
2143
|
+
property :mxfChannelID,
|
2144
|
+
comment: %(To identify an MXF channel.).freeze,
|
2145
|
+
label: "MXF channel ID".freeze,
|
2146
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#audioMXFLookup".freeze,
|
2147
|
+
type: "rdf:Property".freeze
|
2148
|
+
property :mxfPackageUID,
|
2149
|
+
comment: %(To identify a MXF package.).freeze,
|
2150
|
+
label: "MXF package UID".freeze,
|
2151
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#audioMXFLookup".freeze,
|
2152
|
+
type: "rdf:Property".freeze
|
2153
|
+
property :mxfTrackID,
|
2154
|
+
comment: %(To identify a MXF track.).freeze,
|
2155
|
+
label: "MXF track ID".freeze,
|
2156
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#audioMXFLookup".freeze,
|
2157
|
+
type: "rdf:Property".freeze
|
2158
|
+
property :nameTitle,
|
2159
|
+
comment: %(To provide a salutation title e.g M. Ms, Dr, Pr.).freeze,
|
2160
|
+
label: "Salutation title".freeze,
|
2161
|
+
"owl:equivalentProperty" => %(foaf:title).freeze,
|
2162
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentName".freeze,
|
2163
|
+
type: "rdf:Property".freeze
|
2164
|
+
property :noiseFilter,
|
2165
|
+
comment: %(A flag to signal that a noise filter has been
|
2166
|
+
used.).freeze,
|
2167
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#VideoFormat".freeze,
|
2168
|
+
label: "Noise filter".freeze,
|
2169
|
+
range: "xsd:boolean".freeze,
|
2170
|
+
type: "rdf:Property".freeze
|
2171
|
+
property :notRated,
|
2172
|
+
comment: %(A flag to indicate that the BusinessObejct has not been rated.).freeze,
|
2173
|
+
label: "Not rated".freeze,
|
2174
|
+
range: "xsd:boolean".freeze,
|
2175
|
+
type: "rdf:Property".freeze
|
2176
|
+
property :numberOfTracks,
|
2177
|
+
comment: %(The number of Tracks composing the MediaResource.).freeze,
|
2178
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
2179
|
+
label: "Number of tracks".freeze,
|
2180
|
+
"owl:equivalentProperty" => %(ma:numberOfTracks).freeze,
|
2181
|
+
range: "xsd:integer".freeze,
|
2182
|
+
type: "rdf:Property".freeze
|
2183
|
+
property :objectTypeDefinition,
|
2184
|
+
comment: %(To provide a definition of an AudioObject type.).freeze,
|
2185
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#ObjectType".freeze,
|
2186
|
+
label: "Audio object type definition".freeze,
|
2187
|
+
range: "xsd:string".freeze,
|
2188
|
+
type: "rdf:Property".freeze
|
2189
|
+
property :officeAddressArea,
|
2190
|
+
comment: %(To provide the Area part of an
|
2191
|
+
Address.).freeze,
|
2192
|
+
label: "Area code".freeze,
|
2193
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#officeMailAddress".freeze,
|
2194
|
+
type: "rdf:Property".freeze
|
2195
|
+
property :officeAddressCountry,
|
2196
|
+
comment: %(To provide the country name and or country
|
2197
|
+
code.).freeze,
|
2198
|
+
label: "Country".freeze,
|
2199
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#officeMailAddress".freeze,
|
2200
|
+
type: "rdf:Property".freeze
|
2201
|
+
property :officeAddressLine,
|
2202
|
+
comment: %(To write address line with e.g. the street name
|
2203
|
+
and number.).freeze,
|
2204
|
+
label: "Address line".freeze,
|
2205
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#officeMailAddress".freeze,
|
2206
|
+
type: "rdf:Property".freeze
|
2207
|
+
property :officeAddressLocality,
|
2208
|
+
comment: %(To provide the name of a city, village,
|
2209
|
+
etc.).freeze,
|
2210
|
+
label: "Locality".freeze,
|
2211
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#officeMailAddress".freeze,
|
2212
|
+
type: "rdf:Property".freeze
|
2213
|
+
property :officeAddressPostalCode,
|
2214
|
+
comment: %(To provide an address postal
|
2215
|
+
code.).freeze,
|
2216
|
+
label: "Postal code".freeze,
|
2217
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#officeMailAddress".freeze,
|
2218
|
+
type: "rdf:Property".freeze
|
2219
|
+
property :officeEmailAddress,
|
2220
|
+
comment: %(To provide the professional/office email
|
2221
|
+
address of an agent \(Contact/person or organisation\).).freeze,
|
2222
|
+
label: "Office email".freeze,
|
2223
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentEmailAddress".freeze,
|
2224
|
+
type: "rdf:Property".freeze
|
2225
|
+
property :officeHomepage,
|
2226
|
+
comment: %(To provide an office/professional/company web
|
2227
|
+
homepage of an Agent \(Contact/person or Organisation\).).freeze,
|
2228
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
2229
|
+
label: "Homepage (office)".freeze,
|
2230
|
+
"owl:equivalentProperty" => %(foaf:workplaceHomepage).freeze,
|
2231
|
+
range: "xsd:anyURI".freeze,
|
2232
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentWebHomepage".freeze,
|
2233
|
+
type: "rdf:Property".freeze
|
2234
|
+
property :officeMailAddress,
|
2235
|
+
comment: %(To provide the professional / office address of
|
2236
|
+
an agent \(Contact/person or organisation\).).freeze,
|
2237
|
+
label: "Office mail address".freeze,
|
2238
|
+
range: "xsd:string".freeze,
|
2239
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentAddress".freeze,
|
2240
|
+
type: "rdf:Property".freeze
|
2241
|
+
property :officeMobileTelephoneNumber,
|
2242
|
+
comment: %(To provide the professional/office/company
|
2243
|
+
mobile telephone number of an agent \(Contact/person or organisation\).).freeze,
|
2244
|
+
label: "Mobile (office)".freeze,
|
2245
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentMobileTelephoneNumber".freeze,
|
2246
|
+
type: "rdf:Property".freeze
|
2247
|
+
property :officeTelephoneNumber,
|
2248
|
+
comment: %(To provide an office/professional/company
|
2249
|
+
telephone number of an Agent \(Contact/person or Organisation\).).freeze,
|
2250
|
+
label: "Telephone (office)".freeze,
|
2251
|
+
range: "xsd:string".freeze,
|
2252
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentTelephoneNumber".freeze,
|
2253
|
+
type: "rdf:Property".freeze
|
2254
|
+
property :organisationName,
|
2255
|
+
comment: %(To provide the full name of an Organisation.).freeze,
|
2256
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
2257
|
+
label: "Name".freeze,
|
2258
|
+
range: "xsd:string".freeze,
|
2259
|
+
type: "rdf:Property".freeze
|
2260
|
+
property :orientation,
|
2261
|
+
comment: %(The orientation of a Document or an Image i.e. landscape or
|
2262
|
+
portrait.).freeze,
|
2263
|
+
label: "Orientation".freeze,
|
2264
|
+
range: "xsd:string".freeze,
|
2265
|
+
type: "rdf:Property".freeze
|
2266
|
+
property :originalTitle,
|
2267
|
+
comment: %(To provide the original title attributed to the
|
2268
|
+
media resource e.g. in its original language.).freeze,
|
2269
|
+
label: "Original title".freeze,
|
2270
|
+
"owl:equivalentProperty" => %(ma:mainOriginalTitle).freeze,
|
2271
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#title".freeze,
|
2272
|
+
type: "rdf:Property".freeze
|
2273
|
+
property :owns,
|
2274
|
+
comment: %(To identify the service \(s\) that an Agent
|
2275
|
+
\(Contact/person or Organisation\) owns.).freeze,
|
2276
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
2277
|
+
label: "Owns".freeze,
|
2278
|
+
"owl:inverseOf" => %(http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#isOwnedBy).freeze,
|
2279
|
+
range: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Service".freeze,
|
2280
|
+
subPropertyOf: "dc11:relation".freeze,
|
2281
|
+
type: "rdf:Property".freeze
|
2282
|
+
property :packageByteSize,
|
2283
|
+
comment: %(The size of a media package in
|
2284
|
+
Bytes.).freeze,
|
2285
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
2286
|
+
label: "Package size (in bytes)".freeze,
|
2287
|
+
range: "xsd:long".freeze,
|
2288
|
+
type: "rdf:Property".freeze
|
2289
|
+
property :packageName,
|
2290
|
+
comment: %(The name attributed to a
|
2291
|
+
package.).freeze,
|
2292
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
2293
|
+
label: "Package name".freeze,
|
2294
|
+
range: "xsd:long".freeze,
|
2295
|
+
type: "rdf:Property".freeze
|
2296
|
+
property :partDefinition,
|
2297
|
+
comment: %(A definition associated with the Part.).freeze,
|
2298
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Part".freeze,
|
2299
|
+
label: "Part definition".freeze,
|
2300
|
+
range: "xsd:string".freeze,
|
2301
|
+
type: "rdf:Property".freeze
|
2302
|
+
property :partName,
|
2303
|
+
comment: %(A name by which the Part is identified.).freeze,
|
2304
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Part".freeze,
|
2305
|
+
label: "Part name".freeze,
|
2306
|
+
range: "xsd:string".freeze,
|
2307
|
+
type: "rdf:Property".freeze
|
2308
|
+
property :partNumber,
|
2309
|
+
comment: %(The number associated to a Part as one among
|
2310
|
+
many.).freeze,
|
2311
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Part".freeze,
|
2312
|
+
label: "Part number".freeze,
|
2313
|
+
range: "xsd:integer".freeze,
|
2314
|
+
type: "rdf:Property".freeze
|
2315
|
+
property :partTotalNumber,
|
2316
|
+
comment: %(The total number of Parts associated with a
|
2317
|
+
BusinessObject.).freeze,
|
2318
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Part".freeze,
|
2319
|
+
label: "Total number of parts".freeze,
|
2320
|
+
range: "xsd:integer".freeze,
|
2321
|
+
type: "rdf:Property".freeze
|
2322
|
+
property :playlist,
|
2323
|
+
comment: %(To describe a playlist.).freeze,
|
2324
|
+
label: "Playlist".freeze,
|
2325
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
2326
|
+
type: "rdf:Property".freeze
|
2327
|
+
property :privateAddressArea,
|
2328
|
+
comment: %(To provide the Area part of an
|
2329
|
+
Adrress.).freeze,
|
2330
|
+
label: "Area code".freeze,
|
2331
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#privateMailAddress".freeze,
|
2332
|
+
type: "rdf:Property".freeze
|
2333
|
+
property :privateAddressCountry,
|
2334
|
+
comment: %(To provide the country name and or country
|
2335
|
+
code.).freeze,
|
2336
|
+
label: "Country".freeze,
|
2337
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#privateMailAddress".freeze,
|
2338
|
+
type: "rdf:Property".freeze
|
2339
|
+
property :privateAddressLine,
|
2340
|
+
comment: %(To write address line with e.g. the street name
|
2341
|
+
and number.).freeze,
|
2342
|
+
label: "Address line".freeze,
|
2343
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#privateMailAddress".freeze,
|
2344
|
+
type: "rdf:Property".freeze
|
2345
|
+
property :privateAddressLocality,
|
2346
|
+
comment: %(To provide the name of a city, viallge,
|
2347
|
+
etc.).freeze,
|
2348
|
+
label: "Locality".freeze,
|
2349
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#privateMailAddress".freeze,
|
2350
|
+
type: "rdf:Property".freeze
|
2351
|
+
property :privateAddressPostalCode,
|
2352
|
+
comment: %(To provide an address postal
|
2353
|
+
code.).freeze,
|
2354
|
+
label: "Postal code".freeze,
|
2355
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#privateMailAddress".freeze,
|
2356
|
+
type: "rdf:Property".freeze
|
2357
|
+
property :privateEmailAddress,
|
2358
|
+
comment: %(To provide the private email address of an
|
2359
|
+
agent \(Contact/person\)).freeze,
|
2360
|
+
label: "Private email".freeze,
|
2361
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentEmailAddress".freeze,
|
2362
|
+
type: "rdf:Property".freeze
|
2363
|
+
property :privateHomepage,
|
2364
|
+
comment: %(To provide an private web homepage of an Agent
|
2365
|
+
\(Contact/person\).).freeze,
|
2366
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
2367
|
+
label: "Homepage (private)".freeze,
|
2368
|
+
"owl:equivalentProperty" => %(foaf:homepage).freeze,
|
2369
|
+
range: "xsd:anyURI".freeze,
|
2370
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentWebHomepage".freeze,
|
2371
|
+
type: "rdf:Property".freeze
|
2372
|
+
property :privateMailAddress,
|
2373
|
+
comment: %(To provide the private / personal address of an
|
2374
|
+
agent \(Contact/person\).).freeze,
|
2375
|
+
label: "Private mail address".freeze,
|
2376
|
+
range: "xsd:string".freeze,
|
2377
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentAddress".freeze,
|
2378
|
+
type: "rdf:Property".freeze
|
2379
|
+
property :privateMobileTelephoneNumber,
|
2380
|
+
comment: %(To provide the private mobile telephone number
|
2381
|
+
of an agent \(Contact/person\).).freeze,
|
2382
|
+
label: "Mobile (private)".freeze,
|
2383
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentMobileTelephoneNumber".freeze,
|
2384
|
+
type: "rdf:Property".freeze
|
2385
|
+
property :privateTelephoneNumber,
|
2386
|
+
comment: %(To provide the private telephone number of an
|
2387
|
+
Agent \(Contact/person\).).freeze,
|
2388
|
+
label: "Telephone (private)".freeze,
|
2389
|
+
range: "xsd:string".freeze,
|
2390
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#agentTelephoneNumber".freeze,
|
2391
|
+
type: "rdf:Property".freeze
|
2392
|
+
property :promotionalInformation,
|
2393
|
+
comment: %(To provide textual promotional information.).freeze,
|
2394
|
+
label: "Promotional information".freeze,
|
2395
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
2396
|
+
type: "rdf:Property".freeze
|
2397
|
+
property :pubStatus,
|
2398
|
+
comment: %(To indicate a publication status.).freeze,
|
2399
|
+
label: "Publication status".freeze,
|
2400
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
2401
|
+
type: "rdf:Property".freeze
|
2402
|
+
property :publicationChannelName,
|
2403
|
+
comment: %(To provide a name to a PublicationChannel e.g. a TV channel or website.).freeze,
|
2404
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationChannel".freeze,
|
2405
|
+
label: "Publication channel name".freeze,
|
2406
|
+
range: "xsd:string".freeze,
|
2407
|
+
type: "rdf:Property".freeze
|
2408
|
+
property :publicationEndDateTime,
|
2409
|
+
comment: %(The actual end date and time of a PublicationEvent.).freeze,
|
2410
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationEvent".freeze,
|
2411
|
+
label: "Publication end date & time".freeze,
|
2412
|
+
range: "xsd:dateTime".freeze,
|
2413
|
+
type: "rdf:Property".freeze
|
2414
|
+
property :publicationEventName,
|
2415
|
+
comment: %(To provide a name to a PublicationEvent.).freeze,
|
2416
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationEvent".freeze,
|
2417
|
+
label: "Publication event name".freeze,
|
2418
|
+
range: "xsd:string".freeze,
|
2419
|
+
type: "rdf:Property".freeze
|
2420
|
+
property :publicationScheduleDate,
|
2421
|
+
comment: %(To express specifically the schedule date to which a PublicationEvent is related in particular if the broacdast time is after midnight. For example, the schedule date would be May 29th and the programme is published at 1 am on May 30th, while still associated in the schedule with the night of May 29th.).freeze,
|
2422
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationEvent".freeze,
|
2423
|
+
label: "schedule date".freeze,
|
2424
|
+
range: "xsd:date".freeze,
|
2425
|
+
type: "rdf:Property".freeze
|
2426
|
+
property :publicationStartDateTime,
|
2427
|
+
comment: %(The actual start date and time of a PublicationEvent.).freeze,
|
2428
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationEvent".freeze,
|
2429
|
+
label: "Publication start date & time".freeze,
|
2430
|
+
range: "xsd:dateTime".freeze,
|
2431
|
+
type: "rdf:Property".freeze
|
2432
|
+
property :publishedEndDateTime,
|
2433
|
+
comment: %(The end date and time of a PublicationEvent as
|
2434
|
+
scheduled.).freeze,
|
2435
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationEvent".freeze,
|
2436
|
+
label: "Publication end date & time".freeze,
|
2437
|
+
range: "xsd:dateTime".freeze,
|
2438
|
+
type: "rdf:Property".freeze
|
2439
|
+
property :publishedStartDateTime,
|
2440
|
+
comment: %(The start date and time of a PublicationEvent
|
2441
|
+
as scheduled.).freeze,
|
2442
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#PublicationEvent".freeze,
|
2443
|
+
label: "Publication start date & time".freeze,
|
2444
|
+
range: "xsd:dateTime".freeze,
|
2445
|
+
type: "rdf:Property".freeze
|
2446
|
+
property :publishedTitle,
|
2447
|
+
comment: %(The title used to identify the work at publication time.).freeze,
|
2448
|
+
label: "Published title.".freeze,
|
2449
|
+
range: "xsd:string".freeze,
|
2450
|
+
subPropertyOf: "dc11:title".freeze,
|
2451
|
+
type: "rdf:Property".freeze
|
2452
|
+
property :ratingScaleMax,
|
2453
|
+
comment: %(The maximum value of the scale used for rating
|
2454
|
+
a media resource.).freeze,
|
2455
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rating".freeze,
|
2456
|
+
label: "Rating scale (top value)".freeze,
|
2457
|
+
"owl:equivalentProperty" => %(ma:ratingScaleMax).freeze,
|
2458
|
+
range: "xsd:string".freeze,
|
2459
|
+
type: "rdf:Property".freeze
|
2460
|
+
property :ratingScaleMin,
|
2461
|
+
comment: %(The minimum value of the scale used for rating
|
2462
|
+
a Resource.).freeze,
|
2463
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rating".freeze,
|
2464
|
+
label: "Rating scale (min. value)".freeze,
|
2465
|
+
"owl:equivalentProperty" => %(ma:ratingScaleMin).freeze,
|
2466
|
+
range: "xsd:string".freeze,
|
2467
|
+
type: "rdf:Property".freeze
|
2468
|
+
property :ratingSystemEnvironment,
|
2469
|
+
comment: %(To identify the environment in which rating applies.).freeze,
|
2470
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rating".freeze,
|
2471
|
+
label: "Rating environment".freeze,
|
2472
|
+
"owl:equivalentProperty" => %(ma:hasRatingSystem).freeze,
|
2473
|
+
range: "xsd:string".freeze,
|
2474
|
+
type: "rdf:Property".freeze
|
2475
|
+
property :ratingSystemName,
|
2476
|
+
comment: %(To identify a rating system by its name.).freeze,
|
2477
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rating".freeze,
|
2478
|
+
label: "Rating system".freeze,
|
2479
|
+
"owl:equivalentProperty" => %(ma:hasRatingSystem).freeze,
|
2480
|
+
range: "xsd:string".freeze,
|
2481
|
+
type: "rdf:Property".freeze
|
2482
|
+
property :ratingValue,
|
2483
|
+
comment: %(To express a free text rating value defined in
|
2484
|
+
a rating classification scheme.).freeze,
|
2485
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rating".freeze,
|
2486
|
+
label: "Rating".freeze,
|
2487
|
+
"owl:equivalentProperty" => %(ma:ratingValue).freeze,
|
2488
|
+
range: "xsd:string".freeze,
|
2489
|
+
type: "rdf:Property".freeze
|
2490
|
+
property :reason,
|
2491
|
+
comment: %(To provide a reason for which Rating as been attributed as provided.).freeze,
|
2492
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rating".freeze,
|
2493
|
+
label: "Reason".freeze,
|
2494
|
+
range: "xsd:string".freeze,
|
2495
|
+
type: "rdf:Property".freeze
|
2496
|
+
property :references,
|
2497
|
+
comment: %(To express a reference between Assets, BusinessObjects or Resources.).freeze,
|
2498
|
+
label: "References".freeze,
|
2499
|
+
subPropertyOf: "dc11:relation".freeze,
|
2500
|
+
type: "rdf:Property".freeze
|
2501
|
+
property :regionDelimX,
|
2502
|
+
comment: %(To define the bottom right corner of a zone on
|
2503
|
+
the x-axis. If present with regionDelimY, the zone definition is complemented by the
|
2504
|
+
associated values of the height and width.).freeze,
|
2505
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
2506
|
+
label: "Region delimiter (x-axis)".freeze,
|
2507
|
+
range: "xsd:integer".freeze,
|
2508
|
+
type: "rdf:Property".freeze
|
2509
|
+
property :regionDelimY,
|
2510
|
+
comment: %(To define the bottom right corner of a zone on
|
2511
|
+
the y-axis. If present with regionDelimX, the zone definition is complemented by the
|
2512
|
+
associated values of the height and width.).freeze,
|
2513
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
2514
|
+
label: "Region delimiter (y-axis)".freeze,
|
2515
|
+
range: "xsd:integer".freeze,
|
2516
|
+
type: "rdf:Property".freeze
|
2517
|
+
property :relatedLink,
|
2518
|
+
comment: %(To provide a link to a web resource containing
|
2519
|
+
information related to an Agent \(Contact/person or Organisation\).).freeze,
|
2520
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Agent".freeze,
|
2521
|
+
label: "Related resources".freeze,
|
2522
|
+
range: "xsd:anyURI".freeze,
|
2523
|
+
type: "rdf:Property".freeze
|
2524
|
+
property :replaces,
|
2525
|
+
comment: %(To identify substitution.).freeze,
|
2526
|
+
label: "Replaces".freeze,
|
2527
|
+
subPropertyOf: "dc11:relation".freeze,
|
2528
|
+
type: "rdf:Property".freeze
|
2529
|
+
property :requires,
|
2530
|
+
comment: %(To express dependency.).freeze,
|
2531
|
+
label: "Requires".freeze,
|
2532
|
+
subPropertyOf: "dc11:relation".freeze,
|
2533
|
+
type: "rdf:Property".freeze
|
2534
|
+
property :resourceDescription,
|
2535
|
+
comment: %(This can be specialised by using sub-properties
|
2536
|
+
like defined in http://www.ebu.ch/metadata/cs/web/ebu_DescriptionTypeCodeCS_p.xml.htm
|
2537
|
+
implemented as examples as e.g. 'summary' or
|
2538
|
+
'script'.).freeze,
|
2539
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#MediaResource".freeze,
|
2540
|
+
label: "Resource description".freeze,
|
2541
|
+
subPropertyOf: "dc11:description".freeze,
|
2542
|
+
type: "rdf:Property".freeze
|
2543
|
+
property :resourceName,
|
2544
|
+
comment: %(A name by which the resource can be identified.).freeze,
|
2545
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
2546
|
+
label: "Resource description".freeze,
|
2547
|
+
range: "xsd:string".freeze,
|
2548
|
+
type: "rdf:Property".freeze
|
2549
|
+
property :review,
|
2550
|
+
comment: %(To provide a text for a review.).freeze,
|
2551
|
+
label: "Review".freeze,
|
2552
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
2553
|
+
type: "rdf:Property".freeze
|
2554
|
+
property :rightsExpression,
|
2555
|
+
comment: %(The expression of Rights as free
|
2556
|
+
text.).freeze,
|
2557
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
2558
|
+
label: "Rights expression".freeze,
|
2559
|
+
range: "xsd:string".freeze,
|
2560
|
+
type: "rdf:Property".freeze
|
2561
|
+
property :rightsLink,
|
2562
|
+
comment: %(A link to e.g. a webpage where an expression of
|
2563
|
+
the rights can be found and consulted.).freeze,
|
2564
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Rights".freeze,
|
2565
|
+
label: "Rights web resource".freeze,
|
2566
|
+
range: "xsd:anyURI".freeze,
|
2567
|
+
type: "rdf:Property".freeze
|
2568
|
+
property :roleDefinition,
|
2569
|
+
comment: %(To provide a definition for a role).freeze,
|
2570
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Role".freeze,
|
2571
|
+
label: "Role definition".freeze,
|
2572
|
+
range: "xsd:string".freeze,
|
2573
|
+
type: "rdf:Property".freeze
|
2574
|
+
property :sampleRate,
|
2575
|
+
comment: %(The frequency at which audio is sampled per second. Also called sampling rate.).freeze,
|
2576
|
+
label: "Sample Rate".freeze,
|
2577
|
+
"owl:equivalentProperty" => %(ma:samplingRate).freeze,
|
2578
|
+
range: "xsd:integer".freeze,
|
2579
|
+
type: "rdf:Property".freeze
|
2580
|
+
property :sampleSize,
|
2581
|
+
comment: %(The size of an audio sample in
|
2582
|
+
bits. Also called bit depth.).freeze,
|
2583
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioFormat".freeze,
|
2584
|
+
label: "Sample size".freeze,
|
2585
|
+
range: "xsd:integer".freeze,
|
2586
|
+
type: "rdf:Property".freeze
|
2587
|
+
property :sampleType,
|
2588
|
+
comment: %(The type of audio sample.).freeze,
|
2589
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AudioFormat".freeze,
|
2590
|
+
label: "Sample type".freeze,
|
2591
|
+
range: "xsd:string".freeze,
|
2592
|
+
type: "rdf:Property".freeze
|
2593
|
+
property :scanningFormat,
|
2594
|
+
comment: %(To define the scanning format for a
|
2595
|
+
MediaResource. For video, the two main values are "interlaced" or
|
2596
|
+
"progressive".).freeze,
|
2597
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#VideoFormat".freeze,
|
2598
|
+
label: "Sampling format".freeze,
|
2599
|
+
range: "xsd:string".freeze,
|
2600
|
+
type: "rdf:Property".freeze
|
2601
|
+
property :script,
|
2602
|
+
comment: %(To provide a script.).freeze,
|
2603
|
+
label: "Script".freeze,
|
2604
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
2605
|
+
type: "rdf:Property".freeze
|
2606
|
+
property :signingSource,
|
2607
|
+
comment: %(To identify the source of the signing
|
2608
|
+
resource.).freeze,
|
2609
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Signing".freeze,
|
2610
|
+
label: "Signing source".freeze,
|
2611
|
+
range: "xsd:string".freeze,
|
2612
|
+
type: "rdf:Property".freeze
|
2613
|
+
property :start,
|
2614
|
+
comment: %(The start point of the MediaResource.).freeze,
|
2615
|
+
label: "Start time".freeze,
|
2616
|
+
range: "rdfs:Literal".freeze,
|
2617
|
+
type: "rdf:Property".freeze
|
2618
|
+
property :startNormalPlayTime,
|
2619
|
+
comment: %(The start time expressed using a time
|
2620
|
+
expression.).freeze,
|
2621
|
+
label: "Start time (time)".freeze,
|
2622
|
+
range: "xsd:time".freeze,
|
2623
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#start".freeze,
|
2624
|
+
type: "rdf:Property".freeze
|
2625
|
+
property :startNumberEditUnits,
|
2626
|
+
comment: %(A start time expressed as a number of edit
|
2627
|
+
units.).freeze,
|
2628
|
+
label: "Start time (edit units)".freeze,
|
2629
|
+
range: "xsd:double".freeze,
|
2630
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#start".freeze,
|
2631
|
+
type: "rdf:Property".freeze
|
2632
|
+
property :startTimecode,
|
2633
|
+
comment: %(A start time expressed as
|
2634
|
+
timecode.).freeze,
|
2635
|
+
label: "Start time (timecode)".freeze,
|
2636
|
+
range: "xsd:string".freeze,
|
2637
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#start".freeze,
|
2638
|
+
type: "rdf:Property".freeze
|
2639
|
+
property :storageDefinition,
|
2640
|
+
comment: %(To provide a definition for storage.).freeze,
|
2641
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#StorageType".freeze,
|
2642
|
+
label: "Storage definition".freeze,
|
2643
|
+
range: "xsd:string".freeze,
|
2644
|
+
type: "rdf:Property".freeze
|
2645
|
+
property :subtitle,
|
2646
|
+
comment: %(A complementary subtitle.).freeze,
|
2647
|
+
label: "Subtitle".freeze,
|
2648
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#alternativeTitle".freeze,
|
2649
|
+
type: "rdf:Property".freeze
|
2650
|
+
property :subtitlingSource,
|
2651
|
+
comment: %(To identify the source of the Subtitling
|
2652
|
+
resource.).freeze,
|
2653
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Subtitling".freeze,
|
2654
|
+
label: "Subtitling source".freeze,
|
2655
|
+
range: "xsd:string".freeze,
|
2656
|
+
type: "rdf:Property".freeze
|
2657
|
+
property :summary,
|
2658
|
+
comment: %(To provide a summary.).freeze,
|
2659
|
+
label: "Summary".freeze,
|
2660
|
+
range: "xsd:string".freeze,
|
2661
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
2662
|
+
type: "rdf:Property".freeze
|
2663
|
+
property :synopsis,
|
2664
|
+
comment: %(To provide a summary.).freeze,
|
2665
|
+
label: "Synopsis".freeze,
|
2666
|
+
range: "xsd:string".freeze,
|
2667
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
2668
|
+
type: "rdf:Property".freeze
|
2669
|
+
property :tableOfContent,
|
2670
|
+
comment: %(To provide a Table of Content.).freeze,
|
2671
|
+
label: "Table of Content".freeze,
|
2672
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#description".freeze,
|
2673
|
+
type: "rdf:Property".freeze
|
2674
|
+
property :targetAudienceSystem,
|
2675
|
+
comment: %(To define the system used to provide a TargetAudience.).freeze,
|
2676
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#audienceLevel".freeze,
|
2677
|
+
label: "Target audience system".freeze,
|
2678
|
+
range: "xsd:string".freeze,
|
2679
|
+
type: "rdf:Property".freeze
|
2680
|
+
property :textualAnnotation,
|
2681
|
+
comment: %(The value of an Annotation as free
|
2682
|
+
text.).freeze,
|
2683
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Annotation".freeze,
|
2684
|
+
label: "Note".freeze,
|
2685
|
+
range: "xsd:string".freeze,
|
2686
|
+
type: "rdf:Property".freeze
|
2687
|
+
property :title,
|
2688
|
+
comment: [%(Specifies the title or name given to the
|
2689
|
+
resource. A root for the definition of subproperties defining ebucore titles of different types. The ebucore title type can be used to define sub-properties to optionally refine the category of
|
2690
|
+
the title.).freeze, %(All value of the EBU title status
|
2691
|
+
classification scheme
|
2692
|
+
\(http://www.ebu.ch/metadata/cs/web/ebu_TitleStatusCodeCS_p.xml.htm\) are candidates
|
2693
|
+
subproperties of the title property as implemented for an example with
|
2694
|
+
alternativeTitle.).freeze],
|
2695
|
+
label: "Title".freeze,
|
2696
|
+
"owl:equivalentProperty" => %(ma:title).freeze,
|
2697
|
+
subPropertyOf: "dc11:title".freeze,
|
2698
|
+
type: "rdf:Property".freeze
|
2699
|
+
property :trackDefinition,
|
2700
|
+
comment: %(To provide a definition associated to a
|
2701
|
+
Track.).freeze,
|
2702
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Track".freeze,
|
2703
|
+
label: "Definition".freeze,
|
2704
|
+
range: "xsd:string".freeze,
|
2705
|
+
type: "rdf:Property".freeze
|
2706
|
+
property :trackName,
|
2707
|
+
comment: %(The name attributed to a Track.).freeze,
|
2708
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Track".freeze,
|
2709
|
+
label: "Track name".freeze,
|
2710
|
+
"owl:equivalentProperty" => %(ma:trackName).freeze,
|
2711
|
+
range: "xsd:string".freeze,
|
2712
|
+
type: "rdf:Property".freeze
|
2713
|
+
property :translationTitle,
|
2714
|
+
comment: %(A translated version of the title.).freeze,
|
2715
|
+
label: "Translation title".freeze,
|
2716
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#alternativeTitle".freeze,
|
2717
|
+
type: "rdf:Property".freeze
|
2718
|
+
property :versionTitle,
|
2719
|
+
comment: %(An alternative title specific to a verison of content.).freeze,
|
2720
|
+
label: "Version title".freeze,
|
2721
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#alternativeTitle".freeze,
|
2722
|
+
type: "rdf:Property".freeze
|
2723
|
+
property :width,
|
2724
|
+
comment: %(The width of e.g. a video frame typically
|
2725
|
+
expressed as a number of pixels, or picture/image in millimeters.).freeze,
|
2726
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
2727
|
+
label: "Width".freeze,
|
2728
|
+
"owl:equivalentProperty" => %(ma:frameWidth).freeze,
|
2729
|
+
range: "xsd:integer".freeze,
|
2730
|
+
type: "rdf:Property".freeze
|
2731
|
+
property :widthUnit,
|
2732
|
+
comment: %(The unit used to measure a width e.g. in pixels
|
2733
|
+
or number of lines or millimeters or else.).freeze,
|
2734
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Resource".freeze,
|
2735
|
+
label: "Width unit".freeze,
|
2736
|
+
range: "xsd:string".freeze,
|
2737
|
+
type: "rdf:Property".freeze
|
2738
|
+
property :wordCount,
|
2739
|
+
comment: %(The number of words contained in a
|
2740
|
+
document.).freeze,
|
2741
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#Document".freeze,
|
2742
|
+
label: "Word count".freeze,
|
2743
|
+
range: "xsd:integer".freeze,
|
2744
|
+
type: "rdf:Property".freeze
|
2745
|
+
property :workingTitle,
|
2746
|
+
comment: %(A title used while content is not complete.).freeze,
|
2747
|
+
label: "Working title".freeze,
|
2748
|
+
subPropertyOf: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#alternativeTitle".freeze,
|
2749
|
+
type: "rdf:Property".freeze
|
2750
|
+
property :wrappingType,
|
2751
|
+
comment: %(To provide additional information on the
|
2752
|
+
wrapping type of ancillary data.).freeze,
|
2753
|
+
domain: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#AncillaryData".freeze,
|
2754
|
+
label: "Wrapping type".freeze,
|
2755
|
+
range: "xsd:string".freeze,
|
2756
|
+
type: "rdf:Property".freeze
|
2757
|
+
end
|
2758
|
+
end
|