Class: RDF::Vocab::EBUCore

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/ebucore.rb

Overview

Vocabulary for <www.ebu.ch/metadata/ontologies/ebucore/ebucore#>

EBUCore - the Dublin Core for media

Guidelines: for the purpose of flexibility and interoperability with a wider range of implementations, some properties purposefully do not have a range and accept either a resource or a literal. When a resource is used, it is recommended to reuse objects defined in the model (e.g. pair hasEvent/Event or hasRole/Role). Example 1: x hasRole ‘actor’. Example 2: x hasRole _:Role_1 (a reference to the Concept identifier from a SKOS Role vocabulary defined in the ontology).

Note to implementers: The EBUCore ontology is used by a variety of users with different needs. Several EBUCore properties have no range to allow different implementations using entities or literals. As an implementer, it is your choice to go for one or the other for each property to have consistent expectations when parsing individuals. EBUCore also provides different classes defined as subclasses of skos:Concept. You can use these classes as entities in range of several properties currently left without range. EBUCore is expressed in RDF in order to facilitate such modelling and flexibility. As a consequence, propoerties appear in the documentation as annotation properties.

The EBUCore has been designed to make users benefit from the flexibility of RDF to adapt the names of Classes and properties to their respective needs. This means users are welcome to add their own subclasses (e.g. to define the most appropriate BusinessObjects or Resources or Agents) and subproperties.

The development of the EBUCore ontology is a joint effort of the EBUCore and PBCore communities.

Version:

  • Add roleId to identify a Role.

  • Correct property actionType into hasActionType of rnage string or ActionType subclass of Concept.

  • Add lead as subproperty of description.

  • Add Concept Theme and define property hasTheme as subproperty of hasSubject.

  • Change identifier into hasIdentifier.

  • Delete roleDefinition and use skos:definition instead as Role is a subclass of Concept.

  • Add missing Concepts and propose default types.

  • Add productionSynopsis as subproperty of description.

  • Harmonise multi-range definition of properties, when applicable.

  • Changed subclasses to dc: with owl:equivalentClass or owl:equivalentProperty.

  • Alignment of Concepts and Types with original EBU and new Dwerft SKOS vocabularies

  • Correct target of end and start as MediaResource.

  • Add ContentEditorialFormat as subclass of Type + hasContentEditorialFormat property as subpropertyof hastype.

  • Correct misstyped owl:Classes into rdfs:Classes.

  • Version 1.10

  • Add hasRelationType with domain Relation.

  • Separate mutli-domains and multi-ranges to avoid owl:unionOf statements.

  • Add roleType to define a type of Role.

  • Add Concept TargetPlatform and property hasTargetPlatform as a subproperty of Type.

  • Change hierarchy between Resource and MediaResource and provide hasRelatedResource and hasRelatedMediaResource and similar properties.

  • Delete formatName and use skos:prefLabel and skos:definition.

  • Delete hasAssociatedRights has already covered by isCoveredBy.

  • Add missing multiple range definitions.

  • Add formatId to Format.

  • Add reverse property isTimelineTrackPartOf.

  • Create property Asset / hasCopyright with range string or Copyright. Same correction for all Rights subclasses e.g. AccessConditions

  • Had Review and hasReview.

  • Add property dateProduced and property hasProducer.

  • Add isScheduledOn to associate a PublicationEvent directly with an EditorialObject.

  • Add abstract as subpropertyOf description.

  • Move generic properties from BusinessObject/EditorialObject, Resource and MediaResource at Asset level (e.g. title, etc.).

  • Add hasRatingProvider equivalent to hasRatingSource in specific environments

Instance Attribute Summary collapse

Instance Attribute Details

#abrigedTitleRDF::Vocabulary::Term (readonly)

An abridged title.

Returns:

  • (RDF::Vocabulary::Term)


971
972
973
# File 'lib/rdf/vocab/ebucore.rb', line 971

def abrigedTitle
  @abrigedTitle
end

#abstractRDF::Vocabulary::Term (readonly)

To provide an abstract.

Returns:

  • (RDF::Vocabulary::Term)


975
976
977
# File 'lib/rdf/vocab/ebucore.rb', line 975

def abstract
  @abstract
end

#AccessConditionsRDF::Vocabulary::Term (readonly)

The conditions under which content can be accessed.

Returns:

  • (RDF::Vocabulary::Term)


47
48
49
# File 'lib/rdf/vocab/ebucore.rb', line 47

def AccessConditions
  @AccessConditions
end

#ActionRDF::Vocabulary::Term (readonly)

A class to log Actions.

Returns:

  • (RDF::Vocabulary::Term)


51
52
53
# File 'lib/rdf/vocab/ebucore.rb', line 51

def Action
  @Action
end

#Action_TypeRDF::Vocabulary::Term (readonly)

To define a type of Action.

Returns:

  • (RDF::Vocabulary::Term)


55
56
57
# File 'lib/rdf/vocab/ebucore.rb', line 55

def Action_Type
  @Action_Type
end

#actionDescriptionRDF::Vocabulary::Term (readonly)

The description of an Action.

Returns:

  • (RDF::Vocabulary::Term)


979
980
981
# File 'lib/rdf/vocab/ebucore.rb', line 979

def actionDescription
  @actionDescription
end

#actionIdRDF::Vocabulary::Term (readonly)

An identifier attributed to an Action.

Range: anyURI or string or Identifier

Returns:

  • (RDF::Vocabulary::Term)


985
986
987
# File 'lib/rdf/vocab/ebucore.rb', line 985

def actionId
  @actionId
end

#actionNameRDF::Vocabulary::Term (readonly)

The name of an Action.

Returns:

  • (RDF::Vocabulary::Term)


989
990
991
# File 'lib/rdf/vocab/ebucore.rb', line 989

def actionName
  @actionName
end

#actionTimestampRDF::Vocabulary::Term (readonly)

The time when the Action occurs.

Returns:

  • (RDF::Vocabulary::Term)


993
994
995
# File 'lib/rdf/vocab/ebucore.rb', line 993

def actionTimestamp
  @actionTimestamp
end

#actionTimestampEditUnitsRDF::Vocabulary::Term (readonly)

The edit unit number at which the Action occurs.

Returns:

  • (RDF::Vocabulary::Term)


997
998
999
# File 'lib/rdf/vocab/ebucore.rb', line 997

def actionTimestampEditUnits
  @actionTimestampEditUnits
end

#actionTimestampNormalPlayTimeRDF::Vocabulary::Term (readonly)

The normal play time at which the Action occurs.

Returns:

  • (RDF::Vocabulary::Term)


1001
1002
1003
# File 'lib/rdf/vocab/ebucore.rb', line 1001

def actionTimestampNormalPlayTime
  @actionTimestampNormalPlayTime
end

#actionTimestampTimecodeRDF::Vocabulary::Term (readonly)

The timecode at which the Action occurs.

Returns:

  • (RDF::Vocabulary::Term)


1005
1006
1007
# File 'lib/rdf/vocab/ebucore.rb', line 1005

def actionTimestampTimecode
  @actionTimestampTimecode
end

#actionTimestampTimecodeDropFrameRDF::Vocabulary::Term (readonly)

The timecode (dropframe) at which the Action occurs.

Returns:

  • (RDF::Vocabulary::Term)


1009
1010
1011
# File 'lib/rdf/vocab/ebucore.rb', line 1009

def actionTimestampTimecodeDropFrame
  @actionTimestampTimecodeDropFrame
end

#actionTypeRDF::Vocabulary::Term (readonly)

A type of Action.

Range: Action_type or string

Returns:

  • (RDF::Vocabulary::Term)


1015
1016
1017
# File 'lib/rdf/vocab/ebucore.rb', line 1015

def actionType
  @actionType
end

#ActiveFormatDescriptorCodeRDF::Vocabulary::Term (readonly)

To define an active format code.

Returns:

  • (RDF::Vocabulary::Term)


59
60
61
# File 'lib/rdf/vocab/ebucore.rb', line 59

def ActiveFormatDescriptorCode
  @ActiveFormatDescriptorCode
end

#activityEndDateRDF::Vocabulary::Term (readonly)

To provide the end date of activity of an Organisation.

Returns:

  • (RDF::Vocabulary::Term)


1019
1020
1021
# File 'lib/rdf/vocab/ebucore.rb', line 1019

def activityEndDate
  @activityEndDate
end

#activityStartDateRDF::Vocabulary::Term (readonly)

To provide the start date of activity of an Organisation.

Returns:

  • (RDF::Vocabulary::Term)


1023
1024
1025
# File 'lib/rdf/vocab/ebucore.rb', line 1023

def activityStartDate
  @activityStartDate
end

#adultContentRDF::Vocabulary::Term (readonly)

A flag to indiucate adult content.

Returns:

  • (RDF::Vocabulary::Term)


1027
1028
1029
# File 'lib/rdf/vocab/ebucore.rb', line 1027

def adultContent
  @adultContent
end

#AffiliationRDF::Vocabulary::Term (readonly)

An Organisation to which a Contact is affiliated (with period of validity).

Returns:

  • (RDF::Vocabulary::Term)


63
64
65
# File 'lib/rdf/vocab/ebucore.rb', line 63

def Affiliation
  @Affiliation
end

#affiliationEndDateRDF::Vocabulary::Term (readonly)

The date of end of Affiliation.

Returns:

  • (RDF::Vocabulary::Term)


1031
1032
1033
# File 'lib/rdf/vocab/ebucore.rb', line 1031

def affiliationEndDate
  @affiliationEndDate
end

#affiliationStartDateRDF::Vocabulary::Term (readonly)

The date of Affiliation.

Returns:

  • (RDF::Vocabulary::Term)


1035
1036
1037
# File 'lib/rdf/vocab/ebucore.rb', line 1035

def affiliationStartDate
  @affiliationStartDate
end

#ageRDF::Vocabulary::Term (readonly)

The age of a Contact/Person.

Returns:

  • (RDF::Vocabulary::Term)


1039
1040
1041
# File 'lib/rdf/vocab/ebucore.rb', line 1039

def age
  @age
end

#AgentRDF::Vocabulary::Term (readonly)

A person / contact or organisation.

Returns:

  • (RDF::Vocabulary::Term)


67
68
69
# File 'lib/rdf/vocab/ebucore.rb', line 67

def Agent
  @Agent
end

#agentDbpediaRDF::Vocabulary::Term (readonly)

A link to a DBPedia page.

Returns:

  • (RDF::Vocabulary::Term)


1043
1044
1045
# File 'lib/rdf/vocab/ebucore.rb', line 1043

def agentDbpedia
  @agentDbpedia
end

#agentDescriptionRDF::Vocabulary::Term (readonly)

To provide a description of an Agent.

Returns:

  • (RDF::Vocabulary::Term)


1047
1048
1049
# File 'lib/rdf/vocab/ebucore.rb', line 1047

def agentDescription
  @agentDescription
end

#agentEmailAddressRDF::Vocabulary::Term (readonly)

To provide an email address.

Returns:

  • (RDF::Vocabulary::Term)


1051
1052
1053
# File 'lib/rdf/vocab/ebucore.rb', line 1051

def agentEmailAddress
  @agentEmailAddress
end

#agentFacebookRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


1054
1055
1056
# File 'lib/rdf/vocab/ebucore.rb', line 1054

def agentFacebook
  @agentFacebook
end

#agentFeeRDF::Vocabulary::Term (readonly)

The fee of an Agent.

Returns:

  • (RDF::Vocabulary::Term)


1058
1059
1060
# File 'lib/rdf/vocab/ebucore.rb', line 1058

def agentFee
  @agentFee
end

#agentFlickrRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


1061
1062
1063
# File 'lib/rdf/vocab/ebucore.rb', line 1061

def agentFlickr
  @agentFlickr
end

#agentIdRDF::Vocabulary::Term (readonly)

An identifier attributed to an Agent.

Range: an Identifier or anyURI or string.

Returns:

  • (RDF::Vocabulary::Term)


1067
1068
1069
# File 'lib/rdf/vocab/ebucore.rb', line 1067

def agentId
  @agentId
end

#agentImdbRDF::Vocabulary::Term (readonly)

A link to an imdb page.

Returns:

  • (RDF::Vocabulary::Term)


1071
1072
1073
# File 'lib/rdf/vocab/ebucore.rb', line 1071

def agentImdb
  @agentImdb
end

#agentInstagramRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


1074
1075
1076
# File 'lib/rdf/vocab/ebucore.rb', line 1074

def agentInstagram
  @agentInstagram
end

#agentLinkedDataRDF::Vocabulary::Term (readonly)

Range: a URL or URI.

To provide a hook to linked data.

Returns:

  • (RDF::Vocabulary::Term)


1080
1081
1082
# File 'lib/rdf/vocab/ebucore.rb', line 1080

def agentLinkedData
  @agentLinkedData
end

#agentLinkedInRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


1083
1084
1085
# File 'lib/rdf/vocab/ebucore.rb', line 1083

def agentLinkedIn
  @agentLinkedIn
end

#agentMobileTelephoneNumberRDF::Vocabulary::Term (readonly)

To provide the mobile telephone number of an Agent (Contact/Person or organisation)

Returns:

  • (RDF::Vocabulary::Term)


1087
1088
1089
# File 'lib/rdf/vocab/ebucore.rb', line 1087

def agentMobileTelephoneNumber
  @agentMobileTelephoneNumber
end

#agentNameRDF::Vocabulary::Term (readonly)

To provide a name of an Agent.

Returns:

  • (RDF::Vocabulary::Term)


1091
1092
1093
# File 'lib/rdf/vocab/ebucore.rb', line 1091

def agentName
  @agentName
end

#agentNicknameRDF::Vocabulary::Term (readonly)

To provide a nickname of a Contact/Person.

Returns:

  • (RDF::Vocabulary::Term)


1095
1096
1097
# File 'lib/rdf/vocab/ebucore.rb', line 1095

def agentNickname
  @agentNickname
end

#agentPreviousNameRDF::Vocabulary::Term (readonly)

To provide the previous name of a Contact/Person.

Returns:

  • (RDF::Vocabulary::Term)


1099
1100
1101
# File 'lib/rdf/vocab/ebucore.rb', line 1099

def agentPreviousName
  @agentPreviousName
end

To provide a link to a web resource containing information related to an Agent (Contact/Person or Organisation).

Returns:

  • (RDF::Vocabulary::Term)


1103
1104
1105
# File 'lib/rdf/vocab/ebucore.rb', line 1103

def agentRelatedInformationLink
  @agentRelatedInformationLink
end

To provide a link to e.g. a web resource related to an Agent.

Returns:

  • (RDF::Vocabulary::Term)


1107
1108
1109
# File 'lib/rdf/vocab/ebucore.rb', line 1107

def agentRelatedLink
  @agentRelatedLink
end

To provide a link to a web resource containing information related to an Agent (Contact/Person or Organisation).

Returns:

  • (RDF::Vocabulary::Term)


1111
1112
1113
# File 'lib/rdf/vocab/ebucore.rb', line 1111

def agentRelatedPressLink
  @agentRelatedPressLink
end

#agentSocialMediaRDF::Vocabulary::Term (readonly)

Links to an Agent’s social media.

Returns:

  • (RDF::Vocabulary::Term)


1115
1116
1117
# File 'lib/rdf/vocab/ebucore.rb', line 1115

def agentSocialMedia
  @agentSocialMedia
end

#agentTelephoneNumberRDF::Vocabulary::Term (readonly)

To provide the telephone number of an Agent (Contact/Person or Organisation).

Returns:

  • (RDF::Vocabulary::Term)


1119
1120
1121
# File 'lib/rdf/vocab/ebucore.rb', line 1119

def agentTelephoneNumber
  @agentTelephoneNumber
end

#agentTwitterRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


1122
1123
1124
# File 'lib/rdf/vocab/ebucore.rb', line 1122

def agentTwitter
  @agentTwitter
end

#agentTypeRDF::Vocabulary::Term (readonly)

To define a type of Agent.

Range: string or anyURI or Concept.

Returns:

  • (RDF::Vocabulary::Term)


1128
1129
1130
# File 'lib/rdf/vocab/ebucore.rb', line 1128

def agentType
  @agentType
end

#agentWebHomepageRDF::Vocabulary::Term (readonly)

To provide the address of the webpage of an Agent (Contact/Person or Organisation).

Returns:

  • (RDF::Vocabulary::Term)


1132
1133
1134
# File 'lib/rdf/vocab/ebucore.rb', line 1132

def agentWebHomepage
  @agentWebHomepage
end

#agentWikidataRDF::Vocabulary::Term (readonly)

A link to a wikidata page.

Returns:

  • (RDF::Vocabulary::Term)


1136
1137
1138
# File 'lib/rdf/vocab/ebucore.rb', line 1136

def agentWikidata
  @agentWikidata
end

#agentWikipediaRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


1139
1140
1141
# File 'lib/rdf/vocab/ebucore.rb', line 1139

def agentWikipedia
  @agentWikipedia
end

#alternativeTitleRDF::Vocabulary::Term (readonly)

To provide an alternative title.

Returns:

  • (RDF::Vocabulary::Term)


1143
1144
1145
# File 'lib/rdf/vocab/ebucore.rb', line 1143

def alternativeTitle
  @alternativeTitle
end

#AncillaryDataRDF::Vocabulary::Term (readonly)

Any ancillary data provided with the content other than captioning and subtitling.

Returns:

  • (RDF::Vocabulary::Term)


71
72
73
# File 'lib/rdf/vocab/ebucore.rb', line 71

def AncillaryData
  @AncillaryData
end

#AncillaryDataFormatRDF::Vocabulary::Term (readonly)

To define the format of AncillaryData such as legacy data used to be carried in vertical blanking intervals. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


75
76
77
# File 'lib/rdf/vocab/ebucore.rb', line 75

def AncillaryDataFormat
  @AncillaryDataFormat
end

#AnimalRDF::Vocabulary::Term (readonly)

To identify an animal.

Returns:

  • (RDF::Vocabulary::Term)


79
80
81
# File 'lib/rdf/vocab/ebucore.rb', line 79

def Animal
  @Animal
end

#animalBirthYearRDF::Vocabulary::Term (readonly)

To year of birth of an animal.

Returns:

  • (RDF::Vocabulary::Term)


1147
1148
1149
# File 'lib/rdf/vocab/ebucore.rb', line 1147

def animalBirthYear
  @animalBirthYear
end

#AnimalBreedCodeRDF::Vocabulary::Term (readonly)

To provide a breed code for an animal..

Returns:

  • (RDF::Vocabulary::Term)


83
84
85
# File 'lib/rdf/vocab/ebucore.rb', line 83

def AnimalBreedCode
  @AnimalBreedCode
end

#animalCharacterNameRDF::Vocabulary::Term (readonly)

To associate a fictitious character name with an animal.

Returns:

  • (RDF::Vocabulary::Term)


1151
1152
1153
# File 'lib/rdf/vocab/ebucore.rb', line 1151

def animalCharacterName
  @animalCharacterName
end

#animalCodeRDF::Vocabulary::Term (readonly)

To associate a code with an animal.

Returns:

  • (RDF::Vocabulary::Term)


1155
1156
1157
# File 'lib/rdf/vocab/ebucore.rb', line 1155

def animalCode
  @animalCode
end

#AnimalColourCodeRDF::Vocabulary::Term (readonly)

To provide a colour code for an animal..

Returns:

  • (RDF::Vocabulary::Term)


87
88
89
# File 'lib/rdf/vocab/ebucore.rb', line 87

def AnimalColourCode
  @AnimalColourCode
end

#animalDescriptionRDF::Vocabulary::Term (readonly)

To describe an animal.

Returns:

  • (RDF::Vocabulary::Term)


1159
1160
1161
# File 'lib/rdf/vocab/ebucore.rb', line 1159

def animalDescription
  @animalDescription
end

#animalGenderRDF::Vocabulary::Term (readonly)

To give the gender of an animal.

Returns:

  • (RDF::Vocabulary::Term)


1163
1164
1165
# File 'lib/rdf/vocab/ebucore.rb', line 1163

def animalGender
  @animalGender
end

#animalIdRDF::Vocabulary::Term (readonly)

To associate an Id with an animal.

Returns:

  • (RDF::Vocabulary::Term)


1167
1168
1169
# File 'lib/rdf/vocab/ebucore.rb', line 1167

def animalId
  @animalId
end

#animalNameRDF::Vocabulary::Term (readonly)

To name an animal.

Returns:

  • (RDF::Vocabulary::Term)


1171
1172
1173
# File 'lib/rdf/vocab/ebucore.rb', line 1171

def animalName
  @animalName
end

#animalPassportRDF::Vocabulary::Term (readonly)

To replicate the passport of an animal.

Returns:

  • (RDF::Vocabulary::Term)


1175
1176
1177
# File 'lib/rdf/vocab/ebucore.rb', line 1175

def animalPassport
  @animalPassport
end

#AnnotationRDF::Vocabulary::Term (readonly)

A class used to annotate Assets.

Returns:

  • (RDF::Vocabulary::Term)


91
92
93
# File 'lib/rdf/vocab/ebucore.rb', line 91

def Annotation
  @Annotation
end

#Annotation_TypeRDF::Vocabulary::Term (readonly)

To define a type of Annotation.

Returns:

  • (RDF::Vocabulary::Term)


95
96
97
# File 'lib/rdf/vocab/ebucore.rb', line 95

def Annotation_Type
  @Annotation_Type
end

#annotationConfidenceRDF::Vocabulary::Term (readonly)

To estimate the confidence in an Annotation.

Returns:

  • (RDF::Vocabulary::Term)


1179
1180
1181
# File 'lib/rdf/vocab/ebucore.rb', line 1179

def annotationConfidence
  @annotationConfidence
end

#annotationCurationDateTimeRDF::Vocabulary::Term (readonly)

To provide the date and time when an Annotation has been reviewed.

Returns:

  • (RDF::Vocabulary::Term)


1183
1184
1185
# File 'lib/rdf/vocab/ebucore.rb', line 1183

def annotationCurationDateTime
  @annotationCurationDateTime
end

#annotationDescriptionRDF::Vocabulary::Term (readonly)

To describe an Annotation.

Returns:

  • (RDF::Vocabulary::Term)


1187
1188
1189
# File 'lib/rdf/vocab/ebucore.rb', line 1187

def annotationDescription
  @annotationDescription
end

#annotationIdRDF::Vocabulary::Term (readonly)

To identify an Annotation.

Returns:

  • (RDF::Vocabulary::Term)


1191
1192
1193
# File 'lib/rdf/vocab/ebucore.rb', line 1191

def annotationId
  @annotationId
end

#annotationNameRDF::Vocabulary::Term (readonly)

To name an Annotation.

Returns:

  • (RDF::Vocabulary::Term)


1195
1196
1197
# File 'lib/rdf/vocab/ebucore.rb', line 1195

def annotationName
  @annotationName
end

#annotationSaliencyRDF::Vocabulary::Term (readonly)

To estimate the saliency of an Annotation.

Returns:

  • (RDF::Vocabulary::Term)


1199
1200
1201
# File 'lib/rdf/vocab/ebucore.rb', line 1199

def annotationSaliency
  @annotationSaliency
end

#annotationTypeRDF::Vocabulary::Term (readonly)

To define a type of Annotation.

Range: string, anyURI or Concept.

Returns:

  • (RDF::Vocabulary::Term)


1205
1206
1207
# File 'lib/rdf/vocab/ebucore.rb', line 1205

def annotationType
  @annotationType
end

#appliesOutOfRDF::Vocabulary::Term (readonly)

Range: string or CountryCode.

To define the Location (e.g. country, region) to which Rating and TargetAudience do NOT apply.

Returns:

  • (RDF::Vocabulary::Term)


1211
1212
1213
# File 'lib/rdf/vocab/ebucore.rb', line 1211

def appliesOutOf
  @appliesOutOf
end

#appliesToRDF::Vocabulary::Term (readonly)

To identify the media resource to which the Rating applies.

Returns:

  • (RDF::Vocabulary::Term)


1215
1216
1217
# File 'lib/rdf/vocab/ebucore.rb', line 1215

def appliesTo
  @appliesTo
end

#applyToRDF::Vocabulary::Term (readonly)

The Asset to which Rights apply.

Returns:

  • (RDF::Vocabulary::Term)


1219
1220
1221
# File 'lib/rdf/vocab/ebucore.rb', line 1219

def applyTo
  @applyTo
end

#approvedByRDF::Vocabulary::Term (readonly)

Range: Agent or string

To identify the Agent who approved the EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


1225
1226
1227
# File 'lib/rdf/vocab/ebucore.rb', line 1225

def approvedBy
  @approvedBy
end

#ArtefactRDF::Vocabulary::Term (readonly)

To identify and describe artefacts used in a production (on and behind the stage).

Returns:

  • (RDF::Vocabulary::Term)


99
100
101
# File 'lib/rdf/vocab/ebucore.rb', line 99

def Artefact
  @Artefact
end

#Artefact_TypeRDF::Vocabulary::Term (readonly)

To define a type of artefact.

Returns:

  • (RDF::Vocabulary::Term)


103
104
105
# File 'lib/rdf/vocab/ebucore.rb', line 103

def Artefact_Type
  @Artefact_Type
end

#artefactAvailabilityRDF::Vocabulary::Term (readonly)

To flag the availability of an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1229
1230
1231
# File 'lib/rdf/vocab/ebucore.rb', line 1229

def artefactAvailability
  @artefactAvailability
end

#artefactBoxHeightRDF::Vocabulary::Term (readonly)

The height of the box containing the Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1233
1234
1235
# File 'lib/rdf/vocab/ebucore.rb', line 1233

def artefactBoxHeight
  @artefactBoxHeight
end

#artefactBoxTopLeftCornerLineNumberRDF::Vocabulary::Term (readonly)

The coordinates on a vertical axis of the position of the top left corner of the box containing the Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1237
1238
1239
# File 'lib/rdf/vocab/ebucore.rb', line 1237

def artefactBoxTopLeftCornerLineNumber
  @artefactBoxTopLeftCornerLineNumber
end

#artefactBoxTopLeftCornerPixelNumberRDF::Vocabulary::Term (readonly)

The coordinates on an horizontal axis of the position of the top left corner of the box containing the Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1241
1242
1243
# File 'lib/rdf/vocab/ebucore.rb', line 1241

def artefactBoxTopLeftCornerPixelNumber
  @artefactBoxTopLeftCornerPixelNumber
end

#artefactBoxWidthRDF::Vocabulary::Term (readonly)

The width of the box containing the Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1245
1246
1247
# File 'lib/rdf/vocab/ebucore.rb', line 1245

def artefactBoxWidth
  @artefactBoxWidth
end

#artefactBrandRDF::Vocabulary::Term (readonly)

To specify the brand of an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1249
1250
1251
# File 'lib/rdf/vocab/ebucore.rb', line 1249

def artefactBrand
  @artefactBrand
end

#artefactColourRDF::Vocabulary::Term (readonly)

To provide the clour(s) of an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1253
1254
1255
# File 'lib/rdf/vocab/ebucore.rb', line 1253

def artefactColour
  @artefactColour
end

#artefactCommentRDF::Vocabulary::Term (readonly)

To provide a contextual comment about an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1257
1258
1259
# File 'lib/rdf/vocab/ebucore.rb', line 1257

def artefactComment
  @artefactComment
end

#artefactDateOfPurchaseRDF::Vocabulary::Term (readonly)

The date when an Artefact was purchased. .

Returns:

  • (RDF::Vocabulary::Term)


1261
1262
1263
# File 'lib/rdf/vocab/ebucore.rb', line 1261

def artefactDateOfPurchase
  @artefactDateOfPurchase
end

#artefactDateOfSellRDF::Vocabulary::Term (readonly)

The date when an Artefact was sold.

Returns:

  • (RDF::Vocabulary::Term)


1265
1266
1267
# File 'lib/rdf/vocab/ebucore.rb', line 1265

def artefactDateOfSell
  @artefactDateOfSell
end

#artefactDescriptionRDF::Vocabulary::Term (readonly)

A description of an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1269
1270
1271
# File 'lib/rdf/vocab/ebucore.rb', line 1269

def artefactDescription
  @artefactDescription
end

#artefactIdRDF::Vocabulary::Term (readonly)

To identify an Artefact.

Range: string or Identifier.

Returns:

  • (RDF::Vocabulary::Term)


1275
1276
1277
# File 'lib/rdf/vocab/ebucore.rb', line 1275

def artefactId
  @artefactId
end

#artefactModelRDF::Vocabulary::Term (readonly)

To specify a model of an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1279
1280
1281
# File 'lib/rdf/vocab/ebucore.rb', line 1279

def artefactModel
  @artefactModel
end

#artefactNameRDF::Vocabulary::Term (readonly)

A name associated with an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1283
1284
1285
# File 'lib/rdf/vocab/ebucore.rb', line 1283

def artefactName
  @artefactName
end

#artefactPeriodRDF::Vocabulary::Term (readonly)

To specify the period associated with an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1287
1288
1289
# File 'lib/rdf/vocab/ebucore.rb', line 1287

def artefactPeriod
  @artefactPeriod
end

#artefactPriceAmountRDF::Vocabulary::Term (readonly)

To specifythe price of an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1291
1292
1293
# File 'lib/rdf/vocab/ebucore.rb', line 1291

def artefactPriceAmount
  @artefactPriceAmount
end

#artefactReferenceRDF::Vocabulary::Term (readonly)

To specify a reference of an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1295
1296
1297
# File 'lib/rdf/vocab/ebucore.rb', line 1295

def artefactReference
  @artefactReference
end

#artefactStyleRDF::Vocabulary::Term (readonly)

To specify the style associated with an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1299
1300
1301
# File 'lib/rdf/vocab/ebucore.rb', line 1299

def artefactStyle
  @artefactStyle
end

#artefactTypeRDF::Vocabulary::Term (readonly)

To specify the type of an Artefact.

Range: string or Artefact_type.

Returns:

  • (RDF::Vocabulary::Term)


1305
1306
1307
# File 'lib/rdf/vocab/ebucore.rb', line 1305

def artefactType
  @artefactType
end

#artefactUsageHistoryRDF::Vocabulary::Term (readonly)

To provide information on the usage history of an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1309
1310
1311
# File 'lib/rdf/vocab/ebucore.rb', line 1309

def artefactUsageHistory
  @artefactUsageHistory
end

#artefactWebsiteRDF::Vocabulary::Term (readonly)

To specify a website where more information can be found on the Artefact.

Returns:

  • (RDF::Vocabulary::Term)


1313
1314
1315
# File 'lib/rdf/vocab/ebucore.rb', line 1313

def artefactWebsite
  @artefactWebsite
end

#aspectRatioRDF::Vocabulary::Term (readonly)

To specify the aspect ratio.

Returns:

  • (RDF::Vocabulary::Term)


1317
1318
1319
# File 'lib/rdf/vocab/ebucore.rb', line 1317

def aspectRatio
  @aspectRatio
end

#AssetRDF::Vocabulary::Term (readonly)

The Class “Asset” is an object to which an identifier will be associated at commissioning. It will serve as a central reference point to manage rights associated to EditorialObjects, Resources, MediaResources or Essences, and PublicationEvents (distribution and exploitation conditions).

Returns:

  • (RDF::Vocabulary::Term)


107
108
109
# File 'lib/rdf/vocab/ebucore.rb', line 107

def Asset
  @Asset
end

#Asset_TypeRDF::Vocabulary::Term (readonly)

To define a type of asset.

Returns:

  • (RDF::Vocabulary::Term)


111
112
113
# File 'lib/rdf/vocab/ebucore.rb', line 111

def Asset_Type
  @Asset_Type
end

#assetDescriptionRDF::Vocabulary::Term (readonly)

To provide a description of an Asset.

Returns:

  • (RDF::Vocabulary::Term)


1321
1322
1323
# File 'lib/rdf/vocab/ebucore.rb', line 1321

def assetDescription
  @assetDescription
end

#assetIdRDF::Vocabulary::Term (readonly)

Range: an Identifier or anyURI or string.

An identifier attributed to an Asset.

Returns:

  • (RDF::Vocabulary::Term)


1327
1328
1329
# File 'lib/rdf/vocab/ebucore.rb', line 1327

def assetId
  @assetId
end

#assetNameRDF::Vocabulary::Term (readonly)

To provide a name of an Asset.

Returns:

  • (RDF::Vocabulary::Term)


1331
1332
1333
# File 'lib/rdf/vocab/ebucore.rb', line 1331

def assetName
  @assetName
end

#assetTypeRDF::Vocabulary::Term (readonly)

To define a type of an Asset.

Range: string or anyURI or Concept.

Returns:

  • (RDF::Vocabulary::Term)


1337
1338
1339
# File 'lib/rdf/vocab/ebucore.rb', line 1337

def assetType
  @assetType
end

#AtmosphereRDF::Vocabulary::Term (readonly)

To describe a feeling summarising the atmosphere.

Returns:

  • (RDF::Vocabulary::Term)


115
116
117
# File 'lib/rdf/vocab/ebucore.rb', line 115

def Atmosphere
  @Atmosphere
end

#AudienceLevelRDF::Vocabulary::Term (readonly)

The target audience (target region, target audience category but also parental guidance recommendation) for which the media resource is intended.

This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


121
122
123
# File 'lib/rdf/vocab/ebucore.rb', line 121

def AudienceLevel
  @AudienceLevel
end

#AudienceRatingRDF::Vocabulary::Term (readonly)

The audience by which the Resource can be seen according to ratings like MPAA (en.wikipedia.org/wiki/Motion_picture_rating_system) or other organisational / national / local standards.

Returns:

  • (RDF::Vocabulary::Term)


125
126
127
# File 'lib/rdf/vocab/ebucore.rb', line 125

def AudienceRating
  @AudienceRating
end

#AudienceScoreRecordingTechniqueRDF::Vocabulary::Term (readonly)

To define the technique use to measure an audience score.

Returns:

  • (RDF::Vocabulary::Term)


129
130
131
# File 'lib/rdf/vocab/ebucore.rb', line 129

def AudienceScoreRecordingTechnique
  @AudienceScoreRecordingTechnique
end

#audioBitRateRDF::Vocabulary::Term (readonly)

The audio bitrate.

Returns:

  • (RDF::Vocabulary::Term)


1341
1342
1343
# File 'lib/rdf/vocab/ebucore.rb', line 1341

def audioBitRate
  @audioBitRate
end

#audioBitRateMaxRDF::Vocabulary::Term (readonly)

The max audio bitrate.

Returns:

  • (RDF::Vocabulary::Term)


1345
1346
1347
# File 'lib/rdf/vocab/ebucore.rb', line 1345

def audioBitRateMax
  @audioBitRateMax
end

#audioBitRateModeRDF::Vocabulary::Term (readonly)

The audio bitrate mode.

Returns:

  • (RDF::Vocabulary::Term)


1349
1350
1351
# File 'lib/rdf/vocab/ebucore.rb', line 1349

def audioBitRateMode
  @audioBitRateMode
end

#AudioChannelFunctionRDF::Vocabulary::Term (readonly)

To define the function of an AudioChannel.

Returns:

  • (RDF::Vocabulary::Term)


133
134
135
# File 'lib/rdf/vocab/ebucore.rb', line 133

def AudioChannelFunction
  @AudioChannelFunction
end

#audioChannelNumberRDF::Vocabulary::Term (readonly)

The total number of audio channels contained in the MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


1353
1354
1355
# File 'lib/rdf/vocab/ebucore.rb', line 1353

def audioChannelNumber
  @audioChannelNumber
end

#AudioChannelPurposeRDF::Vocabulary::Term (readonly)

To define the purpose of an AudioChannel.

Returns:

  • (RDF::Vocabulary::Term)


137
138
139
# File 'lib/rdf/vocab/ebucore.rb', line 137

def AudioChannelPurpose
  @AudioChannelPurpose
end

#AudioCodecRDF::Vocabulary::Term (readonly)

To provide information about an audio codec.

Returns:

  • (RDF::Vocabulary::Term)


141
142
143
# File 'lib/rdf/vocab/ebucore.rb', line 141

def AudioCodec
  @AudioCodec
end

#AudioContentRDF::Vocabulary::Term (readonly)

An audioContent defines one component of a programme (e.g. background music), its association with an audioGroup (e.g. a 2.0 audioPackFormat of audioChannelFormats for stereo reproduction), its association with an audioStreamFormat, and its set of loudness parameters.

Returns:

  • (RDF::Vocabulary::Term)


145
146
147
# File 'lib/rdf/vocab/ebucore.rb', line 145

def AudioContent
  @AudioContent
end

#AudioContent_TypeRDF::Vocabulary::Term (readonly)

to define a type of AudioContent.

Returns:

  • (RDF::Vocabulary::Term)


149
150
151
# File 'lib/rdf/vocab/ebucore.rb', line 149

def AudioContent_Type
  @AudioContent_Type
end

#AudioDescriptionRDF::Vocabulary::Term (readonly)

A Track containing audio description.

Returns:

  • (RDF::Vocabulary::Term)


153
154
155
# File 'lib/rdf/vocab/ebucore.rb', line 153

def AudioDescription
  @AudioDescription
end

#AudioEncodingFormatRDF::Vocabulary::Term (readonly)

The encoding format for the audio.

Returns:

  • (RDF::Vocabulary::Term)


157
158
159
# File 'lib/rdf/vocab/ebucore.rb', line 157

def AudioEncodingFormat
  @AudioEncodingFormat
end

#audioEncodingLevelRDF::Vocabulary::Term (readonly)

The encoding level as defined in specifications.

Returns:

  • (RDF::Vocabulary::Term)


1357
1358
1359
# File 'lib/rdf/vocab/ebucore.rb', line 1357

def audioEncodingLevel
  @audioEncodingLevel
end

#audioEncodingProfileRDF::Vocabulary::Term (readonly)

The encoding profile as defined in specifications.

Returns:

  • (RDF::Vocabulary::Term)


1361
1362
1363
# File 'lib/rdf/vocab/ebucore.rb', line 1361

def audioEncodingProfile
  @audioEncodingProfile
end

#AudioFormatRDF::Vocabulary::Term (readonly)

To define an AudioFormat.

Returns:

  • (RDF::Vocabulary::Term)


161
162
163
# File 'lib/rdf/vocab/ebucore.rb', line 161

def AudioFormat
  @AudioFormat
end

#AudioObjectRDF::Vocabulary::Term (readonly)

To define an audio object in reference to the Audio Definition Model (ADM)

Returns:

  • (RDF::Vocabulary::Term)


165
166
167
# File 'lib/rdf/vocab/ebucore.rb', line 165

def AudioObject
  @AudioObject
end

#AudioProgrammeRDF::Vocabulary::Term (readonly)

A set of one or more audioContent that derive from the same material, i.e. an audioMultiplex, and the definition of its multiplexed audioContents (e.g. foreground and commentary, background music).

Returns:

  • (RDF::Vocabulary::Term)


169
170
171
# File 'lib/rdf/vocab/ebucore.rb', line 169

def AudioProgramme
  @AudioProgramme
end

#AudioProgramme_TypeRDF::Vocabulary::Term (readonly)

to define a type of AudioProgramme.

Returns:

  • (RDF::Vocabulary::Term)


173
174
175
# File 'lib/rdf/vocab/ebucore.rb', line 173

def AudioProgramme_Type
  @AudioProgramme_Type
end

#AudioStreamRDF::Vocabulary::Term (readonly)

An audioStreamFormat describes a decodable signal - PCM signal or a Dolby E stream for example. It is composed of one or more AudioTracks.

Returns:

  • (RDF::Vocabulary::Term)


177
178
179
# File 'lib/rdf/vocab/ebucore.rb', line 177

def AudioStream
  @AudioStream
end

#AudioTrackRDF::Vocabulary::Term (readonly)

An audioTrack object defines a component of an audioStream. A single set of samples or data in the storage medium.

An audioTrack is the basic audio data container of a medium. Attribute is an unambiguous reference to this container in a given medium.

Represents a physical container or carrier to hold an audio stream. This should be usually defined by many attributes such as ID, format (e.g. 48 kHz/24 bits), linkage information (e.g. odd/even)…

Returns:

  • (RDF::Vocabulary::Term)


185
186
187
# File 'lib/rdf/vocab/ebucore.rb', line 185

def AudioTrack
  @AudioTrack
end

#audioTrackConfigurationRDF::Vocabulary::Term (readonly)

The configuration of audio tracks contained in the MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


1365
1366
1367
# File 'lib/rdf/vocab/ebucore.rb', line 1365

def audioTrackConfiguration
  @audioTrackConfiguration
end

#audioTrackNumberRDF::Vocabulary::Term (readonly)

The total number of audio tracks contained in the MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


1369
1370
1371
# File 'lib/rdf/vocab/ebucore.rb', line 1369

def audioTrackNumber
  @audioTrackNumber
end

#AudioTrackPurposeRDF::Vocabulary::Term (readonly)

To describe the purpose of an AudioTrack e.g. dubbing.

Returns:

  • (RDF::Vocabulary::Term)


189
190
191
# File 'lib/rdf/vocab/ebucore.rb', line 189

def AudioTrackPurpose
  @AudioTrackPurpose
end

#AwardRDF::Vocabulary::Term (readonly)

To describe an Award and associated information.

Returns:

  • (RDF::Vocabulary::Term)


193
194
195
# File 'lib/rdf/vocab/ebucore.rb', line 193

def Award
  @Award
end

#Award_TypeRDF::Vocabulary::Term (readonly)

To define a type of Award.

Returns:

  • (RDF::Vocabulary::Term)


197
198
199
# File 'lib/rdf/vocab/ebucore.rb', line 197

def Award_Type
  @Award_Type
end

#awardCeremonyRDF::Vocabulary::Term (readonly)

To provide an Award ceremony name.

Returns:

  • (RDF::Vocabulary::Term)


1373
1374
1375
# File 'lib/rdf/vocab/ebucore.rb', line 1373

def awardCeremony
  @awardCeremony
end

#awardDateRDF::Vocabulary::Term (readonly)

To provide an date when an Award was delivered.

Returns:

  • (RDF::Vocabulary::Term)


1377
1378
1379
# File 'lib/rdf/vocab/ebucore.rb', line 1377

def awardDate
  @awardDate
end

#awardDescriptionRDF::Vocabulary::Term (readonly)

To provide a description for an Award.

Returns:

  • (RDF::Vocabulary::Term)


1381
1382
1383
# File 'lib/rdf/vocab/ebucore.rb', line 1381

def awardDescription
  @awardDescription
end

#awardIdRDF::Vocabulary::Term (readonly)

To identify an Award.

Range: string or Identifier

Returns:

  • (RDF::Vocabulary::Term)


1387
1388
1389
# File 'lib/rdf/vocab/ebucore.rb', line 1387

def awardId
  @awardId
end

#awardNameRDF::Vocabulary::Term (readonly)

To provide the name of an Award.

Returns:

  • (RDF::Vocabulary::Term)


1391
1392
1393
# File 'lib/rdf/vocab/ebucore.rb', line 1391

def awardName
  @awardName
end

#awardTypeRDF::Vocabulary::Term (readonly)

Range: string or Award_Type

To define a type of Award.

Returns:

  • (RDF::Vocabulary::Term)


1397
1398
1399
# File 'lib/rdf/vocab/ebucore.rb', line 1397

def awardType
  @awardType
end

#BibliographicalObjectRDF::Vocabulary::Term (readonly)

Documents of various nature.

Returns:

  • (RDF::Vocabulary::Term)


213
214
215
# File 'lib/rdf/vocab/ebucore.rb', line 213

def BibliographicalObject
  @BibliographicalObject
end

#BiographyRDF::Vocabulary::Term (readonly)

To record a biography.

Returns:

  • (RDF::Vocabulary::Term)


217
218
219
# File 'lib/rdf/vocab/ebucore.rb', line 217

def Biography
  @Biography
end

#bitDepthRDF::Vocabulary::Term (readonly)

To provide the bitdepth at which the MediaResource has been encoded.

Returns:

  • (RDF::Vocabulary::Term)


1401
1402
1403
# File 'lib/rdf/vocab/ebucore.rb', line 1401

def bitDepth
  @bitDepth
end

#bitRateRDF::Vocabulary::Term (readonly)

To provide the bitrate at which the MediaResource can be played in bits/second. Current bitrate if constant, and average bitrate if variable.

Returns:

  • (RDF::Vocabulary::Term)


1405
1406
1407
# File 'lib/rdf/vocab/ebucore.rb', line 1405

def bitRate
  @bitRate
end

#bitRateMaxRDF::Vocabulary::Term (readonly)

The maximum bitrate when variable, in bits per second.

Returns:

  • (RDF::Vocabulary::Term)


1409
1410
1411
# File 'lib/rdf/vocab/ebucore.rb', line 1409

def bitRateMax
  @bitRateMax
end

#bitRateModeRDF::Vocabulary::Term (readonly)

A flag to indicate if the bit rate is fixed or variable.

Returns:

  • (RDF::Vocabulary::Term)


1413
1414
1415
# File 'lib/rdf/vocab/ebucore.rb', line 1413

def bitRateMode
  @bitRateMode
end

#bitRateOverallRDF::Vocabulary::Term (readonly)

To provide the overall bitrate at which the MediaResource can be played in bits/second. Current bitrate if constant, and average bitrate if variable.

Returns:

  • (RDF::Vocabulary::Term)


1417
1418
1419
# File 'lib/rdf/vocab/ebucore.rb', line 1417

def bitRateOverall
  @bitRateOverall
end

#BMContentRDF::Vocabulary::Term (readonly)

The FIMS BMContent.

Returns:

  • (RDF::Vocabulary::Term)


201
202
203
# File 'lib/rdf/vocab/ebucore.rb', line 201

def BMContent
  @BMContent
end

#BMEssenceRDF::Vocabulary::Term (readonly)

The FIMS Essence

Returns:

  • (RDF::Vocabulary::Term)


205
206
207
# File 'lib/rdf/vocab/ebucore.rb', line 205

def BMEssence
  @BMEssence
end

#BMTemplateRDF::Vocabulary::Term (readonly)

A template describe as a BMEssence.

Returns:

  • (RDF::Vocabulary::Term)


209
210
211
# File 'lib/rdf/vocab/ebucore.rb', line 209

def BMTemplate
  @BMTemplate
end

#bookmarkRDF::Vocabulary::Term (readonly)

To provide a bookmark.

Returns:

  • (RDF::Vocabulary::Term)


1421
1422
1423
# File 'lib/rdf/vocab/ebucore.rb', line 1421

def bookmark
  @bookmark
end

#BrandRDF::Vocabulary::Term (readonly)

A group of EditorialObjects having a Brand as a common denominator.

Returns:

  • (RDF::Vocabulary::Term)


221
222
223
# File 'lib/rdf/vocab/ebucore.rb', line 221

def Brand
  @Brand
end

#BreakingNewsItemRDF::Vocabulary::Term (readonly)

To describe a breaking news.

Returns:

  • (RDF::Vocabulary::Term)


225
226
227
# File 'lib/rdf/vocab/ebucore.rb', line 225

def BreakingNewsItem
  @BreakingNewsItem
end

#BusinessObjectRDF::Vocabulary::Term (readonly)

An image, a document, an annotation (descriptive textual metadata or audio/video tag), a tag (time related in audiovisual media resources), or an audiovisual media resource (optionally composed of one or more fragment / part and / or audio, video data tracks). Other types of BusinessObjects may be defined as subclasses.

Returns:

  • (RDF::Vocabulary::Term)


229
230
231
# File 'lib/rdf/vocab/ebucore.rb', line 229

def BusinessObject
  @BusinessObject
end

#BusinessObject_TypeRDF::Vocabulary::Term (readonly)

To define a type of business object.

Returns:

  • (RDF::Vocabulary::Term)


233
234
235
# File 'lib/rdf/vocab/ebucore.rb', line 233

def BusinessObject_Type
  @BusinessObject_Type
end

#businessObjectDescriptionRDF::Vocabulary::Term (readonly)

To provide a description of an BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


1425
1426
1427
# File 'lib/rdf/vocab/ebucore.rb', line 1425

def businessObjectDescription
  @businessObjectDescription
end

#businessObjectIdRDF::Vocabulary::Term (readonly)

Range: an Identifier or anyURI or string.

An identifier attributed to an BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


1431
1432
1433
# File 'lib/rdf/vocab/ebucore.rb', line 1431

def businessObjectId
  @businessObjectId
end

#businessObjectNameRDF::Vocabulary::Term (readonly)

To provide a name of an BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


1435
1436
1437
# File 'lib/rdf/vocab/ebucore.rb', line 1435

def businessObjectName
  @businessObjectName
end

#businessObjectTypeRDF::Vocabulary::Term (readonly)

Range: string or BusinessObjectType

A type attributed to a BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


1441
1442
1443
# File 'lib/rdf/vocab/ebucore.rb', line 1441

def businessObjectType
  @businessObjectType
end

#CaptioningRDF::Vocabulary::Term (readonly)

To signal the presence of hard of hearing captioning.

Returns:

  • (RDF::Vocabulary::Term)


237
238
239
# File 'lib/rdf/vocab/ebucore.rb', line 237

def Captioning
  @Captioning
end

#CaptioningFormatRDF::Vocabulary::Term (readonly)

To define the format of captioning. Captioning’s main use isfor hard of hearing transcription. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


241
242
243
# File 'lib/rdf/vocab/ebucore.rb', line 241

def CaptioningFormat
  @CaptioningFormat
end

#CastRDF::Vocabulary::Term (readonly)

A member of the cast list (a list of performers/actors and associated fictitious characters).

Returns:

  • (RDF::Vocabulary::Term)


245
246
247
# File 'lib/rdf/vocab/ebucore.rb', line 245

def Cast
  @Cast
end

#CharacterRDF::Vocabulary::Term (readonly)

E.g. a fictitious contact / person.

Returns:

  • (RDF::Vocabulary::Term)


249
250
251
# File 'lib/rdf/vocab/ebucore.rb', line 249

def Character
  @Character
end

#characterDescriptionRDF::Vocabulary::Term (readonly)

To provide the description of a Character.

Returns:

  • (RDF::Vocabulary::Term)


1445
1446
1447
# File 'lib/rdf/vocab/ebucore.rb', line 1445

def characterDescription
  @characterDescription
end

#characterEndIndexRDF::Vocabulary::Term (readonly)

To identify the end character index of the portion of text to which the Annotation applies.

Returns:

  • (RDF::Vocabulary::Term)


1449
1450
1451
# File 'lib/rdf/vocab/ebucore.rb', line 1449

def characterEndIndex
  @characterEndIndex
end

#characterNameRDF::Vocabulary::Term (readonly)

To specify the name of a Character.

Returns:

  • (RDF::Vocabulary::Term)


1453
1454
1455
# File 'lib/rdf/vocab/ebucore.rb', line 1453

def characterName
  @characterName
end

#characterStartIndexRDF::Vocabulary::Term (readonly)

To identify the start character index of the portion of text to which the Annotation applies.

Returns:

  • (RDF::Vocabulary::Term)


1457
1458
1459
# File 'lib/rdf/vocab/ebucore.rb', line 1457

def characterStartIndex
  @characterStartIndex
end

#CityCodeRDF::Vocabulary::Term (readonly)

To allocate a city code.

Returns:

  • (RDF::Vocabulary::Term)


253
254
255
# File 'lib/rdf/vocab/ebucore.rb', line 253

def CityCode
  @CityCode
end

#ClipRDF::Vocabulary::Term (readonly)

For use in models where Clip is common.

Returns:

  • (RDF::Vocabulary::Term)


257
258
259
# File 'lib/rdf/vocab/ebucore.rb', line 257

def Clip
  @Clip
end

#clonedToRDF::Vocabulary::Term (readonly)

Identifies relationship between a digital instantiation of a Resource and its direct copy, with no generational loss.

Returns:

  • (RDF::Vocabulary::Term)


1461
1462
1463
# File 'lib/rdf/vocab/ebucore.rb', line 1461

def clonedTo
  @clonedTo
end

#ClosedCaptionsRDF::Vocabulary::Term (readonly)

Closed captioning is provided as separate content.

Returns:

  • (RDF::Vocabulary::Term)


261
262
263
# File 'lib/rdf/vocab/ebucore.rb', line 261

def ClosedCaptions
  @ClosedCaptions
end

#ClosedSubtitlingRDF::Vocabulary::Term (readonly)

Closed subtitles are provided as separate content.

Returns:

  • (RDF::Vocabulary::Term)


265
266
267
# File 'lib/rdf/vocab/ebucore.rb', line 265

def ClosedSubtitling
  @ClosedSubtitling
end

#CodecRDF::Vocabulary::Term (readonly)

To provide information on a codec.

Returns:

  • (RDF::Vocabulary::Term)


269
270
271
# File 'lib/rdf/vocab/ebucore.rb', line 269

def Codec
  @Codec
end

#codecFamilyRDF::Vocabulary::Term (readonly)

To provide information on the product family of the Codec.

Returns:

  • (RDF::Vocabulary::Term)


1465
1466
1467
# File 'lib/rdf/vocab/ebucore.rb', line 1465

def codecFamily
  @codecFamily
end

#codecIdRDF::Vocabulary::Term (readonly)

To identify a Codec.

Range: string or Identifier.

Returns:

  • (RDF::Vocabulary::Term)


1471
1472
1473
# File 'lib/rdf/vocab/ebucore.rb', line 1471

def codecId
  @codecId
end

#codecNameRDF::Vocabulary::Term (readonly)

To provide a name for the Codec, e.g. a product name.

Returns:

  • (RDF::Vocabulary::Term)


1475
1476
1477
# File 'lib/rdf/vocab/ebucore.rb', line 1475

def codecName
  @codecName
end

#codecVersionRDF::Vocabulary::Term (readonly)

To provide information on the version of the Codec.

Returns:

  • (RDF::Vocabulary::Term)


1479
1480
1481
# File 'lib/rdf/vocab/ebucore.rb', line 1479

def codecVersion
  @codecVersion
end

#CollectionRDF::Vocabulary::Term (readonly)

A group of EditorialObjects. There can be many types of collections for which specific sub-classes should be defined. In the worl of archives, A collection corresponds to all items belonging to an individual / collector.

Returns:

  • (RDF::Vocabulary::Term)


273
274
275
# File 'lib/rdf/vocab/ebucore.rb', line 273

def Collection
  @Collection
end

#ColourSpaceRDF::Vocabulary::Term (readonly)

The CoulourSpace of a VideoResource. A ColourSpace is defined as free text in an annotation label or as an identifier pointing to a term in a classification scheme such as www.ebu.ch/metadata/ontologies/skos/ebu_ColourCodeCS.rdf.

Returns:

  • (RDF::Vocabulary::Term)


277
278
279
# File 'lib/rdf/vocab/ebucore.rb', line 277

def ColourSpace
  @ColourSpace
end

#commentsRDF::Vocabulary::Term (readonly)

To provide a comment.

Returns:

  • (RDF::Vocabulary::Term)


1483
1484
1485
# File 'lib/rdf/vocab/ebucore.rb', line 1483

def comments
  @comments
end

#CommercialCodeRDF::Vocabulary::Term (readonly)

To identify a type of commercial content.

Returns:

  • (RDF::Vocabulary::Term)


281
282
283
# File 'lib/rdf/vocab/ebucore.rb', line 281

def CommercialCode
  @CommercialCode
end

#ComponentRDF::Vocabulary::Term (readonly)

A component e.g. audio, video, data or else or a MediaResource or Essence.

Returns:

  • (RDF::Vocabulary::Term)


285
286
287
# File 'lib/rdf/vocab/ebucore.rb', line 285

def Component
  @Component
end

#ContactRDF::Vocabulary::Term (readonly)

A physical person.

Returns:

  • (RDF::Vocabulary::Term)


289
290
291
# File 'lib/rdf/vocab/ebucore.rb', line 289

def Contact
  @Contact
end

#ContainerCodecRDF::Vocabulary::Term (readonly)

To identify an container codec, e.g. MXF

Returns:

  • (RDF::Vocabulary::Term)


293
294
295
# File 'lib/rdf/vocab/ebucore.rb', line 293

def ContainerCodec
  @ContainerCodec
end

#ContainerEncodingFormatRDF::Vocabulary::Term (readonly)

To define the conatiner encoding format.

Returns:

  • (RDF::Vocabulary::Term)


297
298
299
# File 'lib/rdf/vocab/ebucore.rb', line 297

def ContainerEncodingFormat
  @ContainerEncodingFormat
end

#ContainerMimeTypeRDF::Vocabulary::Term (readonly)

The definition of the container if available as a MIME type. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme. For more information: www.iana.org/assignments/media-types/application/index.html.

Returns:

  • (RDF::Vocabulary::Term)


301
302
303
# File 'lib/rdf/vocab/ebucore.rb', line 301

def ContainerMimeType
  @ContainerMimeType
end

#ContentAlertRDF::Vocabulary::Term (readonly)

To provide information about a particular type of content potentially sensitive.

Returns:

  • (RDF::Vocabulary::Term)


305
306
307
# File 'lib/rdf/vocab/ebucore.rb', line 305

def ContentAlert
  @ContentAlert
end

#ContentEditorialCodeRDF::Vocabulary::Term (readonly)

To define a code of EditorialFormat

Returns:

  • (RDF::Vocabulary::Term)


309
310
311
# File 'lib/rdf/vocab/ebucore.rb', line 309

def ContentEditorialCode
  @ContentEditorialCode
end

#ContentEditorialFormatRDF::Vocabulary::Term (readonly)

To define an EditorialFormat

Returns:

  • (RDF::Vocabulary::Term)


313
314
315
# File 'lib/rdf/vocab/ebucore.rb', line 313

def ContentEditorialFormat
  @ContentEditorialFormat
end

#ContractTypeRDF::Vocabulary::Term (readonly)

To define a type of contract.

Returns:

  • (RDF::Vocabulary::Term)


317
318
319
# File 'lib/rdf/vocab/ebucore.rb', line 317

def ContractType
  @ContractType
end

To provide a copyright statement.

Returns:

  • (RDF::Vocabulary::Term)


321
322
323
# File 'lib/rdf/vocab/ebucore.rb', line 321

def Copyright
  @Copyright
end

#CostumeRDF::Vocabulary::Term (readonly)

To identify and describe Costumes used in productions.

Returns:

  • (RDF::Vocabulary::Term)


325
326
327
# File 'lib/rdf/vocab/ebucore.rb', line 325

def Costume
  @Costume
end

#costumeGenderRDF::Vocabulary::Term (readonly)

To specify the gender associated with a Costume.

Returns:

  • (RDF::Vocabulary::Term)


1487
1488
1489
# File 'lib/rdf/vocab/ebucore.rb', line 1487

def costumeGender
  @costumeGender
end

#costumeSizeInformationRDF::Vocabulary::Term (readonly)

To collect all information available useful to determine the size of a Costume.

Returns:

  • (RDF::Vocabulary::Term)


1491
1492
1493
# File 'lib/rdf/vocab/ebucore.rb', line 1491

def costumeSizeInformation
  @costumeSizeInformation
end

#costumeTextureRDF::Vocabulary::Term (readonly)

Range: a string or a Concept code from a vocabulary, e.g. Getty

To define the texture of a Costume.

Returns:

  • (RDF::Vocabulary::Term)


1497
1498
1499
# File 'lib/rdf/vocab/ebucore.rb', line 1497

def costumeTexture
  @costumeTexture
end

#costumeTypeRDF::Vocabulary::Term (readonly)

To specify a type of Costume.

Returns:

  • (RDF::Vocabulary::Term)


1501
1502
1503
# File 'lib/rdf/vocab/ebucore.rb', line 1501

def costumeType
  @costumeType
end

#CostumeTypeRDF::Vocabulary::Term (readonly)

To define a costume type.

Returns:

  • (RDF::Vocabulary::Term)


329
330
331
# File 'lib/rdf/vocab/ebucore.rb', line 329

def CostumeType
  @CostumeType
end

#CountryCodeRDF::Vocabulary::Term (readonly)

To identify a country by its ISO code.

Returns:

  • (RDF::Vocabulary::Term)


333
334
335
# File 'lib/rdf/vocab/ebucore.rb', line 333

def CountryCode
  @CountryCode
end

#CoverageRestrictionsRDF::Vocabulary::Term (readonly)

To provide information on possible restrictions regarding the temporal and spatial coverage for publication.

Returns:

  • (RDF::Vocabulary::Term)


337
338
339
# File 'lib/rdf/vocab/ebucore.rb', line 337

def CoverageRestrictions
  @CoverageRestrictions
end

#CreativeCommonsRDF::Vocabulary::Term (readonly)

A set of creative commons rights.

Returns:

  • (RDF::Vocabulary::Term)


341
342
343
# File 'lib/rdf/vocab/ebucore.rb', line 341

def CreativeCommons
  @CreativeCommons
end

#CrewRDF::Vocabulary::Term (readonly)

A member of the Crew.

Returns:

  • (RDF::Vocabulary::Term)


345
346
347
# File 'lib/rdf/vocab/ebucore.rb', line 345

def Crew
  @Crew
end

#CuisineStyleRDF::Vocabulary::Term (readonly)

To identify a style of Cuisine.

Returns:

  • (RDF::Vocabulary::Term)


349
350
351
# File 'lib/rdf/vocab/ebucore.rb', line 349

def CuisineStyle
  @CuisineStyle
end

#CurrencyCodeRDF::Vocabulary::Term (readonly)

To identify a currency by its ISO code.

Returns:

  • (RDF::Vocabulary::Term)


353
354
355
# File 'lib/rdf/vocab/ebucore.rb', line 353

def CurrencyCode
  @CurrencyCode
end

#DataFormatRDF::Vocabulary::Term (readonly)

To provide addtional technical information on the characteristics of data streams in a MediaResource including but not limited to AncillaryData, Subtilting and Captioning. Additional specific data format may be defined as subclasses of DataFormat.

Returns:

  • (RDF::Vocabulary::Term)


357
358
359
# File 'lib/rdf/vocab/ebucore.rb', line 357

def DataFormat
  @DataFormat
end

#DataTrackRDF::Vocabulary::Term (readonly)

Ancillary data track e.g. ¨captioning“ or ”subtitling“ in addition to video and audio tracks.

Returns:

  • (RDF::Vocabulary::Term)


361
362
363
# File 'lib/rdf/vocab/ebucore.rb', line 361

def DataTrack
  @DataTrack
end

#dateRDF::Vocabulary::Term (readonly)

A date associated to an Asset.

Returns:

  • (RDF::Vocabulary::Term)


1505
1506
1507
# File 'lib/rdf/vocab/ebucore.rb', line 1505

def date
  @date
end

#dateArchivedRDF::Vocabulary::Term (readonly)

The date when the Asset was archived.

Returns:

  • (RDF::Vocabulary::Term)


1509
1510
1511
# File 'lib/rdf/vocab/ebucore.rb', line 1509

def dateArchived
  @dateArchived
end

#dateBroadcastRDF::Vocabulary::Term (readonly)

The date when the Asset was first broadcast publicly on television or radio or via streaming.

Returns:

  • (RDF::Vocabulary::Term)


1513
1514
1515
# File 'lib/rdf/vocab/ebucore.rb', line 1513

def dateBroadcast
  @dateBroadcast
end

#dateCreatedRDF::Vocabulary::Term (readonly)

The date of creation of the Asset.

Returns:

  • (RDF::Vocabulary::Term)


1517
1518
1519
# File 'lib/rdf/vocab/ebucore.rb', line 1517

def dateCreated
  @dateCreated
end

#dateDeletedRDF::Vocabulary::Term (readonly)

The date when the Resource was deleted.

Returns:

  • (RDF::Vocabulary::Term)


1521
1522
1523
# File 'lib/rdf/vocab/ebucore.rb', line 1521

def dateDeleted
  @dateDeleted
end

#dateDigitisedRDF::Vocabulary::Term (readonly)

The date when the Resource was digitised.

Returns:

  • (RDF::Vocabulary::Term)


1525
1526
1527
# File 'lib/rdf/vocab/ebucore.rb', line 1525

def dateDigitised
  @dateDigitised
end

#dateDistributedRDF::Vocabulary::Term (readonly)

The date when the Resource was first made available to the public for purchase, download, or online access.

Returns:

  • (RDF::Vocabulary::Term)


1529
1530
1531
# File 'lib/rdf/vocab/ebucore.rb', line 1529

def dateDistributed
  @dateDistributed
end

#dateIngestedRDF::Vocabulary::Term (readonly)

The date when the Resource was ingested/acquired in institutional holdings.

Returns:

  • (RDF::Vocabulary::Term)


1533
1534
1535
# File 'lib/rdf/vocab/ebucore.rb', line 1533

def dateIngested
  @dateIngested
end

#dateIssuedRDF::Vocabulary::Term (readonly)

The date when the Asset was issued.

Returns:

  • (RDF::Vocabulary::Term)


1537
1538
1539
# File 'lib/rdf/vocab/ebucore.rb', line 1537

def dateIssued
  @dateIssued
end

#datelicensedRDF::Vocabulary::Term (readonly)

The date when the licence for the Asset begins.

Returns:

  • (RDF::Vocabulary::Term)


1585
1586
1587
# File 'lib/rdf/vocab/ebucore.rb', line 1585

def datelicensed
  @datelicensed
end

#datelicenseEndRDF::Vocabulary::Term (readonly)

The date when the licence for the Asset ends.

Returns:

  • (RDF::Vocabulary::Term)


1581
1582
1583
# File 'lib/rdf/vocab/ebucore.rb', line 1581

def datelicenseEnd
  @datelicenseEnd
end

#dateMigratedRDF::Vocabulary::Term (readonly)

The date when the Resource was copied or converted from an obsolete or endangered original format to a more updated format for preservation.

Returns:

  • (RDF::Vocabulary::Term)


1541
1542
1543
# File 'lib/rdf/vocab/ebucore.rb', line 1541

def dateMigrated
  @dateMigrated
end

#dateModifiedRDF::Vocabulary::Term (readonly)

To indicate the date at which the Asset has been modified.

Returns:

  • (RDF::Vocabulary::Term)


1545
1546
1547
# File 'lib/rdf/vocab/ebucore.rb', line 1545

def dateModified
  @dateModified
end

#dateNormalizedRDF::Vocabulary::Term (readonly)

The date when the Resource was converted from its original format into a format pre-selected by the institution for preservation.

Returns:

  • (RDF::Vocabulary::Term)


1549
1550
1551
# File 'lib/rdf/vocab/ebucore.rb', line 1549

def dateNormalized
  @dateNormalized
end

#dateOfBirthRDF::Vocabulary::Term (readonly)

The date when a Contact/Person is born.

Returns:

  • (RDF::Vocabulary::Term)


1553
1554
1555
# File 'lib/rdf/vocab/ebucore.rb', line 1553

def dateOfBirth
  @dateOfBirth
end

#dateOfDeathRDF::Vocabulary::Term (readonly)

The date when a Contact/Person has passed away.

Returns:

  • (RDF::Vocabulary::Term)


1557
1558
1559
# File 'lib/rdf/vocab/ebucore.rb', line 1557

def dateOfDeath
  @dateOfDeath
end

#dateOfRetirementRDF::Vocabulary::Term (readonly)

The date when a Contact/Person has retired.

Returns:

  • (RDF::Vocabulary::Term)


1561
1562
1563
# File 'lib/rdf/vocab/ebucore.rb', line 1561

def dateOfRetirement
  @dateOfRetirement
end

#dateProducedRDF::Vocabulary::Term (readonly)

The date of production of the Asset.

Returns:

  • (RDF::Vocabulary::Term)


1565
1566
1567
# File 'lib/rdf/vocab/ebucore.rb', line 1565

def dateProduced
  @dateProduced
end

#dateReleasedRDF::Vocabulary::Term (readonly)

The date when the Resource was first made available to the public for purchase, download, or online access.

Returns:

  • (RDF::Vocabulary::Term)


1569
1570
1571
# File 'lib/rdf/vocab/ebucore.rb', line 1569

def dateReleased
  @dateReleased
end

#dateTransferredRDF::Vocabulary::Term (readonly)

The date when the Asset was moved from one digital or physical location to another.

Returns:

  • (RDF::Vocabulary::Term)


1573
1574
1575
# File 'lib/rdf/vocab/ebucore.rb', line 1573

def dateTransferred
  @dateTransferred
end

#dateValidatedRDF::Vocabulary::Term (readonly)

The most recent date when the Resource was confirmed to be valid through manual or digital QC.

Returns:

  • (RDF::Vocabulary::Term)


1577
1578
1579
# File 'lib/rdf/vocab/ebucore.rb', line 1577

def dateValidated
  @dateValidated
end

#DepartmentRDF::Vocabulary::Term (readonly)

A department within and organisation.

Returns:

  • (RDF::Vocabulary::Term)


365
366
367
# File 'lib/rdf/vocab/ebucore.rb', line 365

def Department
  @Department
end

#DepictedEventRDF::Vocabulary::Term (readonly)

A DepictedEVent is fictitious or historical or other sort of Event that the content of the BusinessObject or resource relates to.

Returns:

  • (RDF::Vocabulary::Term)


369
370
371
# File 'lib/rdf/vocab/ebucore.rb', line 369

def DepictedEvent
  @DepictedEvent
end

#derivedToRDF::Vocabulary::Term (readonly)

To identify a new version derived from the original.

Returns:

  • (RDF::Vocabulary::Term)


1589
1590
1591
# File 'lib/rdf/vocab/ebucore.rb', line 1589

def derivedTo
  @derivedTo
end

#descriptionRDF::Vocabulary::Term (readonly)

This can be specialised by using sub-properties like defined in www.ebu.ch/metadata/cs/web/ebu_DescriptionTypeCodeCS_p.xml.htm implemented as examples as e.g. ‘summary’ or ‘script’.

Returns:

  • (RDF::Vocabulary::Term)


1593
1594
1595
# File 'lib/rdf/vocab/ebucore.rb', line 1593

def description
  @description
end

#DIDRDF::Vocabulary::Term (readonly)

The Data Identifier word (along with the SDID, if used), indicates the type of ancillary data that the packet corresponds to.

Returns:

  • (RDF::Vocabulary::Term)


963
964
965
# File 'lib/rdf/vocab/ebucore.rb', line 963

def DID
  @DID
end

#dimensionsRDF::Vocabulary::Term (readonly)

Describes the physical dimensions of a MediaResource, with units of measure concatenated to become part of the value.

Returns:

  • (RDF::Vocabulary::Term)


1597
1598
1599
# File 'lib/rdf/vocab/ebucore.rb', line 1597

def dimensions
  @dimensions
end

#DisclaimerRDF::Vocabulary::Term (readonly)

To provide a disclaimer of any form.

Returns:

  • (RDF::Vocabulary::Term)


373
374
375
# File 'lib/rdf/vocab/ebucore.rb', line 373

def Disclaimer
  @Disclaimer
end

#dishDescriptionRDF::Vocabulary::Term (readonly)

The description of a Dish.

Returns:

  • (RDF::Vocabulary::Term)


1601
1602
1603
# File 'lib/rdf/vocab/ebucore.rb', line 1601

def dishDescription
  @dishDescription
end

#dishNameRDF::Vocabulary::Term (readonly)

The name of a Dish.

Returns:

  • (RDF::Vocabulary::Term)


1605
1606
1607
# File 'lib/rdf/vocab/ebucore.rb', line 1605

def dishName
  @dishName
end

#displayAspectRatioRDF::Vocabulary::Term (readonly)

The aspect ratio when displayed.

Returns:

  • (RDF::Vocabulary::Term)


1609
1610
1611
# File 'lib/rdf/vocab/ebucore.rb', line 1609

def displayAspectRatio
  @displayAspectRatio
end

#displayOrderRDF::Vocabulary::Term (readonly)

The order in which an Agent appears in a scene.

Returns:

  • (RDF::Vocabulary::Term)


1613
1614
1615
# File 'lib/rdf/vocab/ebucore.rb', line 1613

def displayOrder
  @displayOrder
end

#DocumentRDF::Vocabulary::Term (readonly)

To describe a publication in the form of a document e.g. a html webpage (news item) or a pdf document e.g. a script.

Returns:

  • (RDF::Vocabulary::Term)


377
378
379
# File 'lib/rdf/vocab/ebucore.rb', line 377

def Document
  @Document
end

#DocumentFormatRDF::Vocabulary::Term (readonly)

To provide technical information about the format of a document such as the orientation. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


381
382
383
# File 'lib/rdf/vocab/ebucore.rb', line 381

def DocumentFormat
  @DocumentFormat
end

#DopesheetRDF::Vocabulary::Term (readonly)

Provides additional information about a NewsItem, e.g. date and place, subject.

Returns:

  • (RDF::Vocabulary::Term)


385
386
387
# File 'lib/rdf/vocab/ebucore.rb', line 385

def Dopesheet
  @Dopesheet
end

#dubbedToRDF::Vocabulary::Term (readonly)

Range: string or Language.

the Language into which MediaResource is dubbed.

Returns:

  • (RDF::Vocabulary::Term)


1619
1620
1621
# File 'lib/rdf/vocab/ebucore.rb', line 1619

def dubbedTo
  @dubbedTo
end

#durationRDF::Vocabulary::Term (readonly)

To provide information on the duration of an EditorialObject or MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


1623
1624
1625
# File 'lib/rdf/vocab/ebucore.rb', line 1623

def duration
  @duration
end

#durationEditUnitsRDF::Vocabulary::Term (readonly)

To provide a duration in edit units.

Returns:

  • (RDF::Vocabulary::Term)


1627
1628
1629
# File 'lib/rdf/vocab/ebucore.rb', line 1627

def durationEditUnits
  @durationEditUnits
end

#durationNormalPlayTimeRDF::Vocabulary::Term (readonly)

To provide a duration as normal time.

Returns:

  • (RDF::Vocabulary::Term)


1631
1632
1633
# File 'lib/rdf/vocab/ebucore.rb', line 1631

def durationNormalPlayTime
  @durationNormalPlayTime
end

#durationPublishedRDF::Vocabulary::Term (readonly)

To provide information on the published / announced duration of an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


1635
1636
1637
# File 'lib/rdf/vocab/ebucore.rb', line 1635

def durationPublished
  @durationPublished
end

#durationPublishedNormalPlayTimeRDF::Vocabulary::Term (readonly)

To provide a published duration as normal play time.

Returns:

  • (RDF::Vocabulary::Term)


1639
1640
1641
# File 'lib/rdf/vocab/ebucore.rb', line 1639

def durationPublishedNormalPlayTime
  @durationPublishedNormalPlayTime
end

#durationTimecodeRDF::Vocabulary::Term (readonly)

The duration expressed as a timecode.

Returns:

  • (RDF::Vocabulary::Term)


1643
1644
1645
# File 'lib/rdf/vocab/ebucore.rb', line 1643

def durationTimecode
  @durationTimecode
end

#durationTimecodeDropFrameRDF::Vocabulary::Term (readonly)

The duration expressed as a timecode with drop frames.

Returns:

  • (RDF::Vocabulary::Term)


1647
1648
1649
# File 'lib/rdf/vocab/ebucore.rb', line 1647

def durationTimecodeDropFrame
  @durationTimecodeDropFrame
end

#EditorialObjectRDF::Vocabulary::Term (readonly)

In the audiovisual domain, the Class EditorialObject transforms a commissioned concept into an editorial definition of a MediaResource before fabrication (in the Production Domain) and Distribution (in the Distribution Domain). An EditorialObject is a set of descriptive metadata summarising e.g. editing decisions. An EditorialObject can also be a part of an EditorialObject, which is defined by its start time and duration. An EditorialObject can also be a group of EditorialObjects. For example a series composed of episodes is defined as an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


389
390
391
# File 'lib/rdf/vocab/ebucore.rb', line 389

def EditorialObject
  @EditorialObject
end

#EditorialObject_TypeRDF::Vocabulary::Term (readonly)

To define a type of editorial object.

Returns:

  • (RDF::Vocabulary::Term)


393
394
395
# File 'lib/rdf/vocab/ebucore.rb', line 393

def EditorialObject_Type
  @EditorialObject_Type
end

#editorialObjectDescriptionRDF::Vocabulary::Term (readonly)

To provide a description of an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


1655
1656
1657
# File 'lib/rdf/vocab/ebucore.rb', line 1655

def editorialObjectDescription
  @editorialObjectDescription
end

#editorialObjectIdRDF::Vocabulary::Term (readonly)

Range: an Identifier or anyURI or string.

An identifier attributed to an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


1661
1662
1663
# File 'lib/rdf/vocab/ebucore.rb', line 1661

def editorialObjectId
  @editorialObjectId
end

#editorialObjectNameRDF::Vocabulary::Term (readonly)

A name attributed to an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


1665
1666
1667
# File 'lib/rdf/vocab/ebucore.rb', line 1665

def editorialObjectName
  @editorialObjectName
end

#editorialObjectTypeRDF::Vocabulary::Term (readonly)

A type attributed to an EditorialObject.

Range: string or EditorialObjectType/Concept

Returns:

  • (RDF::Vocabulary::Term)


1671
1672
1673
# File 'lib/rdf/vocab/ebucore.rb', line 1671

def editorialObjectType
  @editorialObjectType
end

#editUnitRDF::Vocabulary::Term (readonly)

The edit unit is e.g. the inverse of the audio sample rate or video frame rate.

Returns:

  • (RDF::Vocabulary::Term)


1651
1652
1653
# File 'lib/rdf/vocab/ebucore.rb', line 1651

def editUnit
  @editUnit
end

#educationRDF::Vocabulary::Term (readonly)

To provide information on the education.

Returns:

  • (RDF::Vocabulary::Term)


1675
1676
1677
# File 'lib/rdf/vocab/ebucore.rb', line 1675

def education
  @education
end

#EmotionRDF::Vocabulary::Term (readonly)

A class to log Emotions.

Returns:

  • (RDF::Vocabulary::Term)


397
398
399
# File 'lib/rdf/vocab/ebucore.rb', line 397

def Emotion
  @Emotion
end

#Emotion_TypeRDF::Vocabulary::Term (readonly)

To define a type of emotion.

Returns:

  • (RDF::Vocabulary::Term)


401
402
403
# File 'lib/rdf/vocab/ebucore.rb', line 401

def Emotion_Type
  @Emotion_Type
end

#emotionDescriptionRDF::Vocabulary::Term (readonly)

The description of an Emotion.

Returns:

  • (RDF::Vocabulary::Term)


1679
1680
1681
# File 'lib/rdf/vocab/ebucore.rb', line 1679

def emotionDescription
  @emotionDescription
end

#emotionEditUnitRDF::Vocabulary::Term (readonly)

The edit unit number at which the Emotion occurs.

Returns:

  • (RDF::Vocabulary::Term)


1683
1684
1685
# File 'lib/rdf/vocab/ebucore.rb', line 1683

def emotionEditUnit
  @emotionEditUnit
end

#emotionIdRDF::Vocabulary::Term (readonly)

Range: anyURI or string or Identifier

An identifier attributed to an Emotion.

Returns:

  • (RDF::Vocabulary::Term)


1689
1690
1691
# File 'lib/rdf/vocab/ebucore.rb', line 1689

def emotionId
  @emotionId
end

#emotionNameRDF::Vocabulary::Term (readonly)

A name attributed to an Emotion.

Returns:

  • (RDF::Vocabulary::Term)


1693
1694
1695
# File 'lib/rdf/vocab/ebucore.rb', line 1693

def emotionName
  @emotionName
end

#emotionNormalPlayTimeRDF::Vocabulary::Term (readonly)

The normal play time at which the Emotion occurs.

Returns:

  • (RDF::Vocabulary::Term)


1697
1698
1699
# File 'lib/rdf/vocab/ebucore.rb', line 1697

def emotionNormalPlayTime
  @emotionNormalPlayTime
end

#emotionTimecodeRDF::Vocabulary::Term (readonly)

The timecode at which the Emotion occurs.

Returns:

  • (RDF::Vocabulary::Term)


1701
1702
1703
# File 'lib/rdf/vocab/ebucore.rb', line 1701

def emotionTimecode
  @emotionTimecode
end

#emotionTimecodeDropFrameRDF::Vocabulary::Term (readonly)

The timecode (dropframe) at which the Emotion occurs.

Returns:

  • (RDF::Vocabulary::Term)


1705
1706
1707
# File 'lib/rdf/vocab/ebucore.rb', line 1705

def emotionTimecodeDropFrame
  @emotionTimecodeDropFrame
end

#emotionTimestampRDF::Vocabulary::Term (readonly)

To identify a timestamp at which an Emotion can be seen.

Returns:

  • (RDF::Vocabulary::Term)


1709
1710
1711
# File 'lib/rdf/vocab/ebucore.rb', line 1709

def emotionTimestamp
  @emotionTimestamp
end

#emotionTypeRDF::Vocabulary::Term (readonly)

A type of Emotion.

Range: anyURI or string or Emotion_Type

Returns:

  • (RDF::Vocabulary::Term)


1715
1716
1717
# File 'lib/rdf/vocab/ebucore.rb', line 1715

def emotionType
  @emotionType
end

#EncodingFormatRDF::Vocabulary::Term (readonly)

To provide a definition of the encoding format for audio and video. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme e.g. www.ebu.ch/metadata/ontologies/skos/ebu_AudioCompressionCodeCS.rdf or www.ebu.ch/metadata/ontologies/skos/ebu_VideoCompressionCodeCS.rdf.

Returns:

  • (RDF::Vocabulary::Term)


405
406
407
# File 'lib/rdf/vocab/ebucore.rb', line 405

def EncodingFormat
  @EncodingFormat
end

#encodingLevelRDF::Vocabulary::Term (readonly)

To define an encoding level.

Returns:

  • (RDF::Vocabulary::Term)


1719
1720
1721
# File 'lib/rdf/vocab/ebucore.rb', line 1719

def encodingLevel
  @encodingLevel
end

#encodingProfileRDF::Vocabulary::Term (readonly)

The encoding profile as defined in specifications.

Returns:

  • (RDF::Vocabulary::Term)


1723
1724
1725
# File 'lib/rdf/vocab/ebucore.rb', line 1723

def encodingProfile
  @encodingProfile
end

#endRDF::Vocabulary::Term (readonly)

To define an end timestamp, e.g. the end point of a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


1727
1728
1729
# File 'lib/rdf/vocab/ebucore.rb', line 1727

def end
  @end
end

#endEditUnitsRDF::Vocabulary::Term (readonly)

The end time in edit units.

Returns:

  • (RDF::Vocabulary::Term)


1731
1732
1733
# File 'lib/rdf/vocab/ebucore.rb', line 1731

def endEditUnits
  @endEditUnits
end

#endNormalPlayTimeRDF::Vocabulary::Term (readonly)

The end time expressed using a time expression.

Returns:

  • (RDF::Vocabulary::Term)


1735
1736
1737
# File 'lib/rdf/vocab/ebucore.rb', line 1735

def endNormalPlayTime
  @endNormalPlayTime
end

#endOffsetEditUnitsRDF::Vocabulary::Term (readonly)

The offset end time in edit units.

Returns:

  • (RDF::Vocabulary::Term)


1739
1740
1741
# File 'lib/rdf/vocab/ebucore.rb', line 1739

def endOffsetEditUnits
  @endOffsetEditUnits
end

#endOffsetNormalPlayTimeRDF::Vocabulary::Term (readonly)

The offset end time in normal play time.

Returns:

  • (RDF::Vocabulary::Term)


1743
1744
1745
# File 'lib/rdf/vocab/ebucore.rb', line 1743

def endOffsetNormalPlayTime
  @endOffsetNormalPlayTime
end

#endOffsetTimecodeRDF::Vocabulary::Term (readonly)

The offset end timecode.

Returns:

  • (RDF::Vocabulary::Term)


1747
1748
1749
# File 'lib/rdf/vocab/ebucore.rb', line 1747

def endOffsetTimecode
  @endOffsetTimecode
end

#endOffsetTimecodedropframeRDF::Vocabulary::Term (readonly)

The offset end timecode dropframe.

Returns:

  • (RDF::Vocabulary::Term)


1751
1752
1753
# File 'lib/rdf/vocab/ebucore.rb', line 1751

def endOffsetTimecodedropframe
  @endOffsetTimecodedropframe
end

#endTimecodeRDF::Vocabulary::Term (readonly)

An end time expressed as timecode.

Returns:

  • (RDF::Vocabulary::Term)


1755
1756
1757
# File 'lib/rdf/vocab/ebucore.rb', line 1755

def endTimecode
  @endTimecode
end

#endTimecodeDropFrameRDF::Vocabulary::Term (readonly)

An end time expressed as timecode with drop frames.

Returns:

  • (RDF::Vocabulary::Term)


1759
1760
1761
# File 'lib/rdf/vocab/ebucore.rb', line 1759

def endTimecodeDropFrame
  @endTimecodeDropFrame
end

#EpisodeRDF::Vocabulary::Term (readonly)

To describe an episode in a series.

Returns:

  • (RDF::Vocabulary::Term)


409
410
411
# File 'lib/rdf/vocab/ebucore.rb', line 409

def Episode
  @Episode
end

#episodeNumberRDF::Vocabulary::Term (readonly)

The Episode Number

Returns:

  • (RDF::Vocabulary::Term)


1763
1764
1765
# File 'lib/rdf/vocab/ebucore.rb', line 1763

def episodeNumber
  @episodeNumber
end

#episodeNumberInSeasonRDF::Vocabulary::Term (readonly)

The Episode Number in a season

Returns:

  • (RDF::Vocabulary::Term)


1767
1768
1769
# File 'lib/rdf/vocab/ebucore.rb', line 1767

def episodeNumberInSeason
  @episodeNumberInSeason
end

#episodeNumberInSeriesRDF::Vocabulary::Term (readonly)

The Episode Number in a series

Returns:

  • (RDF::Vocabulary::Term)


1771
1772
1773
# File 'lib/rdf/vocab/ebucore.rb', line 1771

def episodeNumberInSeries
  @episodeNumberInSeries
end

#EssenceRDF::Vocabulary::Term (readonly)

Essence is content ready for distribution. Essence can become a MediaResource in further production processes.

Returns:

  • (RDF::Vocabulary::Term)


413
414
415
# File 'lib/rdf/vocab/ebucore.rb', line 413

def Essence
  @Essence
end

#EventRDF::Vocabulary::Term (readonly)

An event related to the media resource, e.g. depicted in the resource (possibly fictional), etc.

Additional types of event shall be defined as new sub-classes of event.

Returns:

  • (RDF::Vocabulary::Term)


419
420
421
# File 'lib/rdf/vocab/ebucore.rb', line 419

def Event
  @Event
end

#eventDescriptionRDF::Vocabulary::Term (readonly)

To provide a description for an Event.

Returns:

  • (RDF::Vocabulary::Term)


1775
1776
1777
# File 'lib/rdf/vocab/ebucore.rb', line 1775

def eventDescription
  @eventDescription
end

#eventDurationRDF::Vocabulary::Term (readonly)

The duration of an Event.

Returns:

  • (RDF::Vocabulary::Term)


1779
1780
1781
# File 'lib/rdf/vocab/ebucore.rb', line 1779

def eventDuration
  @eventDuration
end

#eventEndDateRDF::Vocabulary::Term (readonly)

The end date of an Event.

Returns:

  • (RDF::Vocabulary::Term)


1783
1784
1785
# File 'lib/rdf/vocab/ebucore.rb', line 1783

def eventEndDate
  @eventEndDate
end

#eventEndDateTimeRDF::Vocabulary::Term (readonly)

The end date and time of an Event.

Returns:

  • (RDF::Vocabulary::Term)


1787
1788
1789
# File 'lib/rdf/vocab/ebucore.rb', line 1787

def eventEndDateTime
  @eventEndDateTime
end

#eventEndTimeRDF::Vocabulary::Term (readonly)

The end time of an Event.

Returns:

  • (RDF::Vocabulary::Term)


1791
1792
1793
# File 'lib/rdf/vocab/ebucore.rb', line 1791

def eventEndTime
  @eventEndTime
end

#eventIdRDF::Vocabulary::Term (readonly)

An identifier attributed to an Event.

Range: identifier or string or anyURI.

Returns:

  • (RDF::Vocabulary::Term)


1797
1798
1799
# File 'lib/rdf/vocab/ebucore.rb', line 1797

def eventId
  @eventId
end

#eventNameRDF::Vocabulary::Term (readonly)

To provide a name for an Event.

Returns:

  • (RDF::Vocabulary::Term)


1801
1802
1803
# File 'lib/rdf/vocab/ebucore.rb', line 1801

def eventName
  @eventName
end

#eventPeriodRDF::Vocabulary::Term (readonly)

The period of time during which an Event has occured.

Returns:

  • (RDF::Vocabulary::Term)


1805
1806
1807
# File 'lib/rdf/vocab/ebucore.rb', line 1805

def eventPeriod
  @eventPeriod
end

#eventStartDateRDF::Vocabulary::Term (readonly)

The start date of an Event.

Returns:

  • (RDF::Vocabulary::Term)


1809
1810
1811
# File 'lib/rdf/vocab/ebucore.rb', line 1809

def eventStartDate
  @eventStartDate
end

#eventStartDateTimeRDF::Vocabulary::Term (readonly)

The start date and time of an Event.

Returns:

  • (RDF::Vocabulary::Term)


1813
1814
1815
# File 'lib/rdf/vocab/ebucore.rb', line 1813

def eventStartDateTime
  @eventStartDateTime
end

#eventStartTimeRDF::Vocabulary::Term (readonly)

The start time of an Event.

Returns:

  • (RDF::Vocabulary::Term)


1817
1818
1819
# File 'lib/rdf/vocab/ebucore.rb', line 1817

def eventStartTime
  @eventStartTime
end

#eventTypeRDF::Vocabulary::Term (readonly)

Range: Event or string

To define a type of Event.

Returns:

  • (RDF::Vocabulary::Term)


1823
1824
1825
# File 'lib/rdf/vocab/ebucore.rb', line 1823

def eventType
  @eventType
end

#EventTypeRDF::Vocabulary::Term (readonly)

To define a type of event.

Returns:

  • (RDF::Vocabulary::Term)


423
424
425
# File 'lib/rdf/vocab/ebucore.rb', line 423

def EventType
  @EventType
end

#ExclusivityTypeRDF::Vocabulary::Term (readonly)

To define a type of exclusity rights.

Returns:

  • (RDF::Vocabulary::Term)


427
428
429
# File 'lib/rdf/vocab/ebucore.rb', line 427

def ExclusivityType
  @ExclusivityType
end

#ExploitationIssuesRDF::Vocabulary::Term (readonly)

To highlight potential exploitation issues.

Returns:

  • (RDF::Vocabulary::Term)


431
432
433
# File 'lib/rdf/vocab/ebucore.rb', line 431

def ExploitationIssues
  @ExploitationIssues
end

#familyInformationRDF::Vocabulary::Term (readonly)

To provide information on the family of a Person.

Returns:

  • (RDF::Vocabulary::Term)


1827
1828
1829
# File 'lib/rdf/vocab/ebucore.rb', line 1827

def familyInformation
  @familyInformation
end

#familyNameRDF::Vocabulary::Term (readonly)

The family name of a Person.

Returns:

  • (RDF::Vocabulary::Term)


1831
1832
1833
# File 'lib/rdf/vocab/ebucore.rb', line 1831

def familyName
  @familyName
end

#FeatureRDF::Vocabulary::Term (readonly)

The editorial object for a feature film.

Returns:

  • (RDF::Vocabulary::Term)


435
436
437
# File 'lib/rdf/vocab/ebucore.rb', line 435

def Feature
  @Feature
end

#FictionalEventRDF::Vocabulary::Term (readonly)

To describe a fictional Event.

Returns:

  • (RDF::Vocabulary::Term)


439
440
441
# File 'lib/rdf/vocab/ebucore.rb', line 439

def FictionalEvent
  @FictionalEvent
end

#FictionalLocationRDF::Vocabulary::Term (readonly)

To describe a fictional Location.

Returns:

  • (RDF::Vocabulary::Term)


443
444
445
# File 'lib/rdf/vocab/ebucore.rb', line 443

def FictionalLocation
  @FictionalLocation
end

#FictionalOrganisationRDF::Vocabulary::Term (readonly)

To define a fictional Organisation.

Returns:

  • (RDF::Vocabulary::Term)


447
448
449
# File 'lib/rdf/vocab/ebucore.rb', line 447

def FictionalOrganisation
  @FictionalOrganisation
end

#FictionalPersonRDF::Vocabulary::Term (readonly)

To describe a fictional Person, e.g. a character in a drama.

Returns:

  • (RDF::Vocabulary::Term)


451
452
453
# File 'lib/rdf/vocab/ebucore.rb', line 451

def FictionalPerson
  @FictionalPerson
end

#FileFormatRDF::Vocabulary::Term (readonly)

A file format for Resources other than audiovisual resources. The format is defined as free text or pointing at a term in a classification scheme e.g. www.ebu.ch/metadata/ontologies/skos/ebu_FileFormatCS.rdf.

Returns:

  • (RDF::Vocabulary::Term)


455
456
457
# File 'lib/rdf/vocab/ebucore.rb', line 455

def FileFormat
  @FileFormat
end

#fileSizeRDF::Vocabulary::Term (readonly)

Provides the size of a MediaResource in bytes.

Returns:

  • (RDF::Vocabulary::Term)


1835
1836
1837
# File 'lib/rdf/vocab/ebucore.rb', line 1835

def fileSize
  @fileSize
end

#firstShowingRDF::Vocabulary::Term (readonly)

To flag this is a first showing PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


1839
1840
1841
# File 'lib/rdf/vocab/ebucore.rb', line 1839

def firstShowing
  @firstShowing
end

#firstShowingThisServiceRDF::Vocabulary::Term (readonly)

To falg this is a first showing PublicationEvent on this service.

Returns:

  • (RDF::Vocabulary::Term)


1843
1844
1845
# File 'lib/rdf/vocab/ebucore.rb', line 1843

def firstShowingThisService
  @firstShowingThisService
end

#folksonomyRDF::Vocabulary::Term (readonly)

Provides a user/audience-generated description, tag, or label for resource content.

Returns:

  • (RDF::Vocabulary::Term)


1847
1848
1849
# File 'lib/rdf/vocab/ebucore.rb', line 1847

def folksonomy
  @folksonomy
end

#followsInSequenceRDF::Vocabulary::Term (readonly)

A link to an Asset precedinging the current Asset in an ordered sequence.

Returns:

  • (RDF::Vocabulary::Term)


1851
1852
1853
# File 'lib/rdf/vocab/ebucore.rb', line 1851

def followsInSequence
  @followsInSequence
end

#FoodRDF::Vocabulary::Term (readonly)

To describe Food shown or consumed in productions.

Returns:

  • (RDF::Vocabulary::Term)


459
460
461
# File 'lib/rdf/vocab/ebucore.rb', line 459

def Food
  @Food
end

#foodCategoryRDF::Vocabulary::Term (readonly)

To define a category of Food.

Returns:

  • (RDF::Vocabulary::Term)


1855
1856
1857
# File 'lib/rdf/vocab/ebucore.rb', line 1855

def foodCategory
  @foodCategory
end

#foodIngredientRDF::Vocabulary::Term (readonly)

The Food ingredients or Food items.

Returns:

  • (RDF::Vocabulary::Term)


1859
1860
1861
# File 'lib/rdf/vocab/ebucore.rb', line 1859

def foodIngredient
  @foodIngredient
end

#FoodStyleRDF::Vocabulary::Term (readonly)

To define a style of food.

Returns:

  • (RDF::Vocabulary::Term)


463
464
465
# File 'lib/rdf/vocab/ebucore.rb', line 463

def FoodStyle
  @FoodStyle
end

#FormatRDF::Vocabulary::Term (readonly)

The format provides technical information on the format of a Resource. A BusinessObject can be instantiated in a variety of Resources each in a particular Format. Other specific data formats may be defined as subclasses of format.

Returns:

  • (RDF::Vocabulary::Term)


467
468
469
# File 'lib/rdf/vocab/ebucore.rb', line 467

def Format
  @Format
end

#formatIdRDF::Vocabulary::Term (readonly)

Range: string or anyURI or Identifier.

A version identifier attributed to a Format.

Returns:

  • (RDF::Vocabulary::Term)


1865
1866
1867
# File 'lib/rdf/vocab/ebucore.rb', line 1865

def formatId
  @formatId
end

#formatVersionIdRDF::Vocabulary::Term (readonly)

Range: string or anyURI or identifier.

A version identifier attributed to a Format.

Returns:

  • (RDF::Vocabulary::Term)


1871
1872
1873
# File 'lib/rdf/vocab/ebucore.rb', line 1871

def formatVersionId
  @formatVersionId
end

#frameHeightRDF::Vocabulary::Term (readonly)

The height of a video frame.

Returns:

  • (RDF::Vocabulary::Term)


1875
1876
1877
# File 'lib/rdf/vocab/ebucore.rb', line 1875

def frameHeight
  @frameHeight
end

#frameHeightUnitRDF::Vocabulary::Term (readonly)

The unit used to measure the height of a frame.

Returns:

  • (RDF::Vocabulary::Term)


1879
1880
1881
# File 'lib/rdf/vocab/ebucore.rb', line 1879

def frameHeightUnit
  @frameHeightUnit
end

#frameRateRDF::Vocabulary::Term (readonly)

The unit used to express the frame rate of a MediaResource in frames/second.

Returns:

  • (RDF::Vocabulary::Term)


1883
1884
1885
# File 'lib/rdf/vocab/ebucore.rb', line 1883

def frameRate
  @frameRate
end

#frameSizeUnitRDF::Vocabulary::Term (readonly)

The unit used to express the frame width or height. The unit by default is ‘pixel’.

Returns:

  • (RDF::Vocabulary::Term)


1887
1888
1889
# File 'lib/rdf/vocab/ebucore.rb', line 1887

def frameSizeUnit
  @frameSizeUnit
end

#frameWidthRDF::Vocabulary::Term (readonly)

The width of a video frame.

Returns:

  • (RDF::Vocabulary::Term)


1891
1892
1893
# File 'lib/rdf/vocab/ebucore.rb', line 1891

def frameWidth
  @frameWidth
end

#frameWidthUnitRDF::Vocabulary::Term (readonly)

The unit used to measure the width of a frame.

Returns:

  • (RDF::Vocabulary::Term)


1895
1896
1897
# File 'lib/rdf/vocab/ebucore.rb', line 1895

def frameWidthUnit
  @frameWidthUnit
end

#freeRDF::Vocabulary::Term (readonly)

A flag to indicate that the access to the PublicationEvent is ‘free’.

Returns:

  • (RDF::Vocabulary::Term)


1899
1900
1901
# File 'lib/rdf/vocab/ebucore.rb', line 1899

def free
  @free
end

#genderRDF::Vocabulary::Term (readonly)

The gender of a Person e.g. male or female.

Returns:

  • (RDF::Vocabulary::Term)


1903
1904
1905
# File 'lib/rdf/vocab/ebucore.rb', line 1903

def gender
  @gender
end

#GenerationRDF::Vocabulary::Term (readonly)

Identifies the generation of a version of a resource, i.e. master, edit master, distribution copy, etc.

Returns:

  • (RDF::Vocabulary::Term)


471
472
473
# File 'lib/rdf/vocab/ebucore.rb', line 471

def Generation
  @Generation
end

#GenreRDF::Vocabulary::Term (readonly)

This class shall be used to provide information on the genre of the BusinessObject or Resource. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme e.g. www.ebu.ch/metadata/ontologies/skos/ebu_ContentGenreCS.rdf or www.ebu.ch/metadata/ontologies/skos/ebu_EditorialFormatCodeCS.rdf.

Returns:

  • (RDF::Vocabulary::Term)


475
476
477
# File 'lib/rdf/vocab/ebucore.rb', line 475

def Genre
  @Genre
end

#geoBlockingRDF::Vocabulary::Term (readonly)

To identify geographical areas where content cannor be accessed.

Returns:

  • (RDF::Vocabulary::Term)


1907
1908
1909
# File 'lib/rdf/vocab/ebucore.rb', line 1907

def geoBlocking
  @geoBlocking
end

#givenNameRDF::Vocabulary::Term (readonly)

The given name of a Person.

Returns:

  • (RDF::Vocabulary::Term)


1911
1912
1913
# File 'lib/rdf/vocab/ebucore.rb', line 1911

def givenName
  @givenName
end

#GroupRDF::Vocabulary::Term (readonly)

To define a collection / group of media resources, for example a series made of episodes.

Returns:

  • (RDF::Vocabulary::Term)


479
480
481
# File 'lib/rdf/vocab/ebucore.rb', line 479

def Group
  @Group
end

#groupDescriptionRDF::Vocabulary::Term (readonly)

A textual description of a Group.

Returns:

  • (RDF::Vocabulary::Term)


1915
1916
1917
# File 'lib/rdf/vocab/ebucore.rb', line 1915

def groupDescription
  @groupDescription
end

#groupIdRDF::Vocabulary::Term (readonly)

Range: Identifier or string or anyURI.

An identifier attributed to a Group.

Returns:

  • (RDF::Vocabulary::Term)


1921
1922
1923
# File 'lib/rdf/vocab/ebucore.rb', line 1921

def groupId
  @groupId
end

#groupNameRDF::Vocabulary::Term (readonly)

The name attributed to a Group.

Returns:

  • (RDF::Vocabulary::Term)


1925
1926
1927
# File 'lib/rdf/vocab/ebucore.rb', line 1925

def groupName
  @groupName
end

#groupTypeRDF::Vocabulary::Term (readonly)

Range: Concept or string or anyURI.

A type attributed to a Group.

Returns:

  • (RDF::Vocabulary::Term)


1931
1932
1933
# File 'lib/rdf/vocab/ebucore.rb', line 1931

def groupType
  @groupType
end

#hasAccessConditionsRDF::Vocabulary::Term (readonly)

Range: string or AccessConditions.

To express access conditions/restrictions.

Returns:

  • (RDF::Vocabulary::Term)


1937
1938
1939
# File 'lib/rdf/vocab/ebucore.rb', line 1937

def hasAccessConditions
  @hasAccessConditions
end

#hasActionRelatedAgentRDF::Vocabulary::Term (readonly)

To associate an Action with an Agent (e.g. Person or Character).

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


1943
1944
1945
# File 'lib/rdf/vocab/ebucore.rb', line 1943

def hasActionRelatedAgent
  @hasActionRelatedAgent
end

#hasActionRelatedSceneRDF::Vocabulary::Term (readonly)

To associate an Action with a Scene.

Range: string or Scene.

Returns:

  • (RDF::Vocabulary::Term)


1949
1950
1951
# File 'lib/rdf/vocab/ebucore.rb', line 1949

def hasActionRelatedScene
  @hasActionRelatedScene
end

#hasAffiliationRDF::Vocabulary::Term (readonly)

Range: Affiliation or string

A property to establish the relation between a Contact/Person and an Organisation.

Returns:

  • (RDF::Vocabulary::Term)


1955
1956
1957
# File 'lib/rdf/vocab/ebucore.rb', line 1955

def hasAffiliation
  @hasAffiliation
end

#hasAgentBiographyRDF::Vocabulary::Term (readonly)

To provide a biography of an Agent.

Range: a string or an anyURI (e,g, a URL to a webpage) or a Biography.

Returns:

  • (RDF::Vocabulary::Term)


1961
1962
1963
# File 'lib/rdf/vocab/ebucore.rb', line 1961

def hasAgentBiography
  @hasAgentBiography
end

#hasAgentCountryOfResidenceRDF::Vocabulary::Term (readonly)

Range: string or CountryCode

To indicate the place of residence of an Agent.

Returns:

  • (RDF::Vocabulary::Term)


1967
1968
1969
# File 'lib/rdf/vocab/ebucore.rb', line 1967

def hasAgentCountryOfResidence
  @hasAgentCountryOfResidence
end

#hasAgentLanguageRDF::Vocabulary::Term (readonly)

Range: a string or Language.

To provide the language(s) of a Contact/person.

Returns:

  • (RDF::Vocabulary::Term)


1973
1974
1975
# File 'lib/rdf/vocab/ebucore.rb', line 1973

def hasAgentLanguage
  @hasAgentLanguage
end

#hasAgentMemberRDF::Vocabulary::Term (readonly)

Range: string or Agent.

To associate an Agent to another Agent e.g. a Team.

Returns:

  • (RDF::Vocabulary::Term)


1979
1980
1981
# File 'lib/rdf/vocab/ebucore.rb', line 1979

def hasAgentMember
  @hasAgentMember
end

#hasAgentNationalityRDF::Vocabulary::Term (readonly)

To provide the nationality of an Agent.

Range: a string or CountryCode.

Returns:

  • (RDF::Vocabulary::Term)


1985
1986
1987
# File 'lib/rdf/vocab/ebucore.rb', line 1985

def hasAgentNationality
  @hasAgentNationality
end

#hasAgentPlaceOfResidenceRDF::Vocabulary::Term (readonly)

Range: string or Location

To indicate the place of residence of an Agent.

Returns:

  • (RDF::Vocabulary::Term)


1991
1992
1993
# File 'lib/rdf/vocab/ebucore.rb', line 1991

def hasAgentPlaceOfResidence
  @hasAgentPlaceOfResidence
end

#hasAgentRelatedPictureRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


1994
1995
1996
# File 'lib/rdf/vocab/ebucore.rb', line 1994

def hasAgentRelatedPicture
  @hasAgentRelatedPicture
end

#hasAncillaryDataRDF::Vocabulary::Term (readonly)

To identify ancillary data in the media resource.

Returns:

  • (RDF::Vocabulary::Term)


1998
1999
2000
# File 'lib/rdf/vocab/ebucore.rb', line 1998

def hasAncillaryData
  @hasAncillaryData
end

#hasAncillaryDataFormatRDF::Vocabulary::Term (readonly)

Range: string or AncillaryDataFormat

the format of ancillary data.

Returns:

  • (RDF::Vocabulary::Term)


2004
2005
2006
# File 'lib/rdf/vocab/ebucore.rb', line 2004

def hasAncillaryDataFormat
  @hasAncillaryDataFormat
end

#hasAnimalBreedCodeRDF::Vocabulary::Term (readonly)

To associate a breed code with an animal.

Returns:

  • (RDF::Vocabulary::Term)


2008
2009
2010
# File 'lib/rdf/vocab/ebucore.rb', line 2008

def hasAnimalBreedCode
  @hasAnimalBreedCode
end

#hasAnimalColourCodeRDF::Vocabulary::Term (readonly)

To associate a colour code with an animal.

Returns:

  • (RDF::Vocabulary::Term)


2012
2013
2014
# File 'lib/rdf/vocab/ebucore.rb', line 2012

def hasAnimalColourCode
  @hasAnimalColourCode
end

#hasAnimalRoleRDF::Vocabulary::Term (readonly)

To identify the role of an animal.

Returns:

  • (RDF::Vocabulary::Term)


2016
2017
2018
# File 'lib/rdf/vocab/ebucore.rb', line 2016

def hasAnimalRole
  @hasAnimalRole
end

#hasAnnotationBodyRDF::Vocabulary::Term (readonly)

To define the Annotation has a string or instance of an EBUCore class.

Returns:

  • (RDF::Vocabulary::Term)


2020
2021
2022
# File 'lib/rdf/vocab/ebucore.rb', line 2020

def hasAnnotationBody
  @hasAnnotationBody
end

#hasAnnotationPurposeRDF::Vocabulary::Term (readonly)

To define the purpose of an Annotation.

Returns:

  • (RDF::Vocabulary::Term)


2024
2025
2026
# File 'lib/rdf/vocab/ebucore.rb', line 2024

def hasAnnotationPurpose
  @hasAnnotationPurpose
end

#hasAnnotationRelatedAgentRDF::Vocabulary::Term (readonly)

To identify an Agent subject of the Annotation.

Returns:

  • (RDF::Vocabulary::Term)


2028
2029
2030
# File 'lib/rdf/vocab/ebucore.rb', line 2028

def hasAnnotationRelatedAgent
  @hasAnnotationRelatedAgent
end

#hasAnnotationRelatedArtefactRDF::Vocabulary::Term (readonly)

To identify an Artefact subject of the Annotation.

Returns:

  • (RDF::Vocabulary::Term)


2032
2033
2034
# File 'lib/rdf/vocab/ebucore.rb', line 2032

def hasAnnotationRelatedArtefact
  @hasAnnotationRelatedArtefact
end

#hasAnnotationRelatedEventRDF::Vocabulary::Term (readonly)

To identify an Event subject of the Annotation.

Returns:

  • (RDF::Vocabulary::Term)


2036
2037
2038
# File 'lib/rdf/vocab/ebucore.rb', line 2036

def hasAnnotationRelatedEvent
  @hasAnnotationRelatedEvent
end

#hasAnnotationRelatedLocationRDF::Vocabulary::Term (readonly)

To identify a Location subject of the Annotation.

Returns:

  • (RDF::Vocabulary::Term)


2040
2041
2042
# File 'lib/rdf/vocab/ebucore.rb', line 2040

def hasAnnotationRelatedLocation
  @hasAnnotationRelatedLocation
end

#hasAnnotationTargetRDF::Vocabulary::Term (readonly)

To define the target object to which the Annotation applies.

Returns:

  • (RDF::Vocabulary::Term)


2044
2045
2046
# File 'lib/rdf/vocab/ebucore.rb', line 2044

def hasAnnotationTarget
  @hasAnnotationTarget
end

#hasArtefactBuyerRDF::Vocabulary::Term (readonly)

The Agent who bought the Artefact.

Range: string or Agent

Returns:

  • (RDF::Vocabulary::Term)


2050
2051
2052
# File 'lib/rdf/vocab/ebucore.rb', line 2050

def hasArtefactBuyer
  @hasArtefactBuyer
end

#hasArtefactCreatorRDF::Vocabulary::Term (readonly)

Range: string or Agent

To identify the creator of an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


2056
2057
2058
# File 'lib/rdf/vocab/ebucore.rb', line 2056

def hasArtefactCreator
  @hasArtefactCreator
end

#hasArtefactLocationRDF::Vocabulary::Term (readonly)

To identify the location of an Artefact.

Range: string or Location

Returns:

  • (RDF::Vocabulary::Term)


2062
2063
2064
# File 'lib/rdf/vocab/ebucore.rb', line 2062

def hasArtefactLocation
  @hasArtefactLocation
end

#hasArtefactOwnerRDF::Vocabulary::Term (readonly)

To identify the owner of an Artefact.

Range: string or Agent

Returns:

  • (RDF::Vocabulary::Term)


2068
2069
2070
# File 'lib/rdf/vocab/ebucore.rb', line 2068

def hasArtefactOwner
  @hasArtefactOwner
end

#hasArtefactPriceCurrencyRDF::Vocabulary::Term (readonly)

To specify the currency into which the price of an Artefact is expressed.

Range: string or CurrencyCode

Returns:

  • (RDF::Vocabulary::Term)


2074
2075
2076
# File 'lib/rdf/vocab/ebucore.rb', line 2074

def hasArtefactPriceCurrency
  @hasArtefactPriceCurrency
end

#hasArtefactRelatedAgentRDF::Vocabulary::Term (readonly)

To associate an Artefact/Prop or else with an Agent.

Range: string or Agent

Returns:

  • (RDF::Vocabulary::Term)


2080
2081
2082
# File 'lib/rdf/vocab/ebucore.rb', line 2080

def hasArtefactRelatedAgent
  @hasArtefactRelatedAgent
end

#hasArtefactRelatedEditorialObjectRDF::Vocabulary::Term (readonly)

To associate an Artefact/Prop or else with an EditorialObject.

Range: string or EditorialObject

Returns:

  • (RDF::Vocabulary::Term)


2086
2087
2088
# File 'lib/rdf/vocab/ebucore.rb', line 2086

def hasArtefactRelatedEditorialObject
  @hasArtefactRelatedEditorialObject
end

#hasArtefactRelatedLocationRDF::Vocabulary::Term (readonly)

Range: string or Location

To associate an Artefact/Prop or else with a Location.

Returns:

  • (RDF::Vocabulary::Term)


2092
2093
2094
# File 'lib/rdf/vocab/ebucore.rb', line 2092

def hasArtefactRelatedLocation
  @hasArtefactRelatedLocation
end

#hasArtefactRelatedPhysicalResourceRDF::Vocabulary::Term (readonly)

Range: string or PhysicalResource

To associate an Artefact/Prop or else with a physical resource.

Returns:

  • (RDF::Vocabulary::Term)


2098
2099
2100
# File 'lib/rdf/vocab/ebucore.rb', line 2098

def hasArtefactRelatedPhysicalResource
  @hasArtefactRelatedPhysicalResource
end

#hasArtefactRelatedResourceRDF::Vocabulary::Term (readonly)

To associate an Artefact/Prop or else with a resource.

Range: string or Resource

Returns:

  • (RDF::Vocabulary::Term)


2104
2105
2106
# File 'lib/rdf/vocab/ebucore.rb', line 2104

def hasArtefactRelatedResource
  @hasArtefactRelatedResource
end

#hasArtefactRetailerRDF::Vocabulary::Term (readonly)

To identify the retailer of an Artefact.

Range: string or Agent

Returns:

  • (RDF::Vocabulary::Term)


2110
2111
2112
# File 'lib/rdf/vocab/ebucore.rb', line 2110

def hasArtefactRetailer
  @hasArtefactRetailer
end

#hasArtefactSupplierRDF::Vocabulary::Term (readonly)

To identify a supplier of an Artefact.

Range: string or Agent

Returns:

  • (RDF::Vocabulary::Term)


2116
2117
2118
# File 'lib/rdf/vocab/ebucore.rb', line 2116

def hasArtefactSupplier
  @hasArtefactSupplier
end

#hasAssetRelatedBusinessObjectRDF::Vocabulary::Term (readonly)

To associate a BusinessObject with an Asset.

Returns:

  • (RDF::Vocabulary::Term)


2120
2121
2122
# File 'lib/rdf/vocab/ebucore.rb', line 2120

def hasAssetRelatedBusinessObject
  @hasAssetRelatedBusinessObject
end

#hasAssetRelatedEditorialObjectRDF::Vocabulary::Term (readonly)

To associate an EditorialObject with an Asset.

Returns:

  • (RDF::Vocabulary::Term)


2124
2125
2126
# File 'lib/rdf/vocab/ebucore.rb', line 2124

def hasAssetRelatedEditorialObject
  @hasAssetRelatedEditorialObject
end

#hasAssetRelatedMediaResourceRDF::Vocabulary::Term (readonly)

To identify a related MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


2128
2129
2130
# File 'lib/rdf/vocab/ebucore.rb', line 2128

def hasAssetRelatedMediaResource
  @hasAssetRelatedMediaResource
end

#hasAssetRelatedResourceRDF::Vocabulary::Term (readonly)

To identify a related Resource.

Returns:

  • (RDF::Vocabulary::Term)


2132
2133
2134
# File 'lib/rdf/vocab/ebucore.rb', line 2132

def hasAssetRelatedResource
  @hasAssetRelatedResource
end

#hasAssociatedArtefactRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


2135
2136
2137
# File 'lib/rdf/vocab/ebucore.rb', line 2135

def hasAssociatedArtefact
  @hasAssociatedArtefact
end

#hasAssociatedAssetRDF::Vocabulary::Term (readonly)

To identify an associated asset.

Returns:

  • (RDF::Vocabulary::Term)


2139
2140
2141
# File 'lib/rdf/vocab/ebucore.rb', line 2139

def hasAssociatedAsset
  @hasAssociatedAsset
end

#hasAssociatedRelationRDF::Vocabulary::Term (readonly)

To define a Relation.

Returns:

  • (RDF::Vocabulary::Term)


2143
2144
2145
# File 'lib/rdf/vocab/ebucore.rb', line 2143

def hasAssociatedRelation
  @hasAssociatedRelation
end

#hasAudienceScoreRecordingTechniqueRDF::Vocabulary::Term (readonly)

Range: string or AudienceScorerecordingTechnique.

To identify the technique used to measure an audience.

Returns:

  • (RDF::Vocabulary::Term)


2149
2150
2151
# File 'lib/rdf/vocab/ebucore.rb', line 2149

def hasAudienceScoreRecordingTechnique
  @hasAudienceScoreRecordingTechnique
end

#hasAudioCodecRDF::Vocabulary::Term (readonly)

Range:string or AudioCodec

To identify the audio Codec

Returns:

  • (RDF::Vocabulary::Term)


2155
2156
2157
# File 'lib/rdf/vocab/ebucore.rb', line 2155

def hasAudioCodec
  @hasAudioCodec
end

#hasAudioContentTypeRDF::Vocabulary::Term (readonly)

To define a type of AudioContent.

Range:string or AudioContent_Type.

Returns:

  • (RDF::Vocabulary::Term)


2161
2162
2163
# File 'lib/rdf/vocab/ebucore.rb', line 2161

def hasAudioContentType
  @hasAudioContentType
end

#hasAudioDescriptionRDF::Vocabulary::Term (readonly)

To signal the presence of AudioDescription.

Returns:

  • (RDF::Vocabulary::Term)


2165
2166
2167
# File 'lib/rdf/vocab/ebucore.rb', line 2165

def hasAudioDescription
  @hasAudioDescription
end

#hasAudioEncodingFormatRDF::Vocabulary::Term (readonly)

Range: string or AudioEncodingFormat

To specify the audio encoding format.

Returns:

  • (RDF::Vocabulary::Term)


2171
2172
2173
# File 'lib/rdf/vocab/ebucore.rb', line 2171

def hasAudioEncodingFormat
  @hasAudioEncodingFormat
end

#hasAudioProgrammeTypeRDF::Vocabulary::Term (readonly)

Range:string or AudioProgramme_Type

To define a type of AudioProgramme.

Returns:

  • (RDF::Vocabulary::Term)


2177
2178
2179
# File 'lib/rdf/vocab/ebucore.rb', line 2177

def hasAudioProgrammeType
  @hasAudioProgrammeType
end

#hasAudioTrackRDF::Vocabulary::Term (readonly)

To identify AudioTracks in the Resource.

Returns:

  • (RDF::Vocabulary::Term)


2181
2182
2183
# File 'lib/rdf/vocab/ebucore.rb', line 2181

def hasAudioTrack
  @hasAudioTrack
end

#hasAwardRelatedAgentRDF::Vocabulary::Term (readonly)

To link an Agent to an Award.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


2187
2188
2189
# File 'lib/rdf/vocab/ebucore.rb', line 2187

def hasAwardRelatedAgent
  @hasAwardRelatedAgent
end

#hasAwardRelatedBusinessObjectRDF::Vocabulary::Term (readonly)

To link a BusinessObject to an Award.

Returns:

  • (RDF::Vocabulary::Term)


2191
2192
2193
# File 'lib/rdf/vocab/ebucore.rb', line 2191

def hasAwardRelatedBusinessObject
  @hasAwardRelatedBusinessObject
end

#hasAwardRelatedEventRDF::Vocabulary::Term (readonly)

An Event e.g. a ceremony, associated to an Award.

Returns:

  • (RDF::Vocabulary::Term)


2195
2196
2197
# File 'lib/rdf/vocab/ebucore.rb', line 2195

def hasAwardRelatedEvent
  @hasAwardRelatedEvent
end

#hasBeenAwardedRDF::Vocabulary::Term (readonly)

Range: a string or an Award.

The Award gievn to an Agent

Returns:

  • (RDF::Vocabulary::Term)


2201
2202
2203
# File 'lib/rdf/vocab/ebucore.rb', line 2201

def hasBeenAwarded
  @hasBeenAwarded
end

#hasCaptioningRDF::Vocabulary::Term (readonly)

To signal the presence of Captioning.

Returns:

  • (RDF::Vocabulary::Term)


2205
2206
2207
# File 'lib/rdf/vocab/ebucore.rb', line 2205

def hasCaptioning
  @hasCaptioning
end

#hasCaptioningFormatRDF::Vocabulary::Term (readonly)

The format of Captioning.

Range: string or CaptioningFormat

Returns:

  • (RDF::Vocabulary::Term)


2211
2212
2213
# File 'lib/rdf/vocab/ebucore.rb', line 2211

def hasCaptioningFormat
  @hasCaptioningFormat
end

#hasCaptioningSourceRDF::Vocabulary::Term (readonly)

Range: string or Agent

To provide information on the source of Captioning.

Returns:

  • (RDF::Vocabulary::Term)


2217
2218
2219
# File 'lib/rdf/vocab/ebucore.rb', line 2217

def hasCaptioningSource
  @hasCaptioningSource
end

#hasCastMemberRDF::Vocabulary::Term (readonly)

A member of the cast.

Range: a string or a Cast

Returns:

  • (RDF::Vocabulary::Term)


2223
2224
2225
# File 'lib/rdf/vocab/ebucore.rb', line 2223

def hasCastMember
  @hasCastMember
end

#hasCastRoleRDF::Vocabulary::Term (readonly)

Range: a string or a Role/Concept from a controlled vocabulary.

To define the role of an Agent (Contact/person or Organisation). The association in a particular context is made by e.g. declaring the hasCastRole or hasCrewRole associated with the BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


2229
2230
2231
# File 'lib/rdf/vocab/ebucore.rb', line 2229

def hasCastRole
  @hasCastRole
end

#hasChannelLogoRDF::Vocabulary::Term (readonly)

The logo of a Publication Channel

Returns:

  • (RDF::Vocabulary::Term)


2233
2234
2235
# File 'lib/rdf/vocab/ebucore.rb', line 2233

def 
  @hasChannelLogo
end

#hasChannelPublicationEventRDF::Vocabulary::Term (readonly)

To associate PublicationEvents with PublicationChannels.

Returns:

  • (RDF::Vocabulary::Term)


2237
2238
2239
# File 'lib/rdf/vocab/ebucore.rb', line 2237

def hasChannelPublicationEvent
  @hasChannelPublicationEvent
end

#hasCharacterRDF::Vocabulary::Term (readonly)

Range: a string or a “fictitious” person - Character.

To list characters in a fiction.

Returns:

  • (RDF::Vocabulary::Term)


2243
2244
2245
# File 'lib/rdf/vocab/ebucore.rb', line 2243

def hasCharacter
  @hasCharacter
end

#hasCodecRDF::Vocabulary::Term (readonly)

Range: string or Codec

To identify a Codec used to create a resource.

Returns:

  • (RDF::Vocabulary::Term)


2249
2250
2251
# File 'lib/rdf/vocab/ebucore.rb', line 2249

def hasCodec
  @hasCodec
end

#hasCodecVendorRDF::Vocabulary::Term (readonly)

To provide a name for the vendor of the Codec.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


2255
2256
2257
# File 'lib/rdf/vocab/ebucore.rb', line 2255

def hasCodecVendor
  @hasCodecVendor
end

#hasColourSpaceRDF::Vocabulary::Term (readonly)

To describe the colour space.

Range: string or Concept

Returns:

  • (RDF::Vocabulary::Term)


2261
2262
2263
# File 'lib/rdf/vocab/ebucore.rb', line 2261

def hasColourSpace
  @hasColourSpace
end

#hasContactRDF::Vocabulary::Term (readonly)

Range: a link to a Contact or a string.

To provide information on a Contact for an Organisation or a physical person (e.g. the agent of an actor).

Returns:

  • (RDF::Vocabulary::Term)


2267
2268
2269
# File 'lib/rdf/vocab/ebucore.rb', line 2267

def hasContact
  @hasContact
end

#hasContainerCodecRDF::Vocabulary::Term (readonly)

To identify a container codec.

Range: string or ContainerCodec

Returns:

  • (RDF::Vocabulary::Term)


2273
2274
2275
# File 'lib/rdf/vocab/ebucore.rb', line 2273

def hasContainerCodec
  @hasContainerCodec
end

#hasContainerEncodingFormatRDF::Vocabulary::Term (readonly)

Range: string or ContainerEncodingFormat

To describe the container encoding format.

Returns:

  • (RDF::Vocabulary::Term)


2279
2280
2281
# File 'lib/rdf/vocab/ebucore.rb', line 2279

def hasContainerEncodingFormat
  @hasContainerEncodingFormat
end

#hasContainerMimeTypeRDF::Vocabulary::Term (readonly)

Range: string or MimeType

To provide the Mime type of the Resource.

Returns:

  • (RDF::Vocabulary::Term)


2285
2286
2287
# File 'lib/rdf/vocab/ebucore.rb', line 2285

def hasContainerMimeType
  @hasContainerMimeType
end

#hasContentEditorialFormatRDF::Vocabulary::Term (readonly)

To define a content editorial format e.g. magazine.

Range: string or ContentEditorialFormat.

Returns:

  • (RDF::Vocabulary::Term)


2291
2292
2293
# File 'lib/rdf/vocab/ebucore.rb', line 2291

def hasContentEditorialFormat
  @hasContentEditorialFormat
end

#hasContributorRDF::Vocabulary::Term (readonly)

To identify a contributor to a Resource, a Business Object, an Event…

Range: string or Agent

Returns:

  • (RDF::Vocabulary::Term)


2297
2298
2299
# File 'lib/rdf/vocab/ebucore.rb', line 2297

def hasContributor
  @hasContributor
end

#hasCopyrightRDF::Vocabulary::Term (readonly)

To express copyright.

Range: string or Copyright.

Returns:

  • (RDF::Vocabulary::Term)


2303
2304
2305
# File 'lib/rdf/vocab/ebucore.rb', line 2303

def hasCopyright
  @hasCopyright
end

#hasCostumeTypeRDF::Vocabulary::Term (readonly)

To define a type of Costume.

Range: a string or Costume_type e.g. a Concept code from a vocabulary, e.g. Getty.

Returns:

  • (RDF::Vocabulary::Term)


2309
2310
2311
# File 'lib/rdf/vocab/ebucore.rb', line 2309

def hasCostumeType
  @hasCostumeType
end

#hasCountryOfBirthRDF::Vocabulary::Term (readonly)

Range: string or CountryCode

The country where a person is born.

Returns:

  • (RDF::Vocabulary::Term)


2315
2316
2317
# File 'lib/rdf/vocab/ebucore.rb', line 2315

def hasCountryOfBirth
  @hasCountryOfBirth
end

#hasCountryOfDeathRDF::Vocabulary::Term (readonly)

Range: string or CountryCode

The country where a person is dead.

Returns:

  • (RDF::Vocabulary::Term)


2321
2322
2323
# File 'lib/rdf/vocab/ebucore.rb', line 2321

def hasCountryOfDeath
  @hasCountryOfDeath
end

#hasCoverageRDF::Vocabulary::Term (readonly)

To provide coverage information.

Range: string or Event or Location

Returns:

  • (RDF::Vocabulary::Term)


2327
2328
2329
# File 'lib/rdf/vocab/ebucore.rb', line 2327

def hasCoverage
  @hasCoverage
end

#hasCoverageRestrictionsRDF::Vocabulary::Term (readonly)

Range: string or CoverageRestrictions.

To express coverage restrictions.

Returns:

  • (RDF::Vocabulary::Term)


2333
2334
2335
# File 'lib/rdf/vocab/ebucore.rb', line 2333

def hasCoverageRestrictions
  @hasCoverageRestrictions
end

#hasCreationLocationRDF::Vocabulary::Term (readonly)

To identify the location where a media resources was created.

Range: string or Location.

Returns:

  • (RDF::Vocabulary::Term)


2339
2340
2341
# File 'lib/rdf/vocab/ebucore.rb', line 2339

def hasCreationLocation
  @hasCreationLocation
end

#hasCreativeCommonsRDF::Vocabulary::Term (readonly)

To express Creative Commons.

Range: string or Creative Commons.

Returns:

  • (RDF::Vocabulary::Term)


2345
2346
2347
# File 'lib/rdf/vocab/ebucore.rb', line 2345

def hasCreativeCommons
  @hasCreativeCommons
end

#hasCreatorRDF::Vocabulary::Term (readonly)

To identify an Agent involved in the creation of the Resource or BusinessObject.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


2351
2352
2353
# File 'lib/rdf/vocab/ebucore.rb', line 2351

def hasCreator
  @hasCreator
end

#hasCrewMemberRDF::Vocabulary::Term (readonly)

Range: a string or a Crew

A member of the crew.

Returns:

  • (RDF::Vocabulary::Term)


2357
2358
2359
# File 'lib/rdf/vocab/ebucore.rb', line 2357

def hasCrewMember
  @hasCrewMember
end

#hasCrewRoleRDF::Vocabulary::Term (readonly)

Range: a string or a Role/Concept from a controlled vocabulary.

To define the role of an Agent (Contact/person or Organisation). The association in a particular context is made by e.g. declaring the hasCastRole or hasCrewRole associated with the BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


2363
2364
2365
# File 'lib/rdf/vocab/ebucore.rb', line 2363

def hasCrewRole
  @hasCrewRole
end

#hasCuisineOriginRDF::Vocabulary::Term (readonly)

The country/region of origin of the cuisine

Range: a string or CountryCode

Returns:

  • (RDF::Vocabulary::Term)


2369
2370
2371
# File 'lib/rdf/vocab/ebucore.rb', line 2369

def hasCuisineOrigin
  @hasCuisineOrigin
end

#hasCuisineStyleRDF::Vocabulary::Term (readonly)

Range: a string or CuisineStyle

The style of the cuisine

Returns:

  • (RDF::Vocabulary::Term)


2375
2376
2377
# File 'lib/rdf/vocab/ebucore.rb', line 2375

def hasCuisineStyle
  @hasCuisineStyle
end

#hasDataFormatRDF::Vocabulary::Term (readonly)

To describe the format of data carried in a resource.

Range: string or DataFormat

Returns:

  • (RDF::Vocabulary::Term)


2381
2382
2383
# File 'lib/rdf/vocab/ebucore.rb', line 2381

def hasDataFormat
  @hasDataFormat
end

#hasDataTrackRDF::Vocabulary::Term (readonly)

To identify DataTracks in the Resource.

Returns:

  • (RDF::Vocabulary::Term)


2385
2386
2387
# File 'lib/rdf/vocab/ebucore.rb', line 2385

def hasDataTrack
  @hasDataTrack
end

#hasDepartmentRDF::Vocabulary::Term (readonly)

Range: string or Department.

To identify a department in an organisation.

Returns:

  • (RDF::Vocabulary::Term)


2391
2392
2393
# File 'lib/rdf/vocab/ebucore.rb', line 2391

def hasDepartment
  @hasDepartment
end

#hasDisclaimerRDF::Vocabulary::Term (readonly)

To express Disclaimer.

Range: string or Disclaimer.

Returns:

  • (RDF::Vocabulary::Term)


2397
2398
2399
# File 'lib/rdf/vocab/ebucore.rb', line 2397

def hasDisclaimer
  @hasDisclaimer
end

#hasDocumentFormatRDF::Vocabulary::Term (readonly)

To describe the format of a Document.

Range: string or Document format

Returns:

  • (RDF::Vocabulary::Term)


2403
2404
2405
# File 'lib/rdf/vocab/ebucore.rb', line 2403

def hasDocumentFormat
  @hasDocumentFormat
end

#hasDopesheetRDF::Vocabulary::Term (readonly)

Range: string or Dopesheet.

The dopesheet of a NewsItem.

Returns:

  • (RDF::Vocabulary::Term)


2409
2410
2411
# File 'lib/rdf/vocab/ebucore.rb', line 2409

def hasDopesheet
  @hasDopesheet
end

#hasDubbedLanguageRDF::Vocabulary::Term (readonly)

Range: string or Language.

To identify available dubbed languages.

Returns:

  • (RDF::Vocabulary::Term)


2415
2416
2417
# File 'lib/rdf/vocab/ebucore.rb', line 2415

def hasDubbedLanguage
  @hasDubbedLanguage
end

#hasEidrIdentifierRDF::Vocabulary::Term (readonly)

To associate an EIDR Identifier with an Asset.

Range: string or Identifier.

Returns:

  • (RDF::Vocabulary::Term)


2421
2422
2423
# File 'lib/rdf/vocab/ebucore.rb', line 2421

def hasEidrIdentifier
  @hasEidrIdentifier
end

#hasEmotionRelatedAgentRDF::Vocabulary::Term (readonly)

Range: String or Agent

To associate an Emotion with an Agent (e.g. Person or Character).

Returns:

  • (RDF::Vocabulary::Term)


2427
2428
2429
# File 'lib/rdf/vocab/ebucore.rb', line 2427

def hasEmotionRelatedAgent
  @hasEmotionRelatedAgent
end

#hasEmotionRelatedSceneRDF::Vocabulary::Term (readonly)

Range: string or Scene

To associate an Emotion with a Scene.

Returns:

  • (RDF::Vocabulary::Term)


2433
2434
2435
# File 'lib/rdf/vocab/ebucore.rb', line 2433

def hasEmotionRelatedScene
  @hasEmotionRelatedScene
end

#hasEncodingFormatRDF::Vocabulary::Term (readonly)

To describe any encoding format use to produce content.

Range: string or Encoding format

Returns:

  • (RDF::Vocabulary::Term)


2439
2440
2441
# File 'lib/rdf/vocab/ebucore.rb', line 2439

def hasEncodingFormat
  @hasEncodingFormat
end

#hasEpisodeRDF::Vocabulary::Term (readonly)

Range: string or Episode.

To identify Episodes in a Series

Returns:

  • (RDF::Vocabulary::Term)


2445
2446
2447
# File 'lib/rdf/vocab/ebucore.rb', line 2445

def hasEpisode
  @hasEpisode
end

#hasEventRelatedAgentRDF::Vocabulary::Term (readonly)

Range: string or Agent

An Agent relates to an Event.

Returns:

  • (RDF::Vocabulary::Term)


2451
2452
2453
# File 'lib/rdf/vocab/ebucore.rb', line 2451

def hasEventRelatedAgent
  @hasEventRelatedAgent
end

#hasEventRelatedArtefactRDF::Vocabulary::Term (readonly)

An artefact related to an Event.

Range: string or Artefact.

Returns:

  • (RDF::Vocabulary::Term)


2457
2458
2459
# File 'lib/rdf/vocab/ebucore.rb', line 2457

def hasEventRelatedArtefact
  @hasEventRelatedArtefact
end

#hasEventRelatedBusinessObjectRDF::Vocabulary::Term (readonly)

A BusinessObject relates to an Event.

Returns:

  • (RDF::Vocabulary::Term)


2461
2462
2463
# File 'lib/rdf/vocab/ebucore.rb', line 2461

def hasEventRelatedBusinessObject
  @hasEventRelatedBusinessObject
end

#hasEventRelatedEventRDF::Vocabulary::Term (readonly)

Range: string or Event

An Event relates to an Event.

Returns:

  • (RDF::Vocabulary::Term)


2467
2468
2469
# File 'lib/rdf/vocab/ebucore.rb', line 2467

def hasEventRelatedEvent
  @hasEventRelatedEvent
end

#hasEventRelatedLocationRDF::Vocabulary::Term (readonly)

Range: a Location or a string

To associate a Location with an Event.

Returns:

  • (RDF::Vocabulary::Term)


2473
2474
2475
# File 'lib/rdf/vocab/ebucore.rb', line 2473

def hasEventRelatedLocation
  @hasEventRelatedLocation
end

#hasEventRelatedResourceRDF::Vocabulary::Term (readonly)

A Resource relates to an Event.

Returns:

  • (RDF::Vocabulary::Term)


2477
2478
2479
# File 'lib/rdf/vocab/ebucore.rb', line 2477

def hasEventRelatedResource
  @hasEventRelatedResource
end

#hasEventTypeRDF::Vocabulary::Term (readonly)

Range: string or EventType

To define a type of Event.

Returns:

  • (RDF::Vocabulary::Term)


2483
2484
2485
# File 'lib/rdf/vocab/ebucore.rb', line 2483

def hasEventType
  @hasEventType
end

#hasExploitationIssuesRDF::Vocabulary::Term (readonly)

Range: string or Exploitation Issues.

To express Exploitation Issues.

Returns:

  • (RDF::Vocabulary::Term)


2489
2490
2491
# File 'lib/rdf/vocab/ebucore.rb', line 2489

def hasExploitationIssues
  @hasExploitationIssues
end

#hasFileFormatRDF::Vocabulary::Term (readonly)

The format of a file.

Range: string or FileFormat.

Returns:

  • (RDF::Vocabulary::Term)


2495
2496
2497
# File 'lib/rdf/vocab/ebucore.rb', line 2495

def hasFileFormat
  @hasFileFormat
end

#hasFoodStyleRDF::Vocabulary::Term (readonly)

Range: string or FoodStyle.

The style of Food.

Returns:

  • (RDF::Vocabulary::Term)


2501
2502
2503
# File 'lib/rdf/vocab/ebucore.rb', line 2501

def hasFoodStyle
  @hasFoodStyle
end

#hasFormatRDF::Vocabulary::Term (readonly)

Range: string, Format or any Format-related Concept

To identify a Format

Returns:

  • (RDF::Vocabulary::Term)


2507
2508
2509
# File 'lib/rdf/vocab/ebucore.rb', line 2507

def hasFormat
  @hasFormat
end

#hasFormatIdRDF::Vocabulary::Term (readonly)

Range: Identifier or string or anyURI.

An identifier attributed to a Format.

Returns:

  • (RDF::Vocabulary::Term)


2513
2514
2515
# File 'lib/rdf/vocab/ebucore.rb', line 2513

def hasFormatId
  @hasFormatId
end

#hasGenerationRDF::Vocabulary::Term (readonly)

Identifies the generation of a version of a resource, i.e. master, edit master, distribution copy, etc.

Returns:

  • (RDF::Vocabulary::Term)


2517
2518
2519
# File 'lib/rdf/vocab/ebucore.rb', line 2517

def hasGeneration
  @hasGeneration
end

#hasGenreRDF::Vocabulary::Term (readonly)

range: string or Genre.

To define a Genre/category associated to the BusinesssObject.

Returns:

  • (RDF::Vocabulary::Term)


2523
2524
2525
# File 'lib/rdf/vocab/ebucore.rb', line 2523

def hasGenre
  @hasGenre
end

#hashValueRDF::Vocabulary::Term (readonly)

The hash value associated to a Resource. There are different methods / algorithms to calculate hash values, which can be defined as subproperties.

Returns:

  • (RDF::Vocabulary::Term)


3207
3208
3209
# File 'lib/rdf/vocab/ebucore.rb', line 3207

def hashValue
  @hashValue
end

#hasIdentifierRDF::Vocabulary::Term (readonly)

To associate an Identifier with an Asset.

Range: string or Identifier.

Returns:

  • (RDF::Vocabulary::Term)


2547
2548
2549
# File 'lib/rdf/vocab/ebucore.rb', line 2547

def hasIdentifier
  @hasIdentifier
end

#hasIdentifierTypeRDF::Vocabulary::Term (readonly)

To define a type of Identifer (e.g. UUID, ISAN, EIDR, in-house production Id).

Range: Concept or string

Returns:

  • (RDF::Vocabulary::Term)


2553
2554
2555
# File 'lib/rdf/vocab/ebucore.rb', line 2553

def hasIdentifierType
  @hasIdentifierType
end

#hasIdPictureRDF::Vocabulary::Term (readonly)

To provide a link to an identification picture.

A locator / URI or a Picture.

Returns:

  • (RDF::Vocabulary::Term)


2541
2542
2543
# File 'lib/rdf/vocab/ebucore.rb', line 2541

def hasIdPicture
  @hasIdPicture
end

#hasImageCodecRDF::Vocabulary::Term (readonly)

Range: string or Codec

To specify the codec of an Image.

Returns:

  • (RDF::Vocabulary::Term)


2559
2560
2561
# File 'lib/rdf/vocab/ebucore.rb', line 2559

def hasImageCodec
  @hasImageCodec
end

#hasImageFormatRDF::Vocabulary::Term (readonly)

Range: string or ImageFormat

To specify the format of an Image.

Returns:

  • (RDF::Vocabulary::Term)


2565
2566
2567
# File 'lib/rdf/vocab/ebucore.rb', line 2565

def hasImageFormat
  @hasImageFormat
end

#hasIMediaIdentifierRDF::Vocabulary::Term (readonly)

To associate an IMedia Identifier with an Asset.

Range: string or Identifier.

Returns:

  • (RDF::Vocabulary::Term)


2529
2530
2531
# File 'lib/rdf/vocab/ebucore.rb', line 2529

def hasIMediaIdentifier
  @hasIMediaIdentifier
end

#hasIPRRestrictionsRDF::Vocabulary::Term (readonly)

Range: string or IPR Restrictions.

To express IPR Restrictions.

Returns:

  • (RDF::Vocabulary::Term)


2535
2536
2537
# File 'lib/rdf/vocab/ebucore.rb', line 2535

def hasIPRRestrictions
  @hasIPRRestrictions
end

#hasIsanIdentifierRDF::Vocabulary::Term (readonly)

To associate an ISAN Identifier with an Asset.

Range: string or Identifier.

Returns:

  • (RDF::Vocabulary::Term)


2571
2572
2573
# File 'lib/rdf/vocab/ebucore.rb', line 2571

def hasIsanIdentifier
  @hasIsanIdentifier
end

#hasKeyCareerEventRDF::Vocabulary::Term (readonly)

Range: string or KeyCareerEvent

To identify the key career events of a Person.

Returns:

  • (RDF::Vocabulary::Term)


2577
2578
2579
# File 'lib/rdf/vocab/ebucore.rb', line 2577

def hasKeyCareerEvent
  @hasKeyCareerEvent
end

#hasKeyPersonalEventRDF::Vocabulary::Term (readonly)

To identify the key personal events of a Person.

Range: string or KeyPersonalEvent

Returns:

  • (RDF::Vocabulary::Term)


2583
2584
2585
# File 'lib/rdf/vocab/ebucore.rb', line 2583

def hasKeyPersonalEvent
  @hasKeyPersonalEvent
end

#hasKeywordRDF::Vocabulary::Term (readonly)

To associate a concept, descriptive phrase or Keyword that specifies the topic of the EditorialObject.

Range: Keyword or string or any URI from a controlled vocabulary

Returns:

  • (RDF::Vocabulary::Term)


2589
2590
2591
# File 'lib/rdf/vocab/ebucore.rb', line 2589

def hasKeyword
  @hasKeyword
end

#hasLanguageRDF::Vocabulary::Term (readonly)

Range: string or Language.

To associate a Language to an Asset. A controlled vocabulary based on BCP 47 is recommended. This property can also be used to identify the presence of sign language (RFC 5646). By inheritance, the hasLanguage property applies indifferently at the MediaResource / Fragment / Track levels at which the usage is being defined. Best practice recommends to use to best possible level of granularity fo describe the usage of language within a MediaResource including at Fragment and Track levels.

Returns:

  • (RDF::Vocabulary::Term)


2595
2596
2597
# File 'lib/rdf/vocab/ebucore.rb', line 2595

def hasLanguage
  @hasLanguage
end

#hasLicensingRDF::Vocabulary::Term (readonly)

Range: string or Licensing.

To express Licensing.

Returns:

  • (RDF::Vocabulary::Term)


2601
2602
2603
# File 'lib/rdf/vocab/ebucore.rb', line 2601

def hasLicensing
  @hasLicensing
end

#hasLocationCodeRDF::Vocabulary::Term (readonly)

Range: string or LocationCode.

To give the code of a Location.

Returns:

  • (RDF::Vocabulary::Term)


2607
2608
2609
# File 'lib/rdf/vocab/ebucore.rb', line 2607

def hasLocationCode
  @hasLocationCode
end

#hasLocationPictureRDF::Vocabulary::Term (readonly)

A picture associated with a Location.

Returns:

  • (RDF::Vocabulary::Term)


2611
2612
2613
# File 'lib/rdf/vocab/ebucore.rb', line 2611

def hasLocationPicture
  @hasLocationPicture
end

#hasLocationRelatedArtefactRDF::Vocabulary::Term (readonly)

To associate an Artefact with a Location.

Range: a string or an Artefact.

Returns:

  • (RDF::Vocabulary::Term)


2617
2618
2619
# File 'lib/rdf/vocab/ebucore.rb', line 2617

def hasLocationRelatedArtefact
  @hasLocationRelatedArtefact
end

#hasLocationRelatedEventRDF::Vocabulary::Term (readonly)

To associate an Event with a Location.

Range: a string or an Event.

Returns:

  • (RDF::Vocabulary::Term)


2623
2624
2625
# File 'lib/rdf/vocab/ebucore.rb', line 2623

def hasLocationRelatedEvent
  @hasLocationRelatedEvent
end

#hasLocationRelatedResourceRDF::Vocabulary::Term (readonly)

To identify a Resource associated with a Location.

Returns:

  • (RDF::Vocabulary::Term)


2627
2628
2629
# File 'lib/rdf/vocab/ebucore.rb', line 2627

def hasLocationRelatedResource
  @hasLocationRelatedResource
end

#hasLocationTypeRDF::Vocabulary::Term (readonly)

To define the type of a Location.

Range: string or LocationType.

Returns:

  • (RDF::Vocabulary::Term)


2633
2634
2635
# File 'lib/rdf/vocab/ebucore.rb', line 2633

def hasLocationType
  @hasLocationType
end

#hasLocatorRDF::Vocabulary::Term (readonly)

Range: a locator e.g. a URI or a Locator or a string.

A locator from where the MediaResource can be accessed.

Returns:

  • (RDF::Vocabulary::Term)


2639
2640
2641
# File 'lib/rdf/vocab/ebucore.rb', line 2639

def hasLocator
  @hasLocator
end

#hasLogoRDF::Vocabulary::Term (readonly)

Logos can be used in a variety of contexts. Logo can be associated with an Organisation or a Service or a PublicationChannel.

Returns:

  • (RDF::Vocabulary::Term)


2643
2644
2645
# File 'lib/rdf/vocab/ebucore.rb', line 2643

def 
  @hasLogo
end

#hasManifestationRDF::Vocabulary::Term (readonly)

A manifestation is the physical embodiment of work e.g. a tape, a file…

Returns:

  • (RDF::Vocabulary::Term)


2647
2648
2649
# File 'lib/rdf/vocab/ebucore.rb', line 2647

def hasManifestation
  @hasManifestation
end

#hasMasterRDF::Vocabulary::Term (readonly)

To identify the master of a Resource

Returns:

  • (RDF::Vocabulary::Term)


2651
2652
2653
# File 'lib/rdf/vocab/ebucore.rb', line 2651

def hasMaster
  @hasMaster
end

#hasMediaFragmentRDF::Vocabulary::Term (readonly)

To define relation to MediaFragments withiin a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


2655
2656
2657
# File 'lib/rdf/vocab/ebucore.rb', line 2655

def hasMediaFragment
  @hasMediaFragment
end

#hasMediumRDF::Vocabulary::Term (readonly)

Range: string or Medium

To specify the medium on which the Resource is available.

Returns:

  • (RDF::Vocabulary::Term)


2661
2662
2663
# File 'lib/rdf/vocab/ebucore.rb', line 2661

def hasMedium
  @hasMedium
end

#hasMemberRDF::Vocabulary::Term (readonly)

To establish group/collection relationship between EditorialObjects.

Returns:

  • (RDF::Vocabulary::Term)


2665
2666
2667
# File 'lib/rdf/vocab/ebucore.rb', line 2665

def hasMember
  @hasMember
end

#hasMemberPublicationPlanRDF::Vocabulary::Term (readonly)

To identify a PublicationPlan that forms part of another PublicationPlan.

Returns:

  • (RDF::Vocabulary::Term)


2669
2670
2671
# File 'lib/rdf/vocab/ebucore.rb', line 2669

def hasMemberPublicationPlan
  @hasMemberPublicationPlan
end

#hasMetadataTrackRDF::Vocabulary::Term (readonly)

To identify MetadataTracks in the Resource.

Returns:

  • (RDF::Vocabulary::Term)


2673
2674
2675
# File 'lib/rdf/vocab/ebucore.rb', line 2673

def hasMetadataTrack
  @hasMetadataTrack
end

#hasMimeTypeRDF::Vocabulary::Term (readonly)

Range: string or MimeType

To specify the Mime type of a Resource.

Returns:

  • (RDF::Vocabulary::Term)


2679
2680
2681
# File 'lib/rdf/vocab/ebucore.rb', line 2679

def hasMimeType
  @hasMimeType
end

#hasObjectTypeRDF::Vocabulary::Term (readonly)

Range: string or ObjectType.

To define an ObjectType for the BusinessObject (e.g. book, report, programme, clip) if not defined as a subClass of BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


2685
2686
2687
# File 'lib/rdf/vocab/ebucore.rb', line 2685

def hasObjectType
  @hasObjectType
end

#hasOrganisationLogoRDF::Vocabulary::Term (readonly)

The logo representing an Organisation

Returns:

  • (RDF::Vocabulary::Term)


2689
2690
2691
# File 'lib/rdf/vocab/ebucore.rb', line 2689

def 
  @hasOrganisationLogo
end

#hasOrganisationStaffRDF::Vocabulary::Term (readonly)

Range: string or Staff.

To identify Staff members in an Organisation.

Returns:

  • (RDF::Vocabulary::Term)


2695
2696
2697
# File 'lib/rdf/vocab/ebucore.rb', line 2695

def hasOrganisationStaff
  @hasOrganisationStaff
end

#hasOriginalLanguageRDF::Vocabulary::Term (readonly)

Range: string or Language.

To define the original language of an Asset.

Returns:

  • (RDF::Vocabulary::Term)


2701
2702
2703
# File 'lib/rdf/vocab/ebucore.rb', line 2701

def hasOriginalLanguage
  @hasOriginalLanguage
end

#hasParentEditorialObjectRDF::Vocabulary::Term (readonly)

To link a EditorialOject to a parent.

Returns:

  • (RDF::Vocabulary::Term)


2705
2706
2707
# File 'lib/rdf/vocab/ebucore.rb', line 2705

def hasParentEditorialObject
  @hasParentEditorialObject
end

#hasParentMediaResourceRDF::Vocabulary::Term (readonly)

To link a MediaResource to a parent.

Returns:

  • (RDF::Vocabulary::Term)


2709
2710
2711
# File 'lib/rdf/vocab/ebucore.rb', line 2709

def hasParentMediaResource
  @hasParentMediaResource
end

#hasPartRDF::Vocabulary::Term (readonly)

To define Parts (segments, fragments, shots, etc.) within an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


2713
2714
2715
# File 'lib/rdf/vocab/ebucore.rb', line 2713

def hasPart
  @hasPart
end

#hasParticipatingAgentRDF::Vocabulary::Term (readonly)

range: Agent or string

To identify participating Agents.

Returns:

  • (RDF::Vocabulary::Term)


2725
2726
2727
# File 'lib/rdf/vocab/ebucore.rb', line 2725

def hasParticipatingAgent
  @hasParticipatingAgent
end

#hasPartTypeRDF::Vocabulary::Term (readonly)

A type of Part.

Range: a string or Part_Type

Returns:

  • (RDF::Vocabulary::Term)


2719
2720
2721
# File 'lib/rdf/vocab/ebucore.rb', line 2719

def hasPartType
  @hasPartType
end

#hasPictogramRDF::Vocabulary::Term (readonly)

Range: a locator/URI or a Picture.

To provide a visual representation of a Rating / AufdienceRating / AudienceLevel.

Returns:

  • (RDF::Vocabulary::Term)


2731
2732
2733
# File 'lib/rdf/vocab/ebucore.rb', line 2731

def hasPictogram
  @hasPictogram
end

#hasPlaceOfBirthRDF::Vocabulary::Term (readonly)

To identify the place of birth.

Returns:

  • (RDF::Vocabulary::Term)


2735
2736
2737
# File 'lib/rdf/vocab/ebucore.rb', line 2735

def hasPlaceOfBirth
  @hasPlaceOfBirth
end

#hasPlaceOfDeathRDF::Vocabulary::Term (readonly)

To identify the place of death.

Returns:

  • (RDF::Vocabulary::Term)


2739
2740
2741
# File 'lib/rdf/vocab/ebucore.rb', line 2739

def hasPlaceOfDeath
  @hasPlaceOfDeath
end

#hasProducerRDF::Vocabulary::Term (readonly)

To identify an Agent involved in the production of the Resource or BusinessObject.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


2745
2746
2747
# File 'lib/rdf/vocab/ebucore.rb', line 2745

def hasProducer
  @hasProducer
end

#hasProductionLocationRDF::Vocabulary::Term (readonly)

To identify the Location of a production

Range: a Location or string

Returns:

  • (RDF::Vocabulary::Term)


2751
2752
2753
# File 'lib/rdf/vocab/ebucore.rb', line 2751

def hasProductionLocation
  @hasProductionLocation
end

#hasProvenanceRDF::Vocabulary::Term (readonly)

Range: string, anyURI or Concept.

To associate information on Provenance to an EBUCore class.

Returns:

  • (RDF::Vocabulary::Term)


2757
2758
2759
# File 'lib/rdf/vocab/ebucore.rb', line 2757

def hasProvenance
  @hasProvenance
end

#hasProvenanceTargetRDF::Vocabulary::Term (readonly)

The instance of an object sourced by the Provenance.

Returns:

  • (RDF::Vocabulary::Term)


2761
2762
2763
# File 'lib/rdf/vocab/ebucore.rb', line 2761

def hasProvenanceTarget
  @hasProvenanceTarget
end

#hasPublicationEventRDF::Vocabulary::Term (readonly)

To associate PublicationEvents with PublicationChannels or as elements of a PublicationHistory or PublicationPlanning.

Returns:

  • (RDF::Vocabulary::Term)


2765
2766
2767
# File 'lib/rdf/vocab/ebucore.rb', line 2765

def hasPublicationEvent
  @hasPublicationEvent
end

#hasPublicationHistoryRDF::Vocabulary::Term (readonly)

To provide the history of publication of an EditorailObject or MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


2769
2770
2771
# File 'lib/rdf/vocab/ebucore.rb', line 2769

def hasPublicationHistory
  @hasPublicationHistory
end

#hasPublicationMediumRDF::Vocabulary::Term (readonly)

To identify the publication medium.

Range: string or PublicationMedium.

Returns:

  • (RDF::Vocabulary::Term)


2775
2776
2777
# File 'lib/rdf/vocab/ebucore.rb', line 2775

def hasPublicationMedium
  @hasPublicationMedium
end

#hasPublicationPlanMemberRDF::Vocabulary::Term (readonly)

To identify a subplan of a publication plan.

Returns:

  • (RDF::Vocabulary::Term)


2779
2780
2781
# File 'lib/rdf/vocab/ebucore.rb', line 2779

def hasPublicationPlanMember
  @hasPublicationPlanMember
end

#hasPublicationPlanTypeRDF::Vocabulary::Term (readonly)

Range: string or PublicationPlan_type.

To define a type of PublicationPlan.

Returns:

  • (RDF::Vocabulary::Term)


2785
2786
2787
# File 'lib/rdf/vocab/ebucore.rb', line 2785

def hasPublicationPlanType
  @hasPublicationPlanType
end

#hasPublicationRegionRDF::Vocabulary::Term (readonly)

The region where the publication takes place.

Range: string or Location

Returns:

  • (RDF::Vocabulary::Term)


2791
2792
2793
# File 'lib/rdf/vocab/ebucore.rb', line 2791

def hasPublicationRegion
  @hasPublicationRegion
end

#hasPublisherRDF::Vocabulary::Term (readonly)

To identify an Agent involved in the publication of the Resource or BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


2795
2796
2797
# File 'lib/rdf/vocab/ebucore.rb', line 2795

def hasPublisher
  @hasPublisher
end

#hasRatingRDF::Vocabulary::Term (readonly)

Range: a string or a Rating.

To identify the presence of Rating attributed to a Resource or BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


2801
2802
2803
# File 'lib/rdf/vocab/ebucore.rb', line 2801

def hasRating
  @hasRating
end

#hasRatingProviderRDF::Vocabulary::Term (readonly)

To identify an Agent who has provided a Rating.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


2807
2808
2809
# File 'lib/rdf/vocab/ebucore.rb', line 2807

def hasRatingProvider
  @hasRatingProvider
end

#hasRatingSourceRDF::Vocabulary::Term (readonly)

To identify an Agent who has provided a Rating.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


2813
2814
2815
# File 'lib/rdf/vocab/ebucore.rb', line 2813

def hasRatingSource
  @hasRatingSource
end

#hasRelatedAnimalRDF::Vocabulary::Term (readonly)

To identify animals associate with an Asset.

Returns:

  • (RDF::Vocabulary::Term)


2817
2818
2819
# File 'lib/rdf/vocab/ebucore.rb', line 2817

def hasRelatedAnimal
  @hasRelatedAnimal
end

#hasRelatedArtefactRDF::Vocabulary::Term (readonly)

To identify and Artefact related to EditorialObject or a resource.

Range: string or Artefact.

Returns:

  • (RDF::Vocabulary::Term)


2823
2824
2825
# File 'lib/rdf/vocab/ebucore.rb', line 2823

def hasRelatedArtefact
  @hasRelatedArtefact
end

#hasRelatedAssetRDF::Vocabulary::Term (readonly)

To identify related Assets.

Returns:

  • (RDF::Vocabulary::Term)


2827
2828
2829
# File 'lib/rdf/vocab/ebucore.rb', line 2827

def hasRelatedAsset
  @hasRelatedAsset
end

#hasRelatedAudioContentRDF::Vocabulary::Term (readonly)

To identify related Audio Content

Returns:

  • (RDF::Vocabulary::Term)


2831
2832
2833
# File 'lib/rdf/vocab/ebucore.rb', line 2831

def hasRelatedAudioContent
  @hasRelatedAudioContent
end

#hasRelatedAudioObjectRDF::Vocabulary::Term (readonly)

To identify related Audio Objects

Returns:

  • (RDF::Vocabulary::Term)


2835
2836
2837
# File 'lib/rdf/vocab/ebucore.rb', line 2835

def hasRelatedAudioObject
  @hasRelatedAudioObject
end

#hasRelatedAudioProgrammeRDF::Vocabulary::Term (readonly)

A related audio programme

Returns:

  • (RDF::Vocabulary::Term)


2839
2840
2841
# File 'lib/rdf/vocab/ebucore.rb', line 2839

def hasRelatedAudioProgramme
  @hasRelatedAudioProgramme
end

#hasRelatedAudioTrackRDF::Vocabulary::Term (readonly)

To identify related Audio Tracks

Returns:

  • (RDF::Vocabulary::Term)


2843
2844
2845
# File 'lib/rdf/vocab/ebucore.rb', line 2843

def hasRelatedAudioTrack
  @hasRelatedAudioTrack
end

#hasRelatedAwardRDF::Vocabulary::Term (readonly)

To identify an Award related to EditorialObject.

Range: string or Award.

Returns:

  • (RDF::Vocabulary::Term)


2849
2850
2851
# File 'lib/rdf/vocab/ebucore.rb', line 2849

def hasRelatedAward
  @hasRelatedAward
end

#hasRelatedEditorialObjectRDF::Vocabulary::Term (readonly)

To identify related EditorialObjects.

Returns:

  • (RDF::Vocabulary::Term)


2853
2854
2855
# File 'lib/rdf/vocab/ebucore.rb', line 2853

def hasRelatedEditorialObject
  @hasRelatedEditorialObject
end

#hasRelatedEssenceRDF::Vocabulary::Term (readonly)

To establish a relation between a MediaResource and an Essence.

Returns:

  • (RDF::Vocabulary::Term)


2857
2858
2859
# File 'lib/rdf/vocab/ebucore.rb', line 2857

def hasRelatedEssence
  @hasRelatedEssence
end

#hasRelatedEventRDF::Vocabulary::Term (readonly)

A property to identify the Events, all real or fictional, covered by the EditorialObject.

Range: Sting or Event

Returns:

  • (RDF::Vocabulary::Term)


2863
2864
2865
# File 'lib/rdf/vocab/ebucore.rb', line 2863

def hasRelatedEvent
  @hasRelatedEvent
end

#hasRelatedImageRDF::Vocabulary::Term (readonly)

To associate an Image with a BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


2867
2868
2869
# File 'lib/rdf/vocab/ebucore.rb', line 2867

def hasRelatedImage
  @hasRelatedImage
end

#hasRelatedLocationRDF::Vocabulary::Term (readonly)

A property to identify the Locations, all real or fictional, covered by the EditorialObject.

Range: String or Location

Returns:

  • (RDF::Vocabulary::Term)


2873
2874
2875
# File 'lib/rdf/vocab/ebucore.rb', line 2873

def hasRelatedLocation
  @hasRelatedLocation
end

#hasRelatedMediaFragmentRDF::Vocabulary::Term (readonly)

To associate a Part of an Asset with a MediaFragment within the association MediaResource instantiating the Asset.

Returns:

  • (RDF::Vocabulary::Term)


2877
2878
2879
# File 'lib/rdf/vocab/ebucore.rb', line 2877

def hasRelatedMediaFragment
  @hasRelatedMediaFragment
end

#hasRelatedMediaResourceRDF::Vocabulary::Term (readonly)

To identify a MediaResource associated with an Asset or a BusinessObject or a PublicationEvent or another Resource.

Returns:

  • (RDF::Vocabulary::Term)


2881
2882
2883
# File 'lib/rdf/vocab/ebucore.rb', line 2881

def hasRelatedMediaResource
  @hasRelatedMediaResource
end

#hasRelatedPictureRDF::Vocabulary::Term (readonly)

To associate a Picture with a BusinessObject or a Resource.

Returns:

  • (RDF::Vocabulary::Term)


2885
2886
2887
# File 'lib/rdf/vocab/ebucore.rb', line 2885

def hasRelatedPicture
  @hasRelatedPicture
end

#hasRelatedPublicationChannelRDF::Vocabulary::Term (readonly)

Range: string or PublicationChannel

To identify a Publication Channel

Returns:

  • (RDF::Vocabulary::Term)


2891
2892
2893
# File 'lib/rdf/vocab/ebucore.rb', line 2891

def hasRelatedPublicationChannel
  @hasRelatedPublicationChannel
end

#hasRelatedPublicationEventRDF::Vocabulary::Term (readonly)

To identify the PublicationEvent associated with a MediaResource (manifestation of an EditorialObject).

Returns:

  • (RDF::Vocabulary::Term)


2895
2896
2897
# File 'lib/rdf/vocab/ebucore.rb', line 2895

def hasRelatedPublicationEvent
  @hasRelatedPublicationEvent
end

#hasRelatedRecordRDF::Vocabulary::Term (readonly)

To associate a Record with an Asset.

Range, a string a URI or a Record.

Returns:

  • (RDF::Vocabulary::Term)


2901
2902
2903
# File 'lib/rdf/vocab/ebucore.rb', line 2901

def hasRelatedRecord
  @hasRelatedRecord
end

#hasRelatedResourceRDF::Vocabulary::Term (readonly)

To identify a Resource associated with an Asset or a BusinessObject or a PublicationEvent or another Resource.

Returns:

  • (RDF::Vocabulary::Term)


2905
2906
2907
# File 'lib/rdf/vocab/ebucore.rb', line 2905

def hasRelatedResource
  @hasRelatedResource
end

#hasRelatedServiceRDF::Vocabulary::Term (readonly)

Range: string or Service.

To establish a relation between Services.

Returns:

  • (RDF::Vocabulary::Term)


2911
2912
2913
# File 'lib/rdf/vocab/ebucore.rb', line 2911

def hasRelatedService
  @hasRelatedService
end

#hasRelatedTextLineRDF::Vocabulary::Term (readonly)

Range: string or TextLine.

A TextLine or free text related to an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


2917
2918
2919
# File 'lib/rdf/vocab/ebucore.rb', line 2917

def hasRelatedTextLine
  @hasRelatedTextLine
end

#hasRelationSourceRDF::Vocabulary::Term (readonly)

Range: string or Agent.

To define source of a Relation.

Returns:

  • (RDF::Vocabulary::Term)


2923
2924
2925
# File 'lib/rdf/vocab/ebucore.rb', line 2923

def hasRelationSource
  @hasRelationSource
end

#hasResourceLocatorRDF::Vocabulary::Term (readonly)

A locator from where the Resource can be accessed.

Range: a locator e.g. a URI or a Locator.

Returns:

  • (RDF::Vocabulary::Term)


2929
2930
2931
# File 'lib/rdf/vocab/ebucore.rb', line 2929

def hasResourceLocator
  @hasResourceLocator
end

#hasReviewRDF::Vocabulary::Term (readonly)

Range: string or Review.

To provide a review.

Returns:

  • (RDF::Vocabulary::Term)


2935
2936
2937
# File 'lib/rdf/vocab/ebucore.rb', line 2935

def hasReview
  @hasReview
end

#hasRightsClearanceRDF::Vocabulary::Term (readonly)

To express Rights Clearance.

Range: string or Rights Clearance.

Returns:

  • (RDF::Vocabulary::Term)


2941
2942
2943
# File 'lib/rdf/vocab/ebucore.rb', line 2941

def hasRightsClearance
  @hasRightsClearance
end

#hasRightsContactRDF::Vocabulary::Term (readonly)

Range: a string or a Contact.

To identify a Contact/person who can provide assistance / guidance regarding the associated Rights.

Returns:

  • (RDF::Vocabulary::Term)


2947
2948
2949
# File 'lib/rdf/vocab/ebucore.rb', line 2947

def hasRightsContact
  @hasRightsContact
end

#hasRightsHolderRDF::Vocabulary::Term (readonly)

To identify an Agent (Contact/person or Organisation) having/managing Rights.

Range: a string or an Agent.

Returns:

  • (RDF::Vocabulary::Term)


2953
2954
2955
# File 'lib/rdf/vocab/ebucore.rb', line 2953

def hasRightsHolder
  @hasRightsHolder
end

#hasRoleRDF::Vocabulary::Term (readonly)

Range: a string or a Role/Concept from a controlled vocabulary.

To define the role of an Agent (Contact/person or Organisation). The association in a particular context is made by e.g. declaring the hasCastRole or hasCrewRole associated with the BusinessObject.

Returns:

  • (RDF::Vocabulary::Term)


2959
2960
2961
# File 'lib/rdf/vocab/ebucore.rb', line 2959

def hasRole
  @hasRole
end

#hasSeasonRDF::Vocabulary::Term (readonly)

To identiify Seasons in a Series.

Returns:

  • (RDF::Vocabulary::Term)


2963
2964
2965
# File 'lib/rdf/vocab/ebucore.rb', line 2963

def hasSeason
  @hasSeason
end

#hasServiceGenreRDF::Vocabulary::Term (readonly)

The genre of content associated with the Service.

Range: string or Genre

Returns:

  • (RDF::Vocabulary::Term)


2969
2970
2971
# File 'lib/rdf/vocab/ebucore.rb', line 2969

def hasServiceGenre
  @hasServiceGenre
end

#hasServiceLogoRDF::Vocabulary::Term (readonly)

The Logo characterising a Service

Returns:

  • (RDF::Vocabulary::Term)


2973
2974
2975
# File 'lib/rdf/vocab/ebucore.rb', line 2973

def 
  @hasServiceLogo
end

#hasShootingLocationRDF::Vocabulary::Term (readonly)

Range: Location or string

The Location where content has been captured.

Returns:

  • (RDF::Vocabulary::Term)


2979
2980
2981
# File 'lib/rdf/vocab/ebucore.rb', line 2979

def hasShootingLocation
  @hasShootingLocation
end

#hasSigningRDF::Vocabulary::Term (readonly)

To identify the presence of Signing associated to the BusinessObject/Resource.

A locator/URI to a resource or a Signing resource.

Returns:

  • (RDF::Vocabulary::Term)


2985
2986
2987
# File 'lib/rdf/vocab/ebucore.rb', line 2985

def hasSigning
  @hasSigning
end

#hasSigningFormatRDF::Vocabulary::Term (readonly)

To specify the format used for signing.

Range: string or SigningFormat.

Returns:

  • (RDF::Vocabulary::Term)


2991
2992
2993
# File 'lib/rdf/vocab/ebucore.rb', line 2991

def hasSigningFormat
  @hasSigningFormat
end

#hasSigningSourceRDF::Vocabulary::Term (readonly)

To specify the source of signing.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


2997
2998
2999
# File 'lib/rdf/vocab/ebucore.rb', line 2997

def hasSigningSource
  @hasSigningSource
end

#hasSourceRDF::Vocabulary::Term (readonly)

To identify the source of a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


3001
3002
3003
# File 'lib/rdf/vocab/ebucore.rb', line 3001

def hasSource
  @hasSource
end

#hasStaffMemberRDF::Vocabulary::Term (readonly)

Range: string or Staff.

To identify members of staff in an organisation.

Returns:

  • (RDF::Vocabulary::Term)


3007
3008
3009
# File 'lib/rdf/vocab/ebucore.rb', line 3007

def hasStaffMember
  @hasStaffMember
end

#hasStaffRoleRDF::Vocabulary::Term (readonly)

Range: a string or a Role/Concept from a controlled vocabulary.

To define the role of an Agent (Contact/person or Organisation). The association in a particular context is made by e.g. declaring the hasCastRole or hasCrewRole or hasStaffRole.

Returns:

  • (RDF::Vocabulary::Term)


3013
3014
3015
# File 'lib/rdf/vocab/ebucore.rb', line 3013

def hasStaffRole
  @hasStaffRole
end

#hasStakeholderRDF::Vocabulary::Term (readonly)

Range: Agent or string

An Agent related to the PublicationPlan.

Returns:

  • (RDF::Vocabulary::Term)


3019
3020
3021
# File 'lib/rdf/vocab/ebucore.rb', line 3019

def hasStakeholder
  @hasStakeholder
end

#hasStandardRDF::Vocabulary::Term (readonly)

Identifies the technical video standard of a MediaResource, i.e. NTSC or PAL.

Range: string or Standard

Returns:

  • (RDF::Vocabulary::Term)


3025
3026
3027
# File 'lib/rdf/vocab/ebucore.rb', line 3025

def hasStandard
  @hasStandard
end

#hasStorageIdRDF::Vocabulary::Term (readonly)

Range: Identifier, anyURI, string

To identify storage associated with a locator from which a Resource can be accessed or can be retrieved.

Returns:

  • (RDF::Vocabulary::Term)


3031
3032
3033
# File 'lib/rdf/vocab/ebucore.rb', line 3031

def hasStorageId
  @hasStorageId
end

#hasStorageTypeRDF::Vocabulary::Term (readonly)

Range:; string or Storage_Type

To define a type of storage associated with a locator from which a Resource can be accessed or can be retrieved.

Returns:

  • (RDF::Vocabulary::Term)


3037
3038
3039
# File 'lib/rdf/vocab/ebucore.rb', line 3037

def hasStorageType
  @hasStorageType
end

#hasSubjectRDF::Vocabulary::Term (readonly)

This property enables to associate an Asset with a subject which can be a string or a URI pointing to a term from a controlled vocabulary.

Range: string, anyURI or Subject

Returns:

  • (RDF::Vocabulary::Term)


3043
3044
3045
# File 'lib/rdf/vocab/ebucore.rb', line 3043

def hasSubject
  @hasSubject
end

#hasSubtitlingRDF::Vocabulary::Term (readonly)

To identify existing subtitling.

Range: string or Subtitling

Returns:

  • (RDF::Vocabulary::Term)


3049
3050
3051
# File 'lib/rdf/vocab/ebucore.rb', line 3049

def hasSubtitling
  @hasSubtitling
end

#hasSubtitlingFormatRDF::Vocabulary::Term (readonly)

The format of Subtitling.

Range: string or SubtitlingFormat

Returns:

  • (RDF::Vocabulary::Term)


3055
3056
3057
# File 'lib/rdf/vocab/ebucore.rb', line 3055

def hasSubtitlingFormat
  @hasSubtitlingFormat
end

#hasSubtitlingSourceRDF::Vocabulary::Term (readonly)

To identify the source of the Subtitling resource.

Range: a string or an Agent.

Returns:

  • (RDF::Vocabulary::Term)


3061
3062
3063
# File 'lib/rdf/vocab/ebucore.rb', line 3061

def hasSubtitlingSource
  @hasSubtitlingSource
end

#hasTargetAudienceRDF::Vocabulary::Term (readonly)

To associate a TargetAudience (e.g. for parental guiddance or targeting a particular social group) with a BusinessObject/Resource.

Range: string or TargetAudience.

Returns:

  • (RDF::Vocabulary::Term)


3067
3068
3069
# File 'lib/rdf/vocab/ebucore.rb', line 3067

def hasTargetAudience
  @hasTargetAudience
end

#hasTargetPlatformRDF::Vocabulary::Term (readonly)

To specify a target platform.

Range: string or TargetPlatform.

Returns:

  • (RDF::Vocabulary::Term)


3073
3074
3075
# File 'lib/rdf/vocab/ebucore.rb', line 3073

def hasTargetPlatform
  @hasTargetPlatform
end

#hasTeamMemberRDF::Vocabulary::Term (readonly)

Range: a Person or a string

To identify the members of a Team

Returns:

  • (RDF::Vocabulary::Term)


3079
3080
3081
# File 'lib/rdf/vocab/ebucore.rb', line 3079

def hasTeamMember
  @hasTeamMember
end

#hasTextLineIdRDF::Vocabulary::Term (readonly)

To attribute an identifier to a text line.

Range: string or Identifier.

Returns:

  • (RDF::Vocabulary::Term)


3085
3086
3087
# File 'lib/rdf/vocab/ebucore.rb', line 3085

def hasTextLineId
  @hasTextLineId
end

#hasTextLineRelatedAgentRDF::Vocabulary::Term (readonly)

Range: string or Agent.

To identify an Agent/Person/Character related to a TextLine.

Returns:

  • (RDF::Vocabulary::Term)


3091
3092
3093
# File 'lib/rdf/vocab/ebucore.rb', line 3091

def hasTextLineRelatedAgent
  @hasTextLineRelatedAgent
end

#hasTextLineRelatedCharacterRDF::Vocabulary::Term (readonly)

To identify a Character related to a TextLine.

Range: string or Character.

Returns:

  • (RDF::Vocabulary::Term)


3097
3098
3099
# File 'lib/rdf/vocab/ebucore.rb', line 3097

def hasTextLineRelatedCharacter
  @hasTextLineRelatedCharacter
end

#hasTextLineRelatedSceneRDF::Vocabulary::Term (readonly)

To identify an scene related to a text line.

Range: string or Scene.

Returns:

  • (RDF::Vocabulary::Term)


3103
3104
3105
# File 'lib/rdf/vocab/ebucore.rb', line 3103

def hasTextLineRelatedScene
  @hasTextLineRelatedScene
end

#hasTextLineSourceRDF::Vocabulary::Term (readonly)

To identify the source of a TextLine.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


3109
3110
3111
# File 'lib/rdf/vocab/ebucore.rb', line 3109

def hasTextLineSource
  @hasTextLineSource
end

#hasTextLineTypeRDF::Vocabulary::Term (readonly)

To identify the type of a text line.

Range: string or TextLine_Type

Returns:

  • (RDF::Vocabulary::Term)


3115
3116
3117
# File 'lib/rdf/vocab/ebucore.rb', line 3115

def hasTextLineType
  @hasTextLineType
end

#hasThemeRDF::Vocabulary::Term (readonly)

Range: a Concept, anyURI or a string

This property enables to associate an Asset with a theme which can be a string or a URI pointing to a term from a controlled vocabulary. A typical example is the Eurostats NACE classification.

Returns:

  • (RDF::Vocabulary::Term)


3121
3122
3123
# File 'lib/rdf/vocab/ebucore.rb', line 3121

def hasTheme
  @hasTheme
end

#hasTimecodeTrackRDF::Vocabulary::Term (readonly)

To identify a timecode track with a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


3125
3126
3127
# File 'lib/rdf/vocab/ebucore.rb', line 3125

def hasTimecodeTrack
  @hasTimecodeTrack
end

#hasTimelineTrackRDF::Vocabulary::Term (readonly)

To associate a TimelineTrack with an EditorialObject

Returns:

  • (RDF::Vocabulary::Term)


3129
3130
3131
# File 'lib/rdf/vocab/ebucore.rb', line 3129

def hasTimelineTrack
  @hasTimelineTrack
end

#hasTimelineTrackPartRDF::Vocabulary::Term (readonly)

To associate an EditorialObject to a TimelineTrackPart

Returns:

  • (RDF::Vocabulary::Term)


3133
3134
3135
# File 'lib/rdf/vocab/ebucore.rb', line 3133

def hasTimelineTrackPart
  @hasTimelineTrackPart
end

#hasTimelineTrackTypeRDF::Vocabulary::Term (readonly)

To specify a type of TimelineTrack

Range: string or anyURI or TimelineTrack_Type.

Returns:

  • (RDF::Vocabulary::Term)


3139
3140
3141
# File 'lib/rdf/vocab/ebucore.rb', line 3139

def hasTimelineTrackType
  @hasTimelineTrackType
end

#hasTopicRDF::Vocabulary::Term (readonly)

Range: a Topic, anyURI or a string

This property enables to associate an Asset with a topic which can be a string or a URI pointing to a term from a controlled vocabulary. A typical example is to make use of the IPTC Media Topics defined at cv.iptc.org/newscodes/mediatopic/.

Returns:

  • (RDF::Vocabulary::Term)


3145
3146
3147
# File 'lib/rdf/vocab/ebucore.rb', line 3145

def hasTopic
  @hasTopic
end

#hasTrackRDF::Vocabulary::Term (readonly)

To associate audio/data/video tracks with a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


3149
3150
3151
# File 'lib/rdf/vocab/ebucore.rb', line 3149

def hasTrack
  @hasTrack
end

#hasTrackPartRDF::Vocabulary::Term (readonly)

An element to identify a part of a track by a title, a start time and an end time in both the media source and media destinationn.

Returns:

  • (RDF::Vocabulary::Term)


3153
3154
3155
# File 'lib/rdf/vocab/ebucore.rb', line 3153

def hasTrackPart
  @hasTrackPart
end

#hasTrackPurposeRDF::Vocabulary::Term (readonly)

Range: string or TrackPurpose.

The purpose for which the Track is provided.

Returns:

  • (RDF::Vocabulary::Term)


3159
3160
3161
# File 'lib/rdf/vocab/ebucore.rb', line 3159

def hasTrackPurpose
  @hasTrackPurpose
end

#hasTypeRDF::Vocabulary::Term (readonly)

Range: string or Type.

An type of Asset.

Returns:

  • (RDF::Vocabulary::Term)


3165
3166
3167
# File 'lib/rdf/vocab/ebucore.rb', line 3165

def hasType
  @hasType
end

#hasUsageRestrictionsRDF::Vocabulary::Term (readonly)

Range: string or UsageRestrictions.

To express usage restrictions.

Returns:

  • (RDF::Vocabulary::Term)


3171
3172
3173
# File 'lib/rdf/vocab/ebucore.rb', line 3171

def hasUsageRestrictions
  @hasUsageRestrictions
end

#hasUsageRightsRDF::Vocabulary::Term (readonly)

To express usage rights.

Range: string or UsageRights.

Returns:

  • (RDF::Vocabulary::Term)


3177
3178
3179
# File 'lib/rdf/vocab/ebucore.rb', line 3177

def hasUsageRights
  @hasUsageRights
end

#hasVersionRDF::Vocabulary::Term (readonly)

To identify another version of an Asset, BusinessObject or Resource.

Returns:

  • (RDF::Vocabulary::Term)


3181
3182
3183
# File 'lib/rdf/vocab/ebucore.rb', line 3181

def hasVersion
  @hasVersion
end

#hasVideoCodecRDF::Vocabulary::Term (readonly)

Range: string or VideoCodec

To identify a video codec

Returns:

  • (RDF::Vocabulary::Term)


3187
3188
3189
# File 'lib/rdf/vocab/ebucore.rb', line 3187

def hasVideoCodec
  @hasVideoCodec
end

#hasVideoEncodingFormatRDF::Vocabulary::Term (readonly)

To specify the video encoding format.

Range: string or VideoEncodingFormat

Returns:

  • (RDF::Vocabulary::Term)


3193
3194
3195
# File 'lib/rdf/vocab/ebucore.rb', line 3193

def hasVideoEncodingFormat
  @hasVideoEncodingFormat
end

#hasVideoTrackRDF::Vocabulary::Term (readonly)

To identify VideoTracks in the Resource.

Returns:

  • (RDF::Vocabulary::Term)


3197
3198
3199
# File 'lib/rdf/vocab/ebucore.rb', line 3197

def hasVideoTrack
  @hasVideoTrack
end

#hasWrappingTypeRDF::Vocabulary::Term (readonly)

Range: string or WrappingType.

To specify the type of wrapping.

Returns:

  • (RDF::Vocabulary::Term)


3203
3204
3205
# File 'lib/rdf/vocab/ebucore.rb', line 3203

def hasWrappingType
  @hasWrappingType
end

#heightRDF::Vocabulary::Term (readonly)

The height of e.g. a video frame typically expressed as a number of lines or the height of a picture/image expressed in millimeters or else.

Returns:

  • (RDF::Vocabulary::Term)


3211
3212
3213
# File 'lib/rdf/vocab/ebucore.rb', line 3211

def height
  @height
end

#heightUnitRDF::Vocabulary::Term (readonly)

To specify a unit to express height.

Returns:

  • (RDF::Vocabulary::Term)


3215
3216
3217
# File 'lib/rdf/vocab/ebucore.rb', line 3215

def heightUnit
  @heightUnit
end

#highlightsRDF::Vocabulary::Term (readonly)

To provide highlights.

Returns:

  • (RDF::Vocabulary::Term)


3219
3220
3221
# File 'lib/rdf/vocab/ebucore.rb', line 3219

def highlights
  @highlights
end

#hobbiesRDF::Vocabulary::Term (readonly)

The hobbies of a Person.

Returns:

  • (RDF::Vocabulary::Term)


3223
3224
3225
# File 'lib/rdf/vocab/ebucore.rb', line 3223

def hobbies
  @hobbies
end

#idDateOfCreationRDF::Vocabulary::Term (readonly)

The date when the identifier was generated.

Returns:

  • (RDF::Vocabulary::Term)


3231
3232
3233
# File 'lib/rdf/vocab/ebucore.rb', line 3231

def idDateOfCreation
  @idDateOfCreation
end

#IdentifierRDF::Vocabulary::Term (readonly)

To support the use of structured identifiers.

Returns:

  • (RDF::Vocabulary::Term)


487
488
489
# File 'lib/rdf/vocab/ebucore.rb', line 487

def Identifier
  @Identifier
end

#IdentifierTypeRDF::Vocabulary::Term (readonly)

To define a type of identifier.

Returns:

  • (RDF::Vocabulary::Term)


491
492
493
# File 'lib/rdf/vocab/ebucore.rb', line 491

def IdentifierType
  @IdentifierType
end

#identifierValueRDF::Vocabulary::Term (readonly)

Range: string or anyURI.

To provide the value attribued to an Identifier.

Returns:

  • (RDF::Vocabulary::Term)


3237
3238
3239
# File 'lib/rdf/vocab/ebucore.rb', line 3237

def identifierValue
  @identifierValue
end

#iFrameSizeRDF::Vocabulary::Term (readonly)

The distance between 2 I-frames also known as the gop size.

Returns:

  • (RDF::Vocabulary::Term)


3227
3228
3229
# File 'lib/rdf/vocab/ebucore.rb', line 3227

def iFrameSize
  @iFrameSize
end

#ImageRDF::Vocabulary::Term (readonly)

A still image / thumbnail / key frame / logo related to the media resource or being the media resource itself.

Returns:

  • (RDF::Vocabulary::Term)


495
496
497
# File 'lib/rdf/vocab/ebucore.rb', line 495

def Image
  @Image
end

#ImageCodecRDF::Vocabulary::Term (readonly)

to identify a codec for images

Returns:

  • (RDF::Vocabulary::Term)


499
500
501
# File 'lib/rdf/vocab/ebucore.rb', line 499

def ImageCodec
  @ImageCodec
end

#ImageFormatRDF::Vocabulary::Term (readonly)

To provide technical information about the format of an image such as the orientation. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


503
504
505
# File 'lib/rdf/vocab/ebucore.rb', line 503

def ImageFormat
  @ImageFormat
end

#inchesPerSecondRDF::Vocabulary::Term (readonly)

Identifies the inches per second at which an analog audio tape should be played back for human consumption.

Returns:

  • (RDF::Vocabulary::Term)


3241
3242
3243
# File 'lib/rdf/vocab/ebucore.rb', line 3241

def inchesPerSecond
  @inchesPerSecond
end

#instantiatesRDF::Vocabulary::Term (readonly)

To link a particular manifestation of a BusinessObject to the corresponding Resource.

Returns:

  • (RDF::Vocabulary::Term)


3245
3246
3247
# File 'lib/rdf/vocab/ebucore.rb', line 3245

def instantiates
  @instantiates
end

#IntentionCodeRDF::Vocabulary::Term (readonly)

To indicate the purpose for which content was created.

Returns:

  • (RDF::Vocabulary::Term)


507
508
509
# File 'lib/rdf/vocab/ebucore.rb', line 507

def IntentionCode
  @IntentionCode
end

#IPRRestrictionsRDF::Vocabulary::Term (readonly)

To provide information on intellectual property.

Returns:

  • (RDF::Vocabulary::Term)


483
484
485
# File 'lib/rdf/vocab/ebucore.rb', line 483

def IPRRestrictions
  @IPRRestrictions
end

#isAgentRDF::Vocabulary::Term (readonly)

To identify a related Agent.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


3251
3252
3253
# File 'lib/rdf/vocab/ebucore.rb', line 3251

def isAgent
  @isAgent
end

#isAnimalGroomRDF::Vocabulary::Term (readonly)

To identify the groom / care taker of an animal.

Returns:

  • (RDF::Vocabulary::Term)


3255
3256
3257
# File 'lib/rdf/vocab/ebucore.rb', line 3255

def isAnimalGroom
  @isAnimalGroom
end

#isAnimalOwnerRDF::Vocabulary::Term (readonly)

To identify the owner of an animal.

Returns:

  • (RDF::Vocabulary::Term)


3259
3260
3261
# File 'lib/rdf/vocab/ebucore.rb', line 3259

def isAnimalOwner
  @isAnimalOwner
end

#isAnnotatedMediaResourceRDF::Vocabulary::Term (readonly)

To link an Annotation to a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


3263
3264
3265
# File 'lib/rdf/vocab/ebucore.rb', line 3263

def isAnnotatedMediaResource
  @isAnnotatedMediaResource
end

#isAnnotationByRDF::Vocabulary::Term (readonly)

To link an Annotation to an Agent who created it.

Returns:

  • (RDF::Vocabulary::Term)


3267
3268
3269
# File 'lib/rdf/vocab/ebucore.rb', line 3267

def isAnnotationBy
  @isAnnotationBy
end

#isAttributedToRDF::Vocabulary::Term (readonly)

Tassociate an Agent with a Provenance instance.

Returns:

  • (RDF::Vocabulary::Term)


3271
3272
3273
# File 'lib/rdf/vocab/ebucore.rb', line 3271

def isAttributedTo
  @isAttributedTo
end

#isBrandRDF::Vocabulary::Term (readonly)

To identify a Brand.

Range: a string or Brand

Returns:

  • (RDF::Vocabulary::Term)


3277
3278
3279
# File 'lib/rdf/vocab/ebucore.rb', line 3277

def isBrand
  @isBrand
end

#isCharacterRDF::Vocabulary::Term (readonly)

To identify a character.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


3283
3284
3285
# File 'lib/rdf/vocab/ebucore.rb', line 3283

def isCharacter
  @isCharacter
end

#isChildOfRDF::Vocabulary::Term (readonly)

To link a BusinessOject or Resource to a parent.

Returns:

  • (RDF::Vocabulary::Term)


3287
3288
3289
# File 'lib/rdf/vocab/ebucore.rb', line 3287

def isChildOf
  @isChildOf
end

#isClonedFromRDF::Vocabulary::Term (readonly)

To identify the source of a clone Editorial Object or Resource

Returns:

  • (RDF::Vocabulary::Term)


3291
3292
3293
# File 'lib/rdf/vocab/ebucore.rb', line 3291

def isClonedFrom
  @isClonedFrom
end

#isComposedOfRDF::Vocabulary::Term (readonly)

To identify mediaResources used to compose an Essence.

Returns:

  • (RDF::Vocabulary::Term)


3295
3296
3297
# File 'lib/rdf/vocab/ebucore.rb', line 3295

def isComposedOf
  @isComposedOf
end

#isCoveredByRDF::Vocabulary::Term (readonly)

The Rights or policy applicable to the BusinessObject, Asset, Resource or PublicationEvent.

Range: a link to Rights or open text (string).

Returns:

  • (RDF::Vocabulary::Term)


3301
3302
3303
# File 'lib/rdf/vocab/ebucore.rb', line 3301

def isCoveredBy
  @isCoveredBy
end

#isDerivedFromRDF::Vocabulary::Term (readonly)

Identifies a content-based relationship between two resources.

Returns:

  • (RDF::Vocabulary::Term)


3305
3306
3307
# File 'lib/rdf/vocab/ebucore.rb', line 3305

def isDerivedFrom
  @isDerivedFrom
end

#isDistributedOnRDF::Vocabulary::Term (readonly)

To identify the platform on which content is distributed.

Range: Service or string.

Returns:

  • (RDF::Vocabulary::Term)


3311
3312
3313
# File 'lib/rdf/vocab/ebucore.rb', line 3311

def isDistributedOn
  @isDistributedOn
end

#isDubbedFromRDF::Vocabulary::Term (readonly)

the origin of a dubbed MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


3315
3316
3317
# File 'lib/rdf/vocab/ebucore.rb', line 3315

def isDubbedFrom
  @isDubbedFrom
end

#isEditorialFormatOfRDF::Vocabulary::Term (readonly)

To identify an Editorial Object based on the same Editorial format

Returns:

  • (RDF::Vocabulary::Term)


3319
3320
3321
# File 'lib/rdf/vocab/ebucore.rb', line 3319

def isEditorialFormatOf
  @isEditorialFormatOf
end

#isEpisodeOfRDF::Vocabulary::Term (readonly)

Range: Series or string.

The Episode of a Series or a Season.

Returns:

  • (RDF::Vocabulary::Term)


3325
3326
3327
# File 'lib/rdf/vocab/ebucore.rb', line 3325

def isEpisodeOf
  @isEpisodeOf
end

#isEpisodeOfSeasonRDF::Vocabulary::Term (readonly)

Range: string or Season.

The Episode of a Series or a Season.

Returns:

  • (RDF::Vocabulary::Term)


3331
3332
3333
# File 'lib/rdf/vocab/ebucore.rb', line 3331

def isEpisodeOfSeason
  @isEpisodeOfSeason
end

#isEpisodeOfSeriesRDF::Vocabulary::Term (readonly)

Range: string or Series.

The Episode of a Series or a Season.

Returns:

  • (RDF::Vocabulary::Term)


3337
3338
3339
# File 'lib/rdf/vocab/ebucore.rb', line 3337

def isEpisodeOfSeries
  @isEpisodeOfSeries
end

#isFictitiousPersonRDF::Vocabulary::Term (readonly)

Range: a string or a FictitiousPerson.

To identify a Contact/Person being fictitious.

Returns:

  • (RDF::Vocabulary::Term)


3343
3344
3345
# File 'lib/rdf/vocab/ebucore.rb', line 3343

def isFictitiousPerson
  @isFictitiousPerson
end

#isInstantiatedByRDF::Vocabulary::Term (readonly)

To identify a MediaResource instantiating an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


3347
3348
3349
# File 'lib/rdf/vocab/ebucore.rb', line 3347

def isInstantiatedBy
  @isInstantiatedBy
end

#isIssuedByRDF::Vocabulary::Term (readonly)

To identify the issuer of an identifier.

Range: Agent or String

Returns:

  • (RDF::Vocabulary::Term)


3353
3354
3355
# File 'lib/rdf/vocab/ebucore.rb', line 3353

def isIssuedBy
  @isIssuedBy
end

#isMasterOfRDF::Vocabulary::Term (readonly)

To identify the master of a derived media resource.

Returns:

  • (RDF::Vocabulary::Term)


3357
3358
3359
# File 'lib/rdf/vocab/ebucore.rb', line 3357

def isMasterOf
  @isMasterOf
end

#isMediaFragmentOfRDF::Vocabulary::Term (readonly)

To identify the Media Resource to which a Media Fragment belongs to

Returns:

  • (RDF::Vocabulary::Term)


3361
3362
3363
# File 'lib/rdf/vocab/ebucore.rb', line 3361

def isMediaFragmentOf
  @isMediaFragmentOf
end

#isMemberOfRDF::Vocabulary::Term (readonly)

To identify a Group to which an EditorialObject is a member of.

Range: string or Group.

Returns:

  • (RDF::Vocabulary::Term)


3367
3368
3369
# File 'lib/rdf/vocab/ebucore.rb', line 3367

def isMemberOf
  @isMemberOf
end

#isMemberOfPublicationPlanRDF::Vocabulary::Term (readonly)

To identify a parent Publication Plan

Returns:

  • (RDF::Vocabulary::Term)


3371
3372
3373
# File 'lib/rdf/vocab/ebucore.rb', line 3371

def isMemberOfPublicationPlan
  @isMemberOfPublicationPlan
end

#isNextInSequenceRDF::Vocabulary::Term (readonly)

A link to an Asset following the current Asset in an ordered sequence.

Returns:

  • (RDF::Vocabulary::Term)


3375
3376
3377
# File 'lib/rdf/vocab/ebucore.rb', line 3375

def isNextInSequence
  @isNextInSequence
end

#isOperatedByRDF::Vocabulary::Term (readonly)

To identify the Service that operates the PublicationChannel.

Range: string or Service.

Returns:

  • (RDF::Vocabulary::Term)


3381
3382
3383
# File 'lib/rdf/vocab/ebucore.rb', line 3381

def isOperatedBy
  @isOperatedBy
end

#isOwnedByRDF::Vocabulary::Term (readonly)

To identify the Agent (Contact/person or Organisation) who owns a Service operating a PublicationChannel.

Range: string or Agent.

Returns:

  • (RDF::Vocabulary::Term)


3387
3388
3389
# File 'lib/rdf/vocab/ebucore.rb', line 3387

def isOwnedBy
  @isOwnedBy
end

#isParentOfRDF::Vocabulary::Term (readonly)

To link a Asset to a parent Asset.

Returns:

  • (RDF::Vocabulary::Term)


3391
3392
3393
# File 'lib/rdf/vocab/ebucore.rb', line 3391

def isParentOf
  @isParentOf
end

#isPartOfRDF::Vocabulary::Term (readonly)

To identify the editorial object to which belongs a part.

Returns:

  • (RDF::Vocabulary::Term)


3395
3396
3397
# File 'lib/rdf/vocab/ebucore.rb', line 3395

def isPartOf
  @isPartOf
end

#isPictureIdLocatorRDF::Vocabulary::Term (readonly)

The location from where a Person identification picture can be accessed.

Range: e.g. a string, URL or Locator.

Returns:

  • (RDF::Vocabulary::Term)


3401
3402
3403
# File 'lib/rdf/vocab/ebucore.rb', line 3401

def isPictureIdLocator
  @isPictureIdLocator
end

#isRatingRelatedToBusinessObjectRDF::Vocabulary::Term (readonly)

To identify the BusinessObject associated with a Rating.

Returns:

  • (RDF::Vocabulary::Term)


3405
3406
3407
# File 'lib/rdf/vocab/ebucore.rb', line 3405

def isRatingRelatedToBusinessObject
  @isRatingRelatedToBusinessObject
end

#isRatingRelatedToResourceRDF::Vocabulary::Term (readonly)

To identify the resource associated with a Rating.

Returns:

  • (RDF::Vocabulary::Term)


3409
3410
3411
# File 'lib/rdf/vocab/ebucore.rb', line 3409

def isRatingRelatedToResource
  @isRatingRelatedToResource
end

#isReferencedByRDF::Vocabulary::Term (readonly)

To described references between assets.

Returns:

  • (RDF::Vocabulary::Term)


3413
3414
3415
# File 'lib/rdf/vocab/ebucore.rb', line 3413

def isReferencedBy
  @isReferencedBy
end

#isReleasedByRDF::Vocabulary::Term (readonly)

Range: Service or string

To identify a Service assocoated to a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


3419
3420
3421
# File 'lib/rdf/vocab/ebucore.rb', line 3419

def isReleasedBy
  @isReleasedBy
end

#isReplacedByRDF::Vocabulary::Term (readonly)

To identify substitutions.

Returns:

  • (RDF::Vocabulary::Term)


3423
3424
3425
# File 'lib/rdf/vocab/ebucore.rb', line 3423

def isReplacedBy
  @isReplacedBy
end

#isRequiredByRDF::Vocabulary::Term (readonly)

To express strong relations between Assets, BusinessObjects or Resources.

Returns:

  • (RDF::Vocabulary::Term)


3427
3428
3429
# File 'lib/rdf/vocab/ebucore.rb', line 3427

def isRequiredBy
  @isRequiredBy
end

#isScheduledOnRDF::Vocabulary::Term (readonly)

To associatre a PublicationEvent with an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


3431
3432
3433
# File 'lib/rdf/vocab/ebucore.rb', line 3431

def isScheduledOn
  @isScheduledOn
end

#isSeasonOfRDF::Vocabulary::Term (readonly)

Range: Series or string.

To assoicate a Season with a Series.

Returns:

  • (RDF::Vocabulary::Term)


3437
3438
3439
# File 'lib/rdf/vocab/ebucore.rb', line 3437

def isSeasonOf
  @isSeasonOf
end

#isSeriesOfRDF::Vocabulary::Term (readonly)

Range: Brand or string.

To associate a Series with a Brand.

Returns:

  • (RDF::Vocabulary::Term)


3443
3444
3445
# File 'lib/rdf/vocab/ebucore.rb', line 3443

def isSeriesOf
  @isSeriesOf
end

#isTimelineTrackPartOfRDF::Vocabulary::Term (readonly)

To associate an EditorialObject with a part of the TimelineTrack.

Returns:

  • (RDF::Vocabulary::Term)


3447
3448
3449
# File 'lib/rdf/vocab/ebucore.rb', line 3447

def isTimelineTrackPartOf
  @isTimelineTrackPartOf
end

#isTrackPartOfRDF::Vocabulary::Term (readonly)

An element to identify a part of a track by a title, a start time and an end time in both the media source and media destination.

Returns:

  • (RDF::Vocabulary::Term)


3451
3452
3453
# File 'lib/rdf/vocab/ebucore.rb', line 3451

def isTrackPartOf
  @isTrackPartOf
end

#isVersionOfRDF::Vocabulary::Term (readonly)

To identify related versions.

Returns:

  • (RDF::Vocabulary::Term)


3455
3456
3457
# File 'lib/rdf/vocab/ebucore.rb', line 3455

def isVersionOf
  @isVersionOf
end

#ItemRDF::Vocabulary::Term (readonly)

An item e.g. newsItem or sportItem

Returns:

  • (RDF::Vocabulary::Term)


511
512
513
# File 'lib/rdf/vocab/ebucore.rb', line 511

def Item
  @Item
end

#KeyCareerEventRDF::Vocabulary::Term (readonly)

To describe a key career Event of a Contact.

Returns:

  • (RDF::Vocabulary::Term)


515
516
517
# File 'lib/rdf/vocab/ebucore.rb', line 515

def KeyCareerEvent
  @KeyCareerEvent
end

#KeyEventRDF::Vocabulary::Term (readonly)

To describe a significant event.

Returns:

  • (RDF::Vocabulary::Term)


519
520
521
# File 'lib/rdf/vocab/ebucore.rb', line 519

def KeyEvent
  @KeyEvent
end

#KeyframeRDF::Vocabulary::Term (readonly)

A key frame is a frame extarcted from video, e.g. representative of a part of a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


527
528
529
# File 'lib/rdf/vocab/ebucore.rb', line 527

def Keyframe
  @Keyframe
end

#KeyPersonalEventRDF::Vocabulary::Term (readonly)

A key personal Event of a Contact.

Returns:

  • (RDF::Vocabulary::Term)


523
524
525
# File 'lib/rdf/vocab/ebucore.rb', line 523

def KeyPersonalEvent
  @KeyPersonalEvent
end

#KeywordRDF::Vocabulary::Term (readonly)

To proivde keywords and define key concepts illustrating the content of the Resource or EditorialObject. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


531
532
533
# File 'lib/rdf/vocab/ebucore.rb', line 531

def Keyword
  @Keyword
end

#LanguageRDF::Vocabulary::Term (readonly)

To provide information on languages present in the BusinessObject and its purpose. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.Other language specific types may be added as subclasses of language.

Returns:

  • (RDF::Vocabulary::Term)


535
536
537
# File 'lib/rdf/vocab/ebucore.rb', line 535

def Language
  @Language
end

#LicensingRDF::Vocabulary::Term (readonly)

To define the licensing terms associated with an Asset.

Returns:

  • (RDF::Vocabulary::Term)


539
540
541
# File 'lib/rdf/vocab/ebucore.rb', line 539

def Licensing
  @Licensing
end

#lineNumberRDF::Vocabulary::Term (readonly)

To provide the number of the line on which ancillary data is being carried and the equivalent in the digital domain.

Returns:

  • (RDF::Vocabulary::Term)


3459
3460
3461
# File 'lib/rdf/vocab/ebucore.rb', line 3459

def lineNumber
  @lineNumber
end

To define a custom link.

Returns:

  • (RDF::Vocabulary::Term)


543
544
545
# File 'lib/rdf/vocab/ebucore.rb', line 543

def Link
  @Link
end

#linkToLogoRDF::Vocabulary::Term (readonly)

To provide a link to a Logo

Range: string or Logo

Returns:

  • (RDF::Vocabulary::Term)


3465
3466
3467
# File 'lib/rdf/vocab/ebucore.rb', line 3465

def 
  @linkToLogo
end

#linkToStickerRDF::Vocabulary::Term (readonly)

To provide a link to a Sticker

Range: anyURI or Sticker.

Returns:

  • (RDF::Vocabulary::Term)


3471
3472
3473
# File 'lib/rdf/vocab/ebucore.rb', line 3471

def linkToSticker
  @linkToSticker
end

#liveRDF::Vocabulary::Term (readonly)

A flag to signal that content is live

Returns:

  • (RDF::Vocabulary::Term)


3475
3476
3477
# File 'lib/rdf/vocab/ebucore.rb', line 3475

def live
  @live
end

#localFamiliyNameRDF::Vocabulary::Term (readonly)

To provide a family name in its local expression.

Returns:

  • (RDF::Vocabulary::Term)


3479
3480
3481
# File 'lib/rdf/vocab/ebucore.rb', line 3479

def localFamiliyName
  @localFamiliyName
end

#localGivenNameRDF::Vocabulary::Term (readonly)

To provide a given name in its local expression.

Returns:

  • (RDF::Vocabulary::Term)


3483
3484
3485
# File 'lib/rdf/vocab/ebucore.rb', line 3483

def localGivenName
  @localGivenName
end

#LocationRDF::Vocabulary::Term (readonly)

A type of location is defined as a sub-class of location.

This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

A location related to the media resource, e.g. depicted in the resource (possibly fictional) or where the resource was created (shooting location), etc.

Returns:

  • (RDF::Vocabulary::Term)


551
552
553
# File 'lib/rdf/vocab/ebucore.rb', line 551

def Location
  @Location
end

#locationAddressRDF::Vocabulary::Term (readonly)

To provide the address of a Location.

Returns:

  • (RDF::Vocabulary::Term)


3487
3488
3489
# File 'lib/rdf/vocab/ebucore.rb', line 3487

def locationAddress
  @locationAddress
end

#locationAddressAreaRDF::Vocabulary::Term (readonly)

To provide the Area part of an Adrress.

Returns:

  • (RDF::Vocabulary::Term)


3491
3492
3493
# File 'lib/rdf/vocab/ebucore.rb', line 3491

def locationAddressArea
  @locationAddressArea
end

#locationAddressCountryRDF::Vocabulary::Term (readonly)

To provide the country name and or country code.

Returns:

  • (RDF::Vocabulary::Term)


3495
3496
3497
# File 'lib/rdf/vocab/ebucore.rb', line 3495

def locationAddressCountry
  @locationAddressCountry
end

#locationAddressLineRDF::Vocabulary::Term (readonly)

To provide an address line.

Returns:

  • (RDF::Vocabulary::Term)


3499
3500
3501
# File 'lib/rdf/vocab/ebucore.rb', line 3499

def locationAddressLine
  @locationAddressLine
end

#locationAddressLocalityRDF::Vocabulary::Term (readonly)

To provide the name of a city, village, etc.

Returns:

  • (RDF::Vocabulary::Term)


3503
3504
3505
# File 'lib/rdf/vocab/ebucore.rb', line 3503

def locationAddressLocality
  @locationAddressLocality
end

#locationAddressPostalCodeRDF::Vocabulary::Term (readonly)

To provide an address postal code.

Returns:

  • (RDF::Vocabulary::Term)


3507
3508
3509
# File 'lib/rdf/vocab/ebucore.rb', line 3507

def locationAddressPostalCode
  @locationAddressPostalCode
end

#locationAltitudeRDF::Vocabulary::Term (readonly)

To define the altitude of a Location in meters.

Returns:

  • (RDF::Vocabulary::Term)


3511
3512
3513
# File 'lib/rdf/vocab/ebucore.rb', line 3511

def locationAltitude
  @locationAltitude
end

#LocationCodeRDF::Vocabulary::Term (readonly)

A code given to a Location.

Returns:

  • (RDF::Vocabulary::Term)


555
556
557
# File 'lib/rdf/vocab/ebucore.rb', line 555

def LocationCode
  @LocationCode
end

#locationCoordinateSystemNameRDF::Vocabulary::Term (readonly)

To specify the name of the gps coordinate system used for the Location.

Returns:

  • (RDF::Vocabulary::Term)


3515
3516
3517
# File 'lib/rdf/vocab/ebucore.rb', line 3515

def locationCoordinateSystemName
  @locationCoordinateSystemName
end

#locationDescriptionRDF::Vocabulary::Term (readonly)

To provide a description of a particular Location.

Returns:

  • (RDF::Vocabulary::Term)


3519
3520
3521
# File 'lib/rdf/vocab/ebucore.rb', line 3519

def locationDescription
  @locationDescription
end

#locationIdRDF::Vocabulary::Term (readonly)

Range: Identifier, anyURI or string

An identifier attributed to a Location.

Returns:

  • (RDF::Vocabulary::Term)


3525
3526
3527
# File 'lib/rdf/vocab/ebucore.rb', line 3525

def locationId
  @locationId
end

#locationLatitudeRDF::Vocabulary::Term (readonly)

The latitude of the Location.

Returns:

  • (RDF::Vocabulary::Term)


3529
3530
3531
# File 'lib/rdf/vocab/ebucore.rb', line 3529

def locationLatitude
  @locationLatitude
end

#locationLongitudeRDF::Vocabulary::Term (readonly)

To define the longitude of the Location.

Returns:

  • (RDF::Vocabulary::Term)


3533
3534
3535
# File 'lib/rdf/vocab/ebucore.rb', line 3533

def locationLongitude
  @locationLongitude
end

#locationNameRDF::Vocabulary::Term (readonly)

To provide a namefor a particular Location.

Returns:

  • (RDF::Vocabulary::Term)


3537
3538
3539
# File 'lib/rdf/vocab/ebucore.rb', line 3537

def locationName
  @locationName
end

#locationRegionRDF::Vocabulary::Term (readonly)

Range: string or RegionCode

To provide a description of a particular region assocoated to the Location.

Returns:

  • (RDF::Vocabulary::Term)


3543
3544
3545
# File 'lib/rdf/vocab/ebucore.rb', line 3543

def locationRegion
  @locationRegion
end

#locationTimeTypeRDF::Vocabulary::Term (readonly)

Range: string or LocationTimeType or anyURI.

A type of time at a Location.

Returns:

  • (RDF::Vocabulary::Term)


3549
3550
3551
# File 'lib/rdf/vocab/ebucore.rb', line 3549

def locationTimeType
  @locationTimeType
end

#LocationTimeTypeRDF::Vocabulary::Term (readonly)

To define a type of time at a location.

Returns:

  • (RDF::Vocabulary::Term)


559
560
561
# File 'lib/rdf/vocab/ebucore.rb', line 559

def LocationTimeType
  @LocationTimeType
end

#locationTypeRDF::Vocabulary::Term (readonly)

Range: string or anyURI or LocationType

A type of Location.

Returns:

  • (RDF::Vocabulary::Term)


3555
3556
3557
# File 'lib/rdf/vocab/ebucore.rb', line 3555

def locationType
  @locationType
end

#LocationTypeRDF::Vocabulary::Term (readonly)

To define a type of location.

Returns:

  • (RDF::Vocabulary::Term)


563
564
565
# File 'lib/rdf/vocab/ebucore.rb', line 563

def LocationType
  @LocationType
end

#LocatorRDF::Vocabulary::Term (readonly)

To provide information about complex locators.

Custom attributes are to be associated by implementers.

Returns:

  • (RDF::Vocabulary::Term)


569
570
571
# File 'lib/rdf/vocab/ebucore.rb', line 569

def Locator
  @Locator
end

#locatorTargetInformationRDF::Vocabulary::Term (readonly)

Information on the locator target.

Returns:

  • (RDF::Vocabulary::Term)


3559
3560
3561
# File 'lib/rdf/vocab/ebucore.rb', line 3559

def locatorTargetInformation
  @locatorTargetInformation
end

#logRDF::Vocabulary::Term (readonly)

To log everything in the content following predefined rules and criterias, as a neutral sequence of (possibly timed) textual descriptions.

Returns:

  • (RDF::Vocabulary::Term)


3563
3564
3565
# File 'lib/rdf/vocab/ebucore.rb', line 3563

def log
  @log
end

#LogoRDF::Vocabulary::Term (readonly)

A Logo allows to visually identify an organisation, publicationService, publicationChannel, or ratings / parentalGuidance

Returns:

  • (RDF::Vocabulary::Term)


573
574
575
# File 'lib/rdf/vocab/ebucore.rb', line 573

def Logo
  @Logo
end

#loudnessIntegratedLoudnessRDF::Vocabulary::Term (readonly)

The value for integrated loudness measured at AudioProgramme or AudioContent level.

Returns:

  • (RDF::Vocabulary::Term)


3567
3568
3569
# File 'lib/rdf/vocab/ebucore.rb', line 3567

def loudnessIntegratedLoudness
  @loudnessIntegratedLoudness
end

#loudnessMaxMomentaryRDF::Vocabulary::Term (readonly)

The value for maximum momentary loudness measured at AudioProgramme or AudioContent level.

Returns:

  • (RDF::Vocabulary::Term)


3571
3572
3573
# File 'lib/rdf/vocab/ebucore.rb', line 3571

def loudnessMaxMomentary
  @loudnessMaxMomentary
end

#loudnessMaxShortTermRDF::Vocabulary::Term (readonly)

The value for maximum max short term loudness measured at AudioProgramme or AudioContent level.

Returns:

  • (RDF::Vocabulary::Term)


3575
3576
3577
# File 'lib/rdf/vocab/ebucore.rb', line 3575

def loudnessMaxShortTerm
  @loudnessMaxShortTerm
end

#loudnessMaxTruepeakRDF::Vocabulary::Term (readonly)

The value for maximum true peak loudness measured at AudioProgramme or AudioContent level.

Returns:

  • (RDF::Vocabulary::Term)


3579
3580
3581
# File 'lib/rdf/vocab/ebucore.rb', line 3579

def loudnessMaxTruepeak
  @loudnessMaxTruepeak
end

#loudnessMethodRDF::Vocabulary::Term (readonly)

The method for loudness measurement at AudioProgramme or AudioContent level.

Returns:

  • (RDF::Vocabulary::Term)


3583
3584
3585
# File 'lib/rdf/vocab/ebucore.rb', line 3583

def loudnessMethod
  @loudnessMethod
end

#loudnessParametersRDF::Vocabulary::Term (readonly)

To provide loudness parameters.

Returns:

  • (RDF::Vocabulary::Term)


3587
3588
3589
# File 'lib/rdf/vocab/ebucore.rb', line 3587

def loudnessParameters
  @loudnessParameters
end

#loudnessRangeRDF::Vocabulary::Term (readonly)

The loudness range measured at AudioProgramme or AudioContent level.

Returns:

  • (RDF::Vocabulary::Term)


3591
3592
3593
# File 'lib/rdf/vocab/ebucore.rb', line 3591

def loudnessRange
  @loudnessRange
end

#mainTitleRDF::Vocabulary::Term (readonly)

Specifies the main title or name given to the EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


3595
3596
3597
# File 'lib/rdf/vocab/ebucore.rb', line 3595

def mainTitle
  @mainTitle
end

#maritalStatusRDF::Vocabulary::Term (readonly)

To identify the marital status of a Person.

Returns:

  • (RDF::Vocabulary::Term)


3599
3600
3601
# File 'lib/rdf/vocab/ebucore.rb', line 3599

def maritalStatus
  @maritalStatus
end

#MediaFragmentRDF::Vocabulary::Term (readonly)

A MediaFragment is a temporal or spatial segment of a resource identified by a MediaGragment URI (www.w3.org/2008/WebVideo/Fragments/WD-media-fragments-spec/).

Returns:

  • (RDF::Vocabulary::Term)


577
578
579
# File 'lib/rdf/vocab/ebucore.rb', line 577

def MediaFragment
  @MediaFragment
end

#MediaResourceRDF::Vocabulary::Term (readonly)

The use of MediaResource is reserved to audiovisual content. In a production process, several MediaResources can be edited and assembled to realsie an Essence ready for distribution (see IMF package and OPL)

Returns:

  • (RDF::Vocabulary::Term)


581
582
583
# File 'lib/rdf/vocab/ebucore.rb', line 581

def MediaResource
  @MediaResource
end

#MediaResource_TypeRDF::Vocabulary::Term (readonly)

To define a type of MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


585
586
587
# File 'lib/rdf/vocab/ebucore.rb', line 585

def MediaResource_Type
  @MediaResource_Type
end

#mediaResourceDescriptionRDF::Vocabulary::Term (readonly)

A description of a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


3603
3604
3605
# File 'lib/rdf/vocab/ebucore.rb', line 3603

def mediaResourceDescription
  @mediaResourceDescription
end

#mediaResourceIdRDF::Vocabulary::Term (readonly)

Range: Identifier or string

To identify a type of MediaResource, e.g. a template’.

Returns:

  • (RDF::Vocabulary::Term)


3609
3610
3611
# File 'lib/rdf/vocab/ebucore.rb', line 3609

def mediaResourceId
  @mediaResourceId
end

#mediaResourceTypeRDF::Vocabulary::Term (readonly)

To identify a type of MediaResource, e.g. a template’.

Range: MediaResource_Type or string

Returns:

  • (RDF::Vocabulary::Term)


3615
3616
3617
# File 'lib/rdf/vocab/ebucore.rb', line 3615

def mediaResourceType
  @mediaResourceType
end

#MediaTypeRDF::Vocabulary::Term (readonly)

To provide additional information on the type of media.

Returns:

  • (RDF::Vocabulary::Term)


589
590
591
# File 'lib/rdf/vocab/ebucore.rb', line 589

def MediaType
  @MediaType
end

#MediumRDF::Vocabulary::Term (readonly)

To provide information on the medium formats in which the resource is available. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


593
594
595
# File 'lib/rdf/vocab/ebucore.rb', line 593

def Medium
  @Medium
end

#MetadataTrackRDF::Vocabulary::Term (readonly)

A Track on which metadata is embedded (e.g. MXF).

Returns:

  • (RDF::Vocabulary::Term)


597
598
599
# File 'lib/rdf/vocab/ebucore.rb', line 597

def MetadataTrack
  @MetadataTrack
end

#middleNameRDF::Vocabulary::Term (readonly)

To provide one or more middle names for a Person.

Returns:

  • (RDF::Vocabulary::Term)


3623
3624
3625
# File 'lib/rdf/vocab/ebucore.rb', line 3623

def middleName
  @middleName
end

#midRollAdAllowedRDF::Vocabulary::Term (readonly)

A flag to indicate whether it is allowed to insert ad breaks in mid-roll.

Returns:

  • (RDF::Vocabulary::Term)


3619
3620
3621
# File 'lib/rdf/vocab/ebucore.rb', line 3619

def midRollAdAllowed
  @midRollAdAllowed
end

#MimeTypeRDF::Vocabulary::Term (readonly)

The definition of the container if available as a MIME type. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme. For more information: www.iana.org/assignments/media-types/index.html.

Returns:

  • (RDF::Vocabulary::Term)


601
602
603
# File 'lib/rdf/vocab/ebucore.rb', line 601

def MimeType
  @MimeType
end

#NewsItemRDF::Vocabulary::Term (readonly)

A NewsItem aggregates all information about a particular news event.

Returns:

  • (RDF::Vocabulary::Term)


605
606
607
# File 'lib/rdf/vocab/ebucore.rb', line 605

def NewsItem
  @NewsItem
end

#nickNameRDF::Vocabulary::Term (readonly)

The nickname of a Person.

Returns:

  • (RDF::Vocabulary::Term)


3627
3628
3629
# File 'lib/rdf/vocab/ebucore.rb', line 3627

def nickName
  @nickName
end

#noiseFilterRDF::Vocabulary::Term (readonly)

A flag to signal that a noise filter has been used.

Returns:

  • (RDF::Vocabulary::Term)


3631
3632
3633
# File 'lib/rdf/vocab/ebucore.rb', line 3631

def noiseFilter
  @noiseFilter
end

#notRatedRDF::Vocabulary::Term (readonly)

A flag to indicate that the EditorialObejct has not been rated.

Returns:

  • (RDF::Vocabulary::Term)


3635
3636
3637
# File 'lib/rdf/vocab/ebucore.rb', line 3635

def notRated
  @notRated
end

#numberOfAudioTracksRDF::Vocabulary::Term (readonly)

To provide the number of audio tracks.

Returns:

  • (RDF::Vocabulary::Term)


3639
3640
3641
# File 'lib/rdf/vocab/ebucore.rb', line 3639

def numberOfAudioTracks
  @numberOfAudioTracks
end

#numberOfTracksRDF::Vocabulary::Term (readonly)

The number of Tracks composing the MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


3643
3644
3645
# File 'lib/rdf/vocab/ebucore.rb', line 3643

def numberOfTracks
  @numberOfTracks
end

#numberOfVideoTracksRDF::Vocabulary::Term (readonly)

To provide the number of video tracks.

Returns:

  • (RDF::Vocabulary::Term)


3647
3648
3649
# File 'lib/rdf/vocab/ebucore.rb', line 3647

def numberOfVideoTracks
  @numberOfVideoTracks
end

#ObjectTypeRDF::Vocabulary::Term (readonly)

To specify the type of BusinessObject e.g. and EditorialObject of type “programme” or clip“. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme e.g. www.ebu.ch/metadata/ontologies/skos/ebu_ObjectTypeCodeCS.rdf.

Returns:

  • (RDF::Vocabulary::Term)


609
610
611
# File 'lib/rdf/vocab/ebucore.rb', line 609

def ObjectType
  @ObjectType
end

#occupationRDF::Vocabulary::Term (readonly)

The job / occupation name of a Person.

Returns:

  • (RDF::Vocabulary::Term)


3651
3652
3653
# File 'lib/rdf/vocab/ebucore.rb', line 3651

def occupation
  @occupation
end

#offersRDF::Vocabulary::Term (readonly)

To identify the PublicationEvents provided through a Service.

Returns:

  • (RDF::Vocabulary::Term)


3655
3656
3657
# File 'lib/rdf/vocab/ebucore.rb', line 3655

def offers
  @offers
end

#officeEmailAddressRDF::Vocabulary::Term (readonly)

To provide the professional/office email address of an Agent (Contact/Person or Organisation).

Returns:

  • (RDF::Vocabulary::Term)


3659
3660
3661
# File 'lib/rdf/vocab/ebucore.rb', line 3659

def officeEmailAddress
  @officeEmailAddress
end

#officeMobileTelephoneNumberRDF::Vocabulary::Term (readonly)

To provide the office mobile telephone number of an Agent (Contact/Person).

Returns:

  • (RDF::Vocabulary::Term)


3663
3664
3665
# File 'lib/rdf/vocab/ebucore.rb', line 3663

def officeMobileTelephoneNumber
  @officeMobileTelephoneNumber
end

#officeTelephoneNumberRDF::Vocabulary::Term (readonly)

To provide the office telephone number of an Agent (Contact/Person).

Returns:

  • (RDF::Vocabulary::Term)


3667
3668
3669
# File 'lib/rdf/vocab/ebucore.rb', line 3667

def officeTelephoneNumber
  @officeTelephoneNumber
end

#OpenCaptionsRDF::Vocabulary::Term (readonly)

Open Captions are burned in the image.

Returns:

  • (RDF::Vocabulary::Term)


613
614
615
# File 'lib/rdf/vocab/ebucore.rb', line 613

def OpenCaptions
  @OpenCaptions
end

#OpenSubtitlingRDF::Vocabulary::Term (readonly)

Open subtitles are burned in the image.

Returns:

  • (RDF::Vocabulary::Term)


617
618
619
# File 'lib/rdf/vocab/ebucore.rb', line 617

def OpenSubtitling
  @OpenSubtitling
end

#orderedFlagRDF::Vocabulary::Term (readonly)

A flag to indicate that a EditorialObject is member of an ordered group or is an ordered group (e.g. Series)

Returns:

  • (RDF::Vocabulary::Term)


3671
3672
3673
# File 'lib/rdf/vocab/ebucore.rb', line 3671

def orderedFlag
  @orderedFlag
end

#OrganisationRDF::Vocabulary::Term (readonly)

An organisation (business, corporation, federation, etc.) or moral agent (government body).

Returns:

  • (RDF::Vocabulary::Term)


621
622
623
# File 'lib/rdf/vocab/ebucore.rb', line 621

def Organisation
  @Organisation
end

#organisationDescriptionRDF::Vocabulary::Term (readonly)

To provide a description of an Organisation.

Returns:

  • (RDF::Vocabulary::Term)


3675
3676
3677
# File 'lib/rdf/vocab/ebucore.rb', line 3675

def organisationDescription
  @organisationDescription
end

#organisationIdRDF::Vocabulary::Term (readonly)

The identifier attributed to an Organisation

Range: string or Identifier

Returns:

  • (RDF::Vocabulary::Term)


3681
3682
3683
# File 'lib/rdf/vocab/ebucore.rb', line 3681

def organisationId
  @organisationId
end

#organisationNameRDF::Vocabulary::Term (readonly)

To provide the full name of an Organisation.

Returns:

  • (RDF::Vocabulary::Term)


3685
3686
3687
# File 'lib/rdf/vocab/ebucore.rb', line 3685

def organisationName
  @organisationName
end

#organisationTypeRDF::Vocabulary::Term (readonly)

To define a type of an Organisation.

Range: string or anyURI or Concept.

Returns:

  • (RDF::Vocabulary::Term)


3691
3692
3693
# File 'lib/rdf/vocab/ebucore.rb', line 3691

def organisationType
  @organisationType
end

#orientationRDF::Vocabulary::Term (readonly)

The orientation of a Document or an Image i.e. landscape or portrait.

Returns:

  • (RDF::Vocabulary::Term)


3695
3696
3697
# File 'lib/rdf/vocab/ebucore.rb', line 3695

def orientation
  @orientation
end

#OriginalLanguageRDF::Vocabulary::Term (readonly)

The original language in which the BusinessObject or Resource has been created and released. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


625
626
627
# File 'lib/rdf/vocab/ebucore.rb', line 625

def OriginalLanguage
  @OriginalLanguage
end

#originalTitleRDF::Vocabulary::Term (readonly)

The original title used to identify the work.

Returns:

  • (RDF::Vocabulary::Term)


3699
3700
3701
# File 'lib/rdf/vocab/ebucore.rb', line 3699

def originalTitle
  @originalTitle
end

#packageByteSizeRDF::Vocabulary::Term (readonly)

The size of a media package in Bytes.

Returns:

  • (RDF::Vocabulary::Term)


3703
3704
3705
# File 'lib/rdf/vocab/ebucore.rb', line 3703

def packageByteSize
  @packageByteSize
end

#packageNameRDF::Vocabulary::Term (readonly)

The name of a media package in Bytes.

Returns:

  • (RDF::Vocabulary::Term)


3707
3708
3709
# File 'lib/rdf/vocab/ebucore.rb', line 3707

def packageName
  @packageName
end

#PartRDF::Vocabulary::Term (readonly)

A Fragment is a particular section of a MediaResource identified by a start and end time or duration. Fragment can also be called segment or part.

One of more media fragment (audio, video, data) composing an audiovisual media resource. In other ontolgies fragment is often referred to e.g. as a ‘part’ or ‘segment’ or ‘fragment’.

Returns:

  • (RDF::Vocabulary::Term)


631
632
633
# File 'lib/rdf/vocab/ebucore.rb', line 631

def Part
  @Part
end

#Part_TypeRDF::Vocabulary::Term (readonly)

To define a type or part.

Returns:

  • (RDF::Vocabulary::Term)


635
636
637
# File 'lib/rdf/vocab/ebucore.rb', line 635

def Part_Type
  @Part_Type
end

#partDefinitionRDF::Vocabulary::Term (readonly)

A definition associated with the Part.

Returns:

  • (RDF::Vocabulary::Term)


3711
3712
3713
# File 'lib/rdf/vocab/ebucore.rb', line 3711

def partDefinition
  @partDefinition
end

#partDescriptionRDF::Vocabulary::Term (readonly)

A description associated with the Part.

Returns:

  • (RDF::Vocabulary::Term)


3715
3716
3717
# File 'lib/rdf/vocab/ebucore.rb', line 3715

def partDescription
  @partDescription
end

#partIdRDF::Vocabulary::Term (readonly)

The identifier of a Part.

Range: a string or Identifier

Returns:

  • (RDF::Vocabulary::Term)


3721
3722
3723
# File 'lib/rdf/vocab/ebucore.rb', line 3721

def partId
  @partId
end

#partNameRDF::Vocabulary::Term (readonly)

A name associated with the Part.

Returns:

  • (RDF::Vocabulary::Term)


3725
3726
3727
# File 'lib/rdf/vocab/ebucore.rb', line 3725

def partName
  @partName
end

#partNumberRDF::Vocabulary::Term (readonly)

The number associated to a Part as one among many.

Returns:

  • (RDF::Vocabulary::Term)


3729
3730
3731
# File 'lib/rdf/vocab/ebucore.rb', line 3729

def partNumber
  @partNumber
end

#partTotalNumberRDF::Vocabulary::Term (readonly)

The total number of Parts associated with an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


3733
3734
3735
# File 'lib/rdf/vocab/ebucore.rb', line 3733

def partTotalNumber
  @partTotalNumber
end

#PartyRDF::Vocabulary::Term (readonly)

To identify a Party intervening in a transaction or contractual agreement.

Returns:

  • (RDF::Vocabulary::Term)


639
640
641
# File 'lib/rdf/vocab/ebucore.rb', line 639

def Party
  @Party
end

#PersonRDF::Vocabulary::Term (readonly)

To describe a Person.

Returns:

  • (RDF::Vocabulary::Term)


643
644
645
# File 'lib/rdf/vocab/ebucore.rb', line 643

def Person
  @Person
end

#personDescriptionRDF::Vocabulary::Term (readonly)

To provide a description of a Person.

Returns:

  • (RDF::Vocabulary::Term)


3737
3738
3739
# File 'lib/rdf/vocab/ebucore.rb', line 3737

def personDescription
  @personDescription
end

#personHeightRDF::Vocabulary::Term (readonly)

To indicate the height of a person.

Returns:

  • (RDF::Vocabulary::Term)


3741
3742
3743
# File 'lib/rdf/vocab/ebucore.rb', line 3741

def personHeight
  @personHeight
end

#personIdRDF::Vocabulary::Term (readonly)

An identifier attributed to a Person.

Range: an Identifier or anyURI or string.

Returns:

  • (RDF::Vocabulary::Term)


3747
3748
3749
# File 'lib/rdf/vocab/ebucore.rb', line 3747

def personId
  @personId
end

#personNameRDF::Vocabulary::Term (readonly)

To provide e.g. compound names.

Returns:

  • (RDF::Vocabulary::Term)


3751
3752
3753
# File 'lib/rdf/vocab/ebucore.rb', line 3751

def personName
  @personName
end

#personTypeRDF::Vocabulary::Term (readonly)

Range: a Concept or anyURI or string.

A type attributed to a Person.

Returns:

  • (RDF::Vocabulary::Term)


3757
3758
3759
# File 'lib/rdf/vocab/ebucore.rb', line 3757

def personType
  @personType
end

#personWeightRDF::Vocabulary::Term (readonly)

To indicate the weight of a person.

Returns:

  • (RDF::Vocabulary::Term)


3761
3762
3763
# File 'lib/rdf/vocab/ebucore.rb', line 3761

def personWeight
  @personWeight
end

#PhysicalResourceRDF::Vocabulary::Term (readonly)

To describe a physical resource e.g. a tape.

Returns:

  • (RDF::Vocabulary::Term)


647
648
649
# File 'lib/rdf/vocab/ebucore.rb', line 647

def PhysicalResource
  @PhysicalResource
end

#PictogramRDF::Vocabulary::Term (readonly)

A visual / graphical representation of a concept.

Returns:

  • (RDF::Vocabulary::Term)


651
652
653
# File 'lib/rdf/vocab/ebucore.rb', line 651

def Pictogram
  @Pictogram
end

#PictureRDF::Vocabulary::Term (readonly)

A photography, a logo, a pictogram, etc.

Returns:

  • (RDF::Vocabulary::Term)


655
656
657
# File 'lib/rdf/vocab/ebucore.rb', line 655

def Picture
  @Picture
end

#PictureDisplayFormatRDF::Vocabulary::Term (readonly)

To define a picture display format code.

Returns:

  • (RDF::Vocabulary::Term)


659
660
661
# File 'lib/rdf/vocab/ebucore.rb', line 659

def PictureDisplayFormat
  @PictureDisplayFormat
end

#PlatformRDF::Vocabulary::Term (readonly)

A platform like a network or operator platform.

Returns:

  • (RDF::Vocabulary::Term)


663
664
665
# File 'lib/rdf/vocab/ebucore.rb', line 663

def Platform
  @Platform
end

#playbackSpeedRDF::Vocabulary::Term (readonly)

Identifies the rate of units against time at which the resource should be played back for human consumption. If the unit of measure is known, use sub-properties framesPerSecond or inchesPerSecond.

Returns:

  • (RDF::Vocabulary::Term)


3765
3766
3767
# File 'lib/rdf/vocab/ebucore.rb', line 3765

def playbackSpeed
  @playbackSpeed
end

#playlistRDF::Vocabulary::Term (readonly)

To provide a playlist.

Returns:

  • (RDF::Vocabulary::Term)


3769
3770
3771
# File 'lib/rdf/vocab/ebucore.rb', line 3769

def playlist
  @playlist
end

#playsOutRDF::Vocabulary::Term (readonly)

To identify the Essence used in a PublicationEvent

Returns:

  • (RDF::Vocabulary::Term)


3773
3774
3775
# File 'lib/rdf/vocab/ebucore.rb', line 3773

def playsOut
  @playsOut
end

#positionRDF::Vocabulary::Term (readonly)

To indicate the position of an EditorialObject in an ordered group.

Returns:

  • (RDF::Vocabulary::Term)


3777
3778
3779
# File 'lib/rdf/vocab/ebucore.rb', line 3777

def position
  @position
end

#privateEmailAddressRDF::Vocabulary::Term (readonly)

To provide the private email address of an Agent (Contact/Person)

Returns:

  • (RDF::Vocabulary::Term)


3781
3782
3783
# File 'lib/rdf/vocab/ebucore.rb', line 3781

def privateEmailAddress
  @privateEmailAddress
end

#privateHomepageRDF::Vocabulary::Term (readonly)

To provide an private web homepage of an Agent (Contact/Person).

Returns:

  • (RDF::Vocabulary::Term)


3785
3786
3787
# File 'lib/rdf/vocab/ebucore.rb', line 3785

def privateHomepage
  @privateHomepage
end

#privateMobileTelephoneNumberRDF::Vocabulary::Term (readonly)

To provide the private mobile telephone number of an Agent (Contact/Person).

Returns:

  • (RDF::Vocabulary::Term)


3789
3790
3791
# File 'lib/rdf/vocab/ebucore.rb', line 3789

def privateMobileTelephoneNumber
  @privateMobileTelephoneNumber
end

#privateTelephoneNumberRDF::Vocabulary::Term (readonly)

To provide the private telephone number of an Agent (Contact/Person).

Returns:

  • (RDF::Vocabulary::Term)


3793
3794
3795
# File 'lib/rdf/vocab/ebucore.rb', line 3793

def privateTelephoneNumber
  @privateTelephoneNumber
end

#productionSynopsisRDF::Vocabulary::Term (readonly)

A synopsis or summary provided by the producer at the time of production.

Returns:

  • (RDF::Vocabulary::Term)


3797
3798
3799
# File 'lib/rdf/vocab/ebucore.rb', line 3797

def productionSynopsis
  @productionSynopsis
end

#ProgrammeRDF::Vocabulary::Term (readonly)

An EditorialObject corresponding to a MediaResource ready for publication.

Returns:

  • (RDF::Vocabulary::Term)


667
668
669
# File 'lib/rdf/vocab/ebucore.rb', line 667

def Programme
  @Programme
end

#promotionalInformationRDF::Vocabulary::Term (readonly)

To provide textual promotional information.

Returns:

  • (RDF::Vocabulary::Term)


3801
3802
3803
# File 'lib/rdf/vocab/ebucore.rb', line 3801

def promotionalInformation
  @promotionalInformation
end

#PropsRDF::Vocabulary::Term (readonly)

To identify and describe Props used in productions (e.g. vehicles, objects of various shapes and brand and purpose, etc.).

Returns:

  • (RDF::Vocabulary::Term)


671
672
673
# File 'lib/rdf/vocab/ebucore.rb', line 671

def Props
  @Props
end

#ProvenanceRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


674
675
676
# File 'lib/rdf/vocab/ebucore.rb', line 674

def Provenance
  @Provenance
end

#provenanceDateCreatedRDF::Vocabulary::Term (readonly)

The date of creation of a Provenance instance.

Returns:

  • (RDF::Vocabulary::Term)


3805
3806
3807
# File 'lib/rdf/vocab/ebucore.rb', line 3805

def provenanceDateCreated
  @provenanceDateCreated
end

#provenanceDateModifiedRDF::Vocabulary::Term (readonly)

The date of modification of a Provenance instance.

Returns:

  • (RDF::Vocabulary::Term)


3809
3810
3811
# File 'lib/rdf/vocab/ebucore.rb', line 3809

def provenanceDateModified
  @provenanceDateModified
end

#provenanceDescriptionRDF::Vocabulary::Term (readonly)

To describe a Provenance.

Returns:

  • (RDF::Vocabulary::Term)


3813
3814
3815
# File 'lib/rdf/vocab/ebucore.rb', line 3813

def provenanceDescription
  @provenanceDescription
end

#provenanceIdRDF::Vocabulary::Term (readonly)

To identify a Provenance.

Returns:

  • (RDF::Vocabulary::Term)


3817
3818
3819
# File 'lib/rdf/vocab/ebucore.rb', line 3817

def provenanceId
  @provenanceId
end

#provenanceNameRDF::Vocabulary::Term (readonly)

To name a Provenance.

Returns:

  • (RDF::Vocabulary::Term)


3821
3822
3823
# File 'lib/rdf/vocab/ebucore.rb', line 3821

def provenanceName
  @provenanceName
end

#provenanceTypeRDF::Vocabulary::Term (readonly)

To define a type of Provenance.

Range: string, anyURI or Concept.

Returns:

  • (RDF::Vocabulary::Term)


3827
3828
3829
# File 'lib/rdf/vocab/ebucore.rb', line 3827

def provenanceType
  @provenanceType
end

#PublicationChannelRDF::Vocabulary::Term (readonly)

The name of the channel through which a Resource has been published as a PublicationEvent. A PublicationChannel can use a variety of medias e.g. broadcast or online.

Returns:

  • (RDF::Vocabulary::Term)


678
679
680
# File 'lib/rdf/vocab/ebucore.rb', line 678

def PublicationChannel
  @PublicationChannel
end

#PublicationChannel_TypeRDF::Vocabulary::Term (readonly)

To define a type of publication channel.

Returns:

  • (RDF::Vocabulary::Term)


682
683
684
# File 'lib/rdf/vocab/ebucore.rb', line 682

def PublicationChannel_Type
  @PublicationChannel_Type
end

#publicationChannelDescriptionRDF::Vocabulary::Term (readonly)

To provide a description of a PublicationChannel e.g. a TV channel or website.

Returns:

  • (RDF::Vocabulary::Term)


3835
3836
3837
# File 'lib/rdf/vocab/ebucore.rb', line 3835

def publicationChannelDescription
  @publicationChannelDescription
end

#publicationChannelIdRDF::Vocabulary::Term (readonly)

Range: Identifier, anyURI, string

An identifier attributed to a PublicationChannel.

Returns:

  • (RDF::Vocabulary::Term)


3841
3842
3843
# File 'lib/rdf/vocab/ebucore.rb', line 3841

def publicationChannelId
  @publicationChannelId
end

#publicationChannelNameRDF::Vocabulary::Term (readonly)

To provide a name to a PublicationChannel e.g. a TV channel or website.

Returns:

  • (RDF::Vocabulary::Term)


3845
3846
3847
# File 'lib/rdf/vocab/ebucore.rb', line 3845

def publicationChannelName
  @publicationChannelName
end

#publicationChannelTypeRDF::Vocabulary::Term (readonly)

To define a type of PublicationChannel.

Range: string or PublicationChannel_Type.

Returns:

  • (RDF::Vocabulary::Term)


3851
3852
3853
# File 'lib/rdf/vocab/ebucore.rb', line 3851

def publicationChannelType
  @publicationChannelType
end

#publicationDurationRDF::Vocabulary::Term (readonly)

The actual duration of a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


3855
3856
3857
# File 'lib/rdf/vocab/ebucore.rb', line 3855

def publicationDuration
  @publicationDuration
end

#publicationEndDateTimeRDF::Vocabulary::Term (readonly)

The actual end date and time of a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


3859
3860
3861
# File 'lib/rdf/vocab/ebucore.rb', line 3859

def publicationEndDateTime
  @publicationEndDateTime
end

#PublicationEventRDF::Vocabulary::Term (readonly)

To describe any manifestation of a media resource on any media (live, on demand, catch-up TV, etc.) and the appropriate PublciationChannel.

Returns:

  • (RDF::Vocabulary::Term)


686
687
688
# File 'lib/rdf/vocab/ebucore.rb', line 686

def PublicationEvent
  @PublicationEvent
end

#PublicationEvent_TypeRDF::Vocabulary::Term (readonly)

To define a type of publication event.

Returns:

  • (RDF::Vocabulary::Term)


690
691
692
# File 'lib/rdf/vocab/ebucore.rb', line 690

def PublicationEvent_Type
  @PublicationEvent_Type
end

#publicationEventAbstractRDF::Vocabulary::Term (readonly)

To provide an abstract for a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


3863
3864
3865
# File 'lib/rdf/vocab/ebucore.rb', line 3863

def publicationEventAbstract
  @publicationEventAbstract
end

#publicationEventDescriptionRDF::Vocabulary::Term (readonly)

To provide the description of a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


3867
3868
3869
# File 'lib/rdf/vocab/ebucore.rb', line 3867

def publicationEventDescription
  @publicationEventDescription
end

#publicationEventIdRDF::Vocabulary::Term (readonly)

Range: Identifier, anyURI, string

An identifier attributed to a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


3873
3874
3875
# File 'lib/rdf/vocab/ebucore.rb', line 3873

def publicationEventId
  @publicationEventId
end

#publicationEventNameRDF::Vocabulary::Term (readonly)

To provide a name to a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


3877
3878
3879
# File 'lib/rdf/vocab/ebucore.rb', line 3877

def publicationEventName
  @publicationEventName
end

#publicationEventTitleRDF::Vocabulary::Term (readonly)

To provide a title for a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


3881
3882
3883
# File 'lib/rdf/vocab/ebucore.rb', line 3881

def publicationEventTitle
  @publicationEventTitle
end

#publicationEventTypeRDF::Vocabulary::Term (readonly)

A type of PublicationEvent.

Range: a string or PublicationEvent_Type

Returns:

  • (RDF::Vocabulary::Term)


3887
3888
3889
# File 'lib/rdf/vocab/ebucore.rb', line 3887

def publicationEventType
  @publicationEventType
end

#PublicationHistoryRDF::Vocabulary::Term (readonly)

A collection of PublicationEvents through which a resource has been published.

Returns:

  • (RDF::Vocabulary::Term)


694
695
696
# File 'lib/rdf/vocab/ebucore.rb', line 694

def PublicationHistory
  @PublicationHistory
end

#PublicationMediumRDF::Vocabulary::Term (readonly)

Returns:

  • (RDF::Vocabulary::Term)


697
698
699
# File 'lib/rdf/vocab/ebucore.rb', line 697

def PublicationMedium
  @PublicationMedium
end

#PublicationPlanRDF::Vocabulary::Term (readonly)

A collection of PublicationEvents organised as a PublicationPlanning.

Returns:

  • (RDF::Vocabulary::Term)


701
702
703
# File 'lib/rdf/vocab/ebucore.rb', line 701

def PublicationPlan
  @PublicationPlan
end

#PublicationPlan_TypeRDF::Vocabulary::Term (readonly)

To define a type of publication plan.

Returns:

  • (RDF::Vocabulary::Term)


705
706
707
# File 'lib/rdf/vocab/ebucore.rb', line 705

def PublicationPlan_Type
  @PublicationPlan_Type
end

#publicationPlanDescriptionRDF::Vocabulary::Term (readonly)

A description of a PublicationPlan.

Returns:

  • (RDF::Vocabulary::Term)


3891
3892
3893
# File 'lib/rdf/vocab/ebucore.rb', line 3891

def publicationPlanDescription
  @publicationPlanDescription
end

#publicationPlanEndDateRDF::Vocabulary::Term (readonly)

The end date of a PublicationPlan

Returns:

  • (RDF::Vocabulary::Term)


3895
3896
3897
# File 'lib/rdf/vocab/ebucore.rb', line 3895

def publicationPlanEndDate
  @publicationPlanEndDate
end

#publicationPlanIdRDF::Vocabulary::Term (readonly)

Range: Identifier, anyURI, string

An identifier attributed to a PublicationPlan.

Returns:

  • (RDF::Vocabulary::Term)


3901
3902
3903
# File 'lib/rdf/vocab/ebucore.rb', line 3901

def publicationPlanId
  @publicationPlanId
end

#publicationPlanNameRDF::Vocabulary::Term (readonly)

A name attributed to a PublicationPlan.

Returns:

  • (RDF::Vocabulary::Term)


3905
3906
3907
# File 'lib/rdf/vocab/ebucore.rb', line 3905

def publicationPlanName
  @publicationPlanName
end

#publicationPlanStartDateRDF::Vocabulary::Term (readonly)

The start date of a PublicationPlan

Returns:

  • (RDF::Vocabulary::Term)


3909
3910
3911
# File 'lib/rdf/vocab/ebucore.rb', line 3909

def publicationPlanStartDate
  @publicationPlanStartDate
end

#publicationPlanStatusRDF::Vocabulary::Term (readonly)

To provide a status regarding the PublicationPlan.

Returns:

  • (RDF::Vocabulary::Term)


3913
3914
3915
# File 'lib/rdf/vocab/ebucore.rb', line 3913

def publicationPlanStatus
  @publicationPlanStatus
end

#publicationScheduleDateRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3917
3918
3919
# File 'lib/rdf/vocab/ebucore.rb', line 3917

def publicationScheduleDate
  @publicationScheduleDate
end

#publicationStartDateTimeRDF::Vocabulary::Term (readonly)

The actual start date and time of a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


3921
3922
3923
# File 'lib/rdf/vocab/ebucore.rb', line 3921

def publicationStartDateTime
  @publicationStartDateTime
end

#publishedEndDateTimeRDF::Vocabulary::Term (readonly)

The end date and time of a PublicationEvent as scheduled.

Returns:

  • (RDF::Vocabulary::Term)


3925
3926
3927
# File 'lib/rdf/vocab/ebucore.rb', line 3925

def publishedEndDateTime
  @publishedEndDateTime
end

#publishedStartDateTimeRDF::Vocabulary::Term (readonly)

The start date and time of a PublicationEvent as scheduled.

Returns:

  • (RDF::Vocabulary::Term)


3929
3930
3931
# File 'lib/rdf/vocab/ebucore.rb', line 3929

def publishedStartDateTime
  @publishedStartDateTime
end

#publishedTitleRDF::Vocabulary::Term (readonly)

The title used to identify the work at publication time.

Returns:

  • (RDF::Vocabulary::Term)


3933
3934
3935
# File 'lib/rdf/vocab/ebucore.rb', line 3933

def publishedTitle
  @publishedTitle
end

#publishesRDF::Vocabulary::Term (readonly)

The editorial object associated to a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


3937
3938
3939
# File 'lib/rdf/vocab/ebucore.rb', line 3937

def publishes
  @publishes
end

#pubStatusRDF::Vocabulary::Term (readonly)

To indicate a publication status.

Returns:

  • (RDF::Vocabulary::Term)


3831
3832
3833
# File 'lib/rdf/vocab/ebucore.rb', line 3831

def pubStatus
  @pubStatus
end

#RadioProgrammeRDF::Vocabulary::Term (readonly)

A programme for distribution on radio channels.

Returns:

  • (RDF::Vocabulary::Term)


709
710
711
# File 'lib/rdf/vocab/ebucore.rb', line 709

def RadioProgramme
  @RadioProgramme
end

#RatingRDF::Vocabulary::Term (readonly)

This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

All the information about the rating/evaluation given to a media resource by an Agent i.e. a person/Contact or Organisation.

Returns:

  • (RDF::Vocabulary::Term)


715
716
717
# File 'lib/rdf/vocab/ebucore.rb', line 715

def Rating
  @Rating
end

#ratingDescriptionRDF::Vocabulary::Term (readonly)

To associate a description with a Rating.

Returns:

  • (RDF::Vocabulary::Term)


3941
3942
3943
# File 'lib/rdf/vocab/ebucore.rb', line 3941

def ratingDescription
  @ratingDescription
end

#ratingIdRDF::Vocabulary::Term (readonly)

To associate an id with a Rating.

Range: string or anyURI or Identifier.

Returns:

  • (RDF::Vocabulary::Term)


3947
3948
3949
# File 'lib/rdf/vocab/ebucore.rb', line 3947

def ratingId
  @ratingId
end

#ratingNameRDF::Vocabulary::Term (readonly)

To associate a name with a Rating.

Returns:

  • (RDF::Vocabulary::Term)


3951
3952
3953
# File 'lib/rdf/vocab/ebucore.rb', line 3951

def ratingName
  @ratingName
end

#ratingScaleMaxRDF::Vocabulary::Term (readonly)

The maximum value of the scale used for the Rating of a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


3955
3956
3957
# File 'lib/rdf/vocab/ebucore.rb', line 3955

def ratingScaleMax
  @ratingScaleMax
end

#ratingScaleMinRDF::Vocabulary::Term (readonly)

The minimum value of the scale used for rating a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


3959
3960
3961
# File 'lib/rdf/vocab/ebucore.rb', line 3959

def ratingScaleMin
  @ratingScaleMin
end

#ratingSystemEnvironmentRDF::Vocabulary::Term (readonly)

To identify the environment in which rating applies.

Returns:

  • (RDF::Vocabulary::Term)


3963
3964
3965
# File 'lib/rdf/vocab/ebucore.rb', line 3963

def ratingSystemEnvironment
  @ratingSystemEnvironment
end

#ratingSystemNameRDF::Vocabulary::Term (readonly)

To identify a Rating system by its name.

Returns:

  • (RDF::Vocabulary::Term)


3967
3968
3969
# File 'lib/rdf/vocab/ebucore.rb', line 3967

def ratingSystemName
  @ratingSystemName
end

#ratingTypeRDF::Vocabulary::Term (readonly)

Range: string or anyURI or Concept.

To define a type of Rating.

Returns:

  • (RDF::Vocabulary::Term)


3973
3974
3975
# File 'lib/rdf/vocab/ebucore.rb', line 3973

def ratingType
  @ratingType
end

#ratingValueRDF::Vocabulary::Term (readonly)

To express a free text Rating value defined in a rating classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


3977
3978
3979
# File 'lib/rdf/vocab/ebucore.rb', line 3977

def ratingValue
  @ratingValue
end

#readyForPublicationRDF::Vocabulary::Term (readonly)

A flag to indicate that the Essence is ready for publication.

Returns:

  • (RDF::Vocabulary::Term)


3981
3982
3983
# File 'lib/rdf/vocab/ebucore.rb', line 3981

def readyForPublication
  @readyForPublication
end

#reasonRDF::Vocabulary::Term (readonly)

A reason given for a rating.

Returns:

  • (RDF::Vocabulary::Term)


3985
3986
3987
# File 'lib/rdf/vocab/ebucore.rb', line 3985

def reason
  @reason
end

#RecordRDF::Vocabulary::Term (readonly)

The record the description of an Asset.

Returns:

  • (RDF::Vocabulary::Term)


719
720
721
# File 'lib/rdf/vocab/ebucore.rb', line 719

def Record
  @Record
end

#referencesRDF::Vocabulary::Term (readonly)

To express a reference between Assets, BusinessObjects or Resources.

Returns:

  • (RDF::Vocabulary::Term)


3989
3990
3991
# File 'lib/rdf/vocab/ebucore.rb', line 3989

def references
  @references
end

#RegionCodeRDF::Vocabulary::Term (readonly)

To define a region.(@en}

Returns:

  • (RDF::Vocabulary::Term)


723
724
725
# File 'lib/rdf/vocab/ebucore.rb', line 723

def RegionCode
  @RegionCode
end

#regionDelimXRDF::Vocabulary::Term (readonly)

To define the top left corner of a zone on the x-axis. If present with regionDelimy, the zone definition is complemented by the associated values of the height and width.

Returns:

  • (RDF::Vocabulary::Term)


3993
3994
3995
# File 'lib/rdf/vocab/ebucore.rb', line 3993

def regionDelimX
  @regionDelimX
end

#regionDelimYRDF::Vocabulary::Term (readonly)

To define the bottom right corner of a zone on the y-axis. If present with regionDelimX, the zone definition is complemented by the associated values of the height and width.

Returns:

  • (RDF::Vocabulary::Term)


3997
3998
3999
# File 'lib/rdf/vocab/ebucore.rb', line 3997

def regionDelimY
  @regionDelimY
end

#RelationRDF::Vocabulary::Term (readonly)

To define links and relations.

Returns:

  • (RDF::Vocabulary::Term)


727
728
729
# File 'lib/rdf/vocab/ebucore.rb', line 727

def Relation
  @Relation
end

#Relation_TypeRDF::Vocabulary::Term (readonly)

To specify a type of relation.

Returns:

  • (RDF::Vocabulary::Term)


731
732
733
# File 'lib/rdf/vocab/ebucore.rb', line 731

def Relation_Type
  @Relation_Type
end

#relationIdentifierRDF::Vocabulary::Term (readonly)

To identify a Relation.

Range: string or Identifier.

Returns:

  • (RDF::Vocabulary::Term)


4003
4004
4005
# File 'lib/rdf/vocab/ebucore.rb', line 4003

def relationIdentifier
  @relationIdentifier
end

To define a link in a Relation.

Returns:

  • (RDF::Vocabulary::Term)


4007
4008
4009
# File 'lib/rdf/vocab/ebucore.rb', line 4007

def relationLink
  @relationLink
end

#relationNoteRDF::Vocabulary::Term (readonly)

A note to provide additional information about a Relation.

Returns:

  • (RDF::Vocabulary::Term)


4011
4012
4013
# File 'lib/rdf/vocab/ebucore.rb', line 4011

def relationNote
  @relationNote
end

#relationOrderedGroupFlagRDF::Vocabulary::Term (readonly)

A boolean to define if a Relation is defined within and ordered group.

Returns:

  • (RDF::Vocabulary::Term)


4015
4016
4017
# File 'lib/rdf/vocab/ebucore.rb', line 4015

def relationOrderedGroupFlag
  @relationOrderedGroupFlag
end

#relationRunningOrderNumberRDF::Vocabulary::Term (readonly)

The order number in a list.

Returns:

  • (RDF::Vocabulary::Term)


4019
4020
4021
# File 'lib/rdf/vocab/ebucore.rb', line 4019

def relationRunningOrderNumber
  @relationRunningOrderNumber
end

#relationTotalNumberOfGroupMembersRDF::Vocabulary::Term (readonly)

Total number of group members in a Relation.

Returns:

  • (RDF::Vocabulary::Term)


4023
4024
4025
# File 'lib/rdf/vocab/ebucore.rb', line 4023

def relationTotalNumberOfGroupMembers
  @relationTotalNumberOfGroupMembers
end

#relationTypeRDF::Vocabulary::Term (readonly)

Range: string or Relation_Type.

To define a type of Relation.

Returns:

  • (RDF::Vocabulary::Term)


4029
4030
4031
# File 'lib/rdf/vocab/ebucore.rb', line 4029

def relationType
  @relationType
end

#replacesRDF::Vocabulary::Term (readonly)

To identify substitution.

Returns:

  • (RDF::Vocabulary::Term)


4033
4034
4035
# File 'lib/rdf/vocab/ebucore.rb', line 4033

def replaces
  @replaces
end

#representsRDF::Vocabulary::Term (readonly)

To establish a relation between a BusinessObject and an Asset.

Returns:

  • (RDF::Vocabulary::Term)


4037
4038
4039
# File 'lib/rdf/vocab/ebucore.rb', line 4037

def represents
  @represents
end

#requiresRDF::Vocabulary::Term (readonly)

To express dependency.

Returns:

  • (RDF::Vocabulary::Term)


4041
4042
4043
# File 'lib/rdf/vocab/ebucore.rb', line 4041

def requires
  @requires
end

#resolutionRDF::Vocabulary::Term (readonly)

To define the resolution of an Asset e.g. video, image…

Returns:

  • (RDF::Vocabulary::Term)


4045
4046
4047
# File 'lib/rdf/vocab/ebucore.rb', line 4045

def resolution
  @resolution
end

#ResourceRDF::Vocabulary::Term (readonly)

To describe a Resource.

Returns:

  • (RDF::Vocabulary::Term)


735
736
737
# File 'lib/rdf/vocab/ebucore.rb', line 735

def Resource
  @Resource
end

#Resource_TypeRDF::Vocabulary::Term (readonly)

To define a type of resource.

Returns:

  • (RDF::Vocabulary::Term)


739
740
741
# File 'lib/rdf/vocab/ebucore.rb', line 739

def Resource_Type
  @Resource_Type
end

#resourceDescriptionRDF::Vocabulary::Term (readonly)

A desciprtion of a Resource.

Returns:

  • (RDF::Vocabulary::Term)


4049
4050
4051
# File 'lib/rdf/vocab/ebucore.rb', line 4049

def resourceDescription
  @resourceDescription
end

#resourceFilenameRDF::Vocabulary::Term (readonly)

The name of the file containing the Resource.

Returns:

  • (RDF::Vocabulary::Term)


4057
4058
4059
# File 'lib/rdf/vocab/ebucore.rb', line 4057

def resourceFilename
  @resourceFilename
end

#resourceFileSizeRDF::Vocabulary::Term (readonly)

Provides the size of a Resource in bytes.

Returns:

  • (RDF::Vocabulary::Term)


4053
4054
4055
# File 'lib/rdf/vocab/ebucore.rb', line 4053

def resourceFileSize
  @resourceFileSize
end

#resourceIdRDF::Vocabulary::Term (readonly)

An identifier associated to a Resource.

Range: Identifier or anyURI or string

Returns:

  • (RDF::Vocabulary::Term)


4063
4064
4065
# File 'lib/rdf/vocab/ebucore.rb', line 4063

def resourceId
  @resourceId
end

#resourceIdTypeRDF::Vocabulary::Term (readonly)

To define a type of Resource.

Range: Resource_type or anyURI or string

Returns:

  • (RDF::Vocabulary::Term)


4069
4070
4071
# File 'lib/rdf/vocab/ebucore.rb', line 4069

def resourceIdType
  @resourceIdType
end

#resourceLocatorTargetInformationRDF::Vocabulary::Term (readonly)

Information on the Resource locator target.

Returns:

  • (RDF::Vocabulary::Term)


4073
4074
4075
# File 'lib/rdf/vocab/ebucore.rb', line 4073

def resourceLocatorTargetInformation
  @resourceLocatorTargetInformation
end

#resourceNameRDF::Vocabulary::Term (readonly)

The name given to a Resource.

Returns:

  • (RDF::Vocabulary::Term)


4077
4078
4079
# File 'lib/rdf/vocab/ebucore.rb', line 4077

def resourceName
  @resourceName
end

#resourceOffsetRDF::Vocabulary::Term (readonly)

The start offset within a Resource.

Returns:

  • (RDF::Vocabulary::Term)


4081
4082
4083
# File 'lib/rdf/vocab/ebucore.rb', line 4081

def resourceOffset
  @resourceOffset
end

#resourceOffsetNormalPlaytimeRDF::Vocabulary::Term (readonly)

The resource offset in normal play time

Returns:

  • (RDF::Vocabulary::Term)


4085
4086
4087
# File 'lib/rdf/vocab/ebucore.rb', line 4085

def resourceOffsetNormalPlaytime
  @resourceOffsetNormalPlaytime
end

#resourceOffsetNumberEditUnitRDF::Vocabulary::Term (readonly)

The resource offset in edit units

Returns:

  • (RDF::Vocabulary::Term)


4089
4090
4091
# File 'lib/rdf/vocab/ebucore.rb', line 4089

def resourceOffsetNumberEditUnit
  @resourceOffsetNumberEditUnit
end

#resourceOffsetTimecodeRDF::Vocabulary::Term (readonly)

The resource offset in timecode

Returns:

  • (RDF::Vocabulary::Term)


4093
4094
4095
# File 'lib/rdf/vocab/ebucore.rb', line 4093

def resourceOffsetTimecode
  @resourceOffsetTimecode
end

#resourceOffsetTimecodedropframeRDF::Vocabulary::Term (readonly)

The resource offset in timecode dropframe

Returns:

  • (RDF::Vocabulary::Term)


4097
4098
4099
# File 'lib/rdf/vocab/ebucore.rb', line 4097

def resourceOffsetTimecodedropframe
  @resourceOffsetTimecodedropframe
end

#ReviewRDF::Vocabulary::Term (readonly)

To provide a Review.

Returns:

  • (RDF::Vocabulary::Term)


743
744
745
# File 'lib/rdf/vocab/ebucore.rb', line 743

def Review
  @Review
end

#RightsRDF::Vocabulary::Term (readonly)

To provide information on the rights, including intellectual property, related to a BusinessObject or Resource.

Returns:

  • (RDF::Vocabulary::Term)


747
748
749
# File 'lib/rdf/vocab/ebucore.rb', line 747

def Rights
  @Rights
end

#RightsClearanceRDF::Vocabulary::Term (readonly)

To signal that rights have been cleared (or not)

Returns:

  • (RDF::Vocabulary::Term)


751
752
753
# File 'lib/rdf/vocab/ebucore.rb', line 751

def RightsClearance
  @RightsClearance
end

#rightsClearanceFlagRDF::Vocabulary::Term (readonly)

A flag to indicate that righst have been cleared

Returns:

  • (RDF::Vocabulary::Term)


4101
4102
4103
# File 'lib/rdf/vocab/ebucore.rb', line 4101

def rightsClearanceFlag
  @rightsClearanceFlag
end

#rightsDurationRDF::Vocabulary::Term (readonly)

To define the duration of the period when Rights are applicable.

Returns:

  • (RDF::Vocabulary::Term)


4105
4106
4107
# File 'lib/rdf/vocab/ebucore.rb', line 4105

def rightsDuration
  @rightsDuration
end

#rightsEndDateTimeRDF::Vocabulary::Term (readonly)

To define the end time until when Rights are applicable.

Returns:

  • (RDF::Vocabulary::Term)


4109
4110
4111
# File 'lib/rdf/vocab/ebucore.rb', line 4109

def rightsEndDateTime
  @rightsEndDateTime
end

#rightsExpressionRDF::Vocabulary::Term (readonly)

To express an expression of Rights.

Returns:

  • (RDF::Vocabulary::Term)


4113
4114
4115
# File 'lib/rdf/vocab/ebucore.rb', line 4113

def rightsExpression
  @rightsExpression
end

#rightsIdRDF::Vocabulary::Term (readonly)

Range: Identifier, anyURI, string

An identifier attributed to a set of Rights.

Returns:

  • (RDF::Vocabulary::Term)


4119
4120
4121
# File 'lib/rdf/vocab/ebucore.rb', line 4119

def rightsId
  @rightsId
end

A link to e.g. a webpage where an expression of the rights can be found and consulted.

Returns:

  • (RDF::Vocabulary::Term)


4123
4124
4125
# File 'lib/rdf/vocab/ebucore.rb', line 4123

def rightsLink
  @rightsLink
end

#rightsStartDateTimeRDF::Vocabulary::Term (readonly)

To define the start time since when Rights are applicable.

Returns:

  • (RDF::Vocabulary::Term)


4127
4128
4129
# File 'lib/rdf/vocab/ebucore.rb', line 4127

def rightsStartDateTime
  @rightsStartDateTime
end

#rightsTerritoryExcludesRDF::Vocabulary::Term (readonly)

A list of country or region codes to which Rights do not apply.

Range: string or CountryCode.

Returns:

  • (RDF::Vocabulary::Term)


4133
4134
4135
# File 'lib/rdf/vocab/ebucore.rb', line 4133

def rightsTerritoryExcludes
  @rightsTerritoryExcludes
end

#rightsTerritoryIncludesRDF::Vocabulary::Term (readonly)

Range: string or CountryCode.

A list of country or region codes to which Rights apply.

Returns:

  • (RDF::Vocabulary::Term)


4139
4140
4141
# File 'lib/rdf/vocab/ebucore.rb', line 4139

def rightsTerritoryIncludes
  @rightsTerritoryIncludes
end

#rightsTypeRDF::Vocabulary::Term (readonly)

Range: a string or a Rights_Type or a ContractType.

To identify a type of Rights.

Returns:

  • (RDF::Vocabulary::Term)


4145
4146
4147
# File 'lib/rdf/vocab/ebucore.rb', line 4145

def rightsType
  @rightsType
end

#RightsTypeRDF::Vocabulary::Term (readonly)

To define a type of Rights.

Returns:

  • (RDF::Vocabulary::Term)


755
756
757
# File 'lib/rdf/vocab/ebucore.rb', line 755

def RightsType
  @RightsType
end

#RoleRDF::Vocabulary::Term (readonly)

To define the role / action of an agent. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


759
760
761
# File 'lib/rdf/vocab/ebucore.rb', line 759

def Role
  @Role
end

#roleIdRDF::Vocabulary::Term (readonly)

To identify a Role.

Range: string or anyURI.

Returns:

  • (RDF::Vocabulary::Term)


4151
4152
4153
# File 'lib/rdf/vocab/ebucore.rb', line 4151

def roleId
  @roleId
end

#roleTypeRDF::Vocabulary::Term (readonly)

To define a type of Role (not the Role itself).

Returns:

  • (RDF::Vocabulary::Term)


4155
4156
4157
# File 'lib/rdf/vocab/ebucore.rb', line 4155

def roleType
  @roleType
end

#salutationTitleRDF::Vocabulary::Term (readonly)

To provide a salutation title e.g M. Ms, Dr, Pr.

Returns:

  • (RDF::Vocabulary::Term)


4159
4160
4161
# File 'lib/rdf/vocab/ebucore.rb', line 4159

def salutationTitle
  @salutationTitle
end

#sampleRateRDF::Vocabulary::Term (readonly)

The frequency at which audio is sampled per second. Also called sampling rate.

Returns:

  • (RDF::Vocabulary::Term)


4163
4164
4165
# File 'lib/rdf/vocab/ebucore.rb', line 4163

def sampleRate
  @sampleRate
end

#sampleSizeRDF::Vocabulary::Term (readonly)

The size of an audio sample in bits. Also called bit depth.

Returns:

  • (RDF::Vocabulary::Term)


4167
4168
4169
# File 'lib/rdf/vocab/ebucore.rb', line 4167

def sampleSize
  @sampleSize
end

#sampleTypeRDF::Vocabulary::Term (readonly)

The type of audio sample.

Returns:

  • (RDF::Vocabulary::Term)


4171
4172
4173
# File 'lib/rdf/vocab/ebucore.rb', line 4171

def sampleType
  @sampleType
end

#scanningFormatRDF::Vocabulary::Term (readonly)

To define the scanning format for a MediaResource. For video, the two main values are “interlaced” or “progressive”.

Returns:

  • (RDF::Vocabulary::Term)


4175
4176
4177
# File 'lib/rdf/vocab/ebucore.rb', line 4175

def scanningFormat
  @scanningFormat
end

#SceneRDF::Vocabulary::Term (readonly)

A specifc type of Part.

Returns:

  • (RDF::Vocabulary::Term)


763
764
765
# File 'lib/rdf/vocab/ebucore.rb', line 763

def Scene
  @Scene
end

#scriptRDF::Vocabulary::Term (readonly)

To provide a script.

Returns:

  • (RDF::Vocabulary::Term)


4179
4180
4181
# File 'lib/rdf/vocab/ebucore.rb', line 4179

def script
  @script
end

#SDIDRDF::Vocabulary::Term (readonly)

Secondary data identification word for ancillary data. Send mode identifier. An identifier which indicates the transmission timing for closed caption data.

Returns:

  • (RDF::Vocabulary::Term)


967
968
969
# File 'lib/rdf/vocab/ebucore.rb', line 967

def SDID
  @SDID
end

#SeasonRDF::Vocabulary::Term (readonly)

A series can be composed of one or more seasons clustering a certain number of episodes. Fro this reason, seasons are related to series using the isRelatedTo property.

Returns:

  • (RDF::Vocabulary::Term)


767
768
769
# File 'lib/rdf/vocab/ebucore.rb', line 767

def Season
  @Season
end

#seasonNumberRDF::Vocabulary::Term (readonly)

To provide a Season number.

Returns:

  • (RDF::Vocabulary::Term)


4183
4184
4185
# File 'lib/rdf/vocab/ebucore.rb', line 4183

def seasonNumber
  @seasonNumber
end

#SeriesRDF::Vocabulary::Term (readonly)

Series is a particular type of collection. TV or Radio Series are composed of Episodes.

Returns:

  • (RDF::Vocabulary::Term)


771
772
773
# File 'lib/rdf/vocab/ebucore.rb', line 771

def Series
  @Series
end

#ServiceRDF::Vocabulary::Term (readonly)

A service is the umbrella under which one or more PublicationChannel is operated.

Returns:

  • (RDF::Vocabulary::Term)


775
776
777
# File 'lib/rdf/vocab/ebucore.rb', line 775

def Service
  @Service
end

#Service_TypeRDF::Vocabulary::Term (readonly)

To define a type of service.

Returns:

  • (RDF::Vocabulary::Term)


779
780
781
# File 'lib/rdf/vocab/ebucore.rb', line 779

def Service_Type
  @Service_Type
end

#serviceDescriptionRDF::Vocabulary::Term (readonly)

A description of the Service.

Returns:

  • (RDF::Vocabulary::Term)


4187
4188
4189
# File 'lib/rdf/vocab/ebucore.rb', line 4187

def serviceDescription
  @serviceDescription
end

#serviceIdRDF::Vocabulary::Term (readonly)

To attribute an identifiier to a Service.

Range: string or Identifier.

Returns:

  • (RDF::Vocabulary::Term)


4193
4194
4195
# File 'lib/rdf/vocab/ebucore.rb', line 4193

def serviceId
  @serviceId
end

#serviceNameRDF::Vocabulary::Term (readonly)

The name of the Service.

Returns:

  • (RDF::Vocabulary::Term)


4197
4198
4199
# File 'lib/rdf/vocab/ebucore.rb', line 4197

def serviceName
  @serviceName
end

#serviceTypeRDF::Vocabulary::Term (readonly)

The type of a Service.

Range: string or Service_type

Returns:

  • (RDF::Vocabulary::Term)


4203
4204
4205
# File 'lib/rdf/vocab/ebucore.rb', line 4203

def serviceType
  @serviceType
end

#ShotRDF::Vocabulary::Term (readonly)

A specifc type of Part.

Returns:

  • (RDF::Vocabulary::Term)


783
784
785
# File 'lib/rdf/vocab/ebucore.rb', line 783

def Shot
  @Shot
end

#shotLogRDF::Vocabulary::Term (readonly)

Provides a shot-by-shot description of a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


4207
4208
4209
# File 'lib/rdf/vocab/ebucore.rb', line 4207

def shotLog
  @shotLog
end

#SigningRDF::Vocabulary::Term (readonly)

To signal the presence of Signing for hard of hearing users. The type of Signing (e.g. incursted in or else) or language of Signing can be specified using the appropriate properties.

Returns:

  • (RDF::Vocabulary::Term)


791
792
793
# File 'lib/rdf/vocab/ebucore.rb', line 791

def Signing
  @Signing
end

#SigningFormatRDF::Vocabulary::Term (readonly)

To provide additional information on the signing format. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


795
796
797
# File 'lib/rdf/vocab/ebucore.rb', line 795

def SigningFormat
  @SigningFormat
end

#SignLanguageCodeRDF::Vocabulary::Term (readonly)

To identify a sign language by its code.

Returns:

  • (RDF::Vocabulary::Term)


787
788
789
# File 'lib/rdf/vocab/ebucore.rb', line 787

def SignLanguageCode
  @SignLanguageCode
end

#SportItemRDF::Vocabulary::Term (readonly)

A SportItem aggregates all information about a sport event.

Returns:

  • (RDF::Vocabulary::Term)


799
800
801
# File 'lib/rdf/vocab/ebucore.rb', line 799

def SportItem
  @SportItem
end

#StaffRDF::Vocabulary::Term (readonly)

A member of Staff.

Returns:

  • (RDF::Vocabulary::Term)


803
804
805
# File 'lib/rdf/vocab/ebucore.rb', line 803

def Staff
  @Staff
end

#StandardRDF::Vocabulary::Term (readonly)

identifies the technical video standard of a resource, i.e. NTSC or PAL.

Returns:

  • (RDF::Vocabulary::Term)


807
808
809
# File 'lib/rdf/vocab/ebucore.rb', line 807

def Standard
  @Standard
end

#startRDF::Vocabulary::Term (readonly)

Start timestamp e.g. the start time for a MediaResource.

Returns:

  • (RDF::Vocabulary::Term)


4211
4212
4213
# File 'lib/rdf/vocab/ebucore.rb', line 4211

def start
  @start
end

#startEditUnitsRDF::Vocabulary::Term (readonly)

A start time expressed as a number of edit units.

Returns:

  • (RDF::Vocabulary::Term)


4215
4216
4217
# File 'lib/rdf/vocab/ebucore.rb', line 4215

def startEditUnits
  @startEditUnits
end

#startNormalPlayTimeRDF::Vocabulary::Term (readonly)

A start time expressed as a normal play time.

Returns:

  • (RDF::Vocabulary::Term)


4219
4220
4221
# File 'lib/rdf/vocab/ebucore.rb', line 4219

def startNormalPlayTime
  @startNormalPlayTime
end

#startOffsetEditUnitRDF::Vocabulary::Term (readonly)

A start offset time expressed as a number of edit units.

Returns:

  • (RDF::Vocabulary::Term)


4223
4224
4225
# File 'lib/rdf/vocab/ebucore.rb', line 4223

def startOffsetEditUnit
  @startOffsetEditUnit
end

#startOffsetNormalPlayTimeRDF::Vocabulary::Term (readonly)

A start offset time expressed as normal play time.

Returns:

  • (RDF::Vocabulary::Term)


4227
4228
4229
# File 'lib/rdf/vocab/ebucore.rb', line 4227

def startOffsetNormalPlayTime
  @startOffsetNormalPlayTime
end

#startOffsetTimecodeRDF::Vocabulary::Term (readonly)

A start offset time expressed as timecode.

Returns:

  • (RDF::Vocabulary::Term)


4231
4232
4233
# File 'lib/rdf/vocab/ebucore.rb', line 4231

def startOffsetTimecode
  @startOffsetTimecode
end

#startOffsetTimecodeDropFrameRDF::Vocabulary::Term (readonly)

A start offset time expressed as timecode with drop frames.

Returns:

  • (RDF::Vocabulary::Term)


4235
4236
4237
# File 'lib/rdf/vocab/ebucore.rb', line 4235

def startOffsetTimecodeDropFrame
  @startOffsetTimecodeDropFrame
end

#startTimecodeRDF::Vocabulary::Term (readonly)

A start time expressed as timecode.

Returns:

  • (RDF::Vocabulary::Term)


4239
4240
4241
# File 'lib/rdf/vocab/ebucore.rb', line 4239

def startTimecode
  @startTimecode
end

#startTimecodeDropFrameRDF::Vocabulary::Term (readonly)

A start time expressed as timecode with drop frames.

Returns:

  • (RDF::Vocabulary::Term)


4243
4244
4245
# File 'lib/rdf/vocab/ebucore.rb', line 4243

def startTimecodeDropFrame
  @startTimecodeDropFrame
end

#StickerRDF::Vocabulary::Term (readonly)

A sticker associated with a Costume.

Returns:

  • (RDF::Vocabulary::Term)


811
812
813
# File 'lib/rdf/vocab/ebucore.rb', line 811

def Sticker
  @Sticker
end

#Storage_TypeRDF::Vocabulary::Term (readonly)

The type of storage used for the repository. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


815
816
817
# File 'lib/rdf/vocab/ebucore.rb', line 815

def Storage_Type
  @Storage_Type
end

#StreamRDF::Vocabulary::Term (readonly)

A continuous stream of bits.

Returns:

  • (RDF::Vocabulary::Term)


819
820
821
# File 'lib/rdf/vocab/ebucore.rb', line 819

def Stream
  @Stream
end

#SubjectRDF::Vocabulary::Term (readonly)

A term describing the topic covered by the BusinessObject or resource. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


823
824
825
# File 'lib/rdf/vocab/ebucore.rb', line 823

def Subject
  @Subject
end

#subtitleRDF::Vocabulary::Term (readonly)

A complementary subtitle.

Returns:

  • (RDF::Vocabulary::Term)


4247
4248
4249
# File 'lib/rdf/vocab/ebucore.rb', line 4247

def subtitle
  @subtitle
end

#SubtitlingRDF::Vocabulary::Term (readonly)

To signal the presence of subtitles for translation in alternative languages.

Returns:

  • (RDF::Vocabulary::Term)


827
828
829
# File 'lib/rdf/vocab/ebucore.rb', line 827

def Subtitling
  @Subtitling
end

#SubtitlingFormatRDF::Vocabulary::Term (readonly)

To define the format of subtitling. subtitling’s main use isfor translation. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


831
832
833
# File 'lib/rdf/vocab/ebucore.rb', line 831

def SubtitlingFormat
  @SubtitlingFormat
end

#suffixRDF::Vocabulary::Term (readonly)

To provide a suffix associated with a Person name e.g. Jr.

Returns:

  • (RDF::Vocabulary::Term)


4251
4252
4253
# File 'lib/rdf/vocab/ebucore.rb', line 4251

def suffix
  @suffix
end

#summaryRDF::Vocabulary::Term (readonly)

To provide a summary.

Returns:

  • (RDF::Vocabulary::Term)


4255
4256
4257
# File 'lib/rdf/vocab/ebucore.rb', line 4255

def summary
  @summary
end

#synopsisRDF::Vocabulary::Term (readonly)

To provide a summary.

Returns:

  • (RDF::Vocabulary::Term)


4259
4260
4261
# File 'lib/rdf/vocab/ebucore.rb', line 4259

def synopsis
  @synopsis
end

#tableOfContentRDF::Vocabulary::Term (readonly)

to provide a table of content.

Returns:

  • (RDF::Vocabulary::Term)


4263
4264
4265
# File 'lib/rdf/vocab/ebucore.rb', line 4263

def tableOfContent
  @tableOfContent
end

#tagRDF::Vocabulary::Term (readonly)

To provide a list of tags.

Returns:

  • (RDF::Vocabulary::Term)


4267
4268
4269
# File 'lib/rdf/vocab/ebucore.rb', line 4267

def tag
  @tag
end

#TargetAudienceRDF::Vocabulary::Term (readonly)

To identify the audience for which the content was created.

Returns:

  • (RDF::Vocabulary::Term)


839
840
841
# File 'lib/rdf/vocab/ebucore.rb', line 839

def TargetAudience
  @TargetAudience
end

#targetAudienceSystemRDF::Vocabulary::Term (readonly)

To define the system used to provide a TargetAudience.

Returns:

  • (RDF::Vocabulary::Term)


4271
4272
4273
# File 'lib/rdf/vocab/ebucore.rb', line 4271

def targetAudienceSystem
  @targetAudienceSystem
end

#TargetPlatformRDF::Vocabulary::Term (readonly)

To specify a target platform.

Returns:

  • (RDF::Vocabulary::Term)


843
844
845
# File 'lib/rdf/vocab/ebucore.rb', line 843

def TargetPlatform
  @TargetPlatform
end

#TeamRDF::Vocabulary::Term (readonly)

To define a Team.

Returns:

  • (RDF::Vocabulary::Term)


847
848
849
# File 'lib/rdf/vocab/ebucore.rb', line 847

def Team
  @Team
end

#TemplateRDF::Vocabulary::Term (readonly)

An Essence defined as a Template with all associated technical parameters.

Returns:

  • (RDF::Vocabulary::Term)


851
852
853
# File 'lib/rdf/vocab/ebucore.rb', line 851

def Template
  @Template
end

#TerritoryCodeRDF::Vocabulary::Term (readonly)

To identify a territory e.g. by its UN code.

Returns:

  • (RDF::Vocabulary::Term)


855
856
857
# File 'lib/rdf/vocab/ebucore.rb', line 855

def TerritoryCode
  @TerritoryCode
end

#TextAnnotationRDF::Vocabulary::Term (readonly)

A class specific to the annotation of a text or portions of text.

Returns:

  • (RDF::Vocabulary::Term)


859
860
861
# File 'lib/rdf/vocab/ebucore.rb', line 859

def TextAnnotation
  @TextAnnotation
end

#TextLineRDF::Vocabulary::Term (readonly)

To provide lines of text extracted from or additional to the resource.

Returns:

  • (RDF::Vocabulary::Term)


863
864
865
# File 'lib/rdf/vocab/ebucore.rb', line 863

def TextLine
  @TextLine
end

#TextLine_TypeRDF::Vocabulary::Term (readonly)

To define a TextLine type.

Returns:

  • (RDF::Vocabulary::Term)


867
868
869
# File 'lib/rdf/vocab/ebucore.rb', line 867

def TextLine_Type
  @TextLine_Type
end

#textLineBoxHeightRDF::Vocabulary::Term (readonly)

The height of the text box containing the TextLine.

Returns:

  • (RDF::Vocabulary::Term)


4275
4276
4277
# File 'lib/rdf/vocab/ebucore.rb', line 4275

def textLineBoxHeight
  @textLineBoxHeight
end

#textLineBoxTopLeftCornerLineNumberRDF::Vocabulary::Term (readonly)

The coordinates on a vertical axis of the position of the top left corner of the text box containing the TextLine.

Returns:

  • (RDF::Vocabulary::Term)


4279
4280
4281
# File 'lib/rdf/vocab/ebucore.rb', line 4279

def textLineBoxTopLeftCornerLineNumber
  @textLineBoxTopLeftCornerLineNumber
end

#textLineBoxTopLeftCornerPixelNumberRDF::Vocabulary::Term (readonly)

The coordinates on an horizontal axis of the position of the top left corner of the text box containing the TextLine.

Returns:

  • (RDF::Vocabulary::Term)


4283
4284
4285
# File 'lib/rdf/vocab/ebucore.rb', line 4283

def textLineBoxTopLeftCornerPixelNumber
  @textLineBoxTopLeftCornerPixelNumber
end

#textLineBoxWidthRDF::Vocabulary::Term (readonly)

The width of the text box containing the TextLine.

Returns:

  • (RDF::Vocabulary::Term)


4287
4288
4289
# File 'lib/rdf/vocab/ebucore.rb', line 4287

def textLineBoxWidth
  @textLineBoxWidth
end

#textLineContentRDF::Vocabulary::Term (readonly)

To provide the content of a text line.

Returns:

  • (RDF::Vocabulary::Term)


4291
4292
4293
# File 'lib/rdf/vocab/ebucore.rb', line 4291

def textLineContent
  @textLineContent
end

#textLineEndEditUnitsRDF::Vocabulary::Term (readonly)

The end time of a TextLine expressed as a number of edit units.

Returns:

  • (RDF::Vocabulary::Term)


4295
4296
4297
# File 'lib/rdf/vocab/ebucore.rb', line 4295

def textLineEndEditUnits
  @textLineEndEditUnits
end

#textLineEndNormalPlayTimeRDF::Vocabulary::Term (readonly)

The end time of a TextLine expressed as a normal play time.

Returns:

  • (RDF::Vocabulary::Term)


4299
4300
4301
# File 'lib/rdf/vocab/ebucore.rb', line 4299

def textLineEndNormalPlayTime
  @textLineEndNormalPlayTime
end

#textLineEndTimeRDF::Vocabulary::Term (readonly)

The end time point of a TextLine in a Scene.

Returns:

  • (RDF::Vocabulary::Term)


4303
4304
4305
# File 'lib/rdf/vocab/ebucore.rb', line 4303

def textLineEndTime
  @textLineEndTime
end

#textLineEndTimecodeRDF::Vocabulary::Term (readonly)

The end time of a TextLine expressed as timecode.

Returns:

  • (RDF::Vocabulary::Term)


4307
4308
4309
# File 'lib/rdf/vocab/ebucore.rb', line 4307

def textLineEndTimecode
  @textLineEndTimecode
end

#textLineEndTimecodeDropFrameRDF::Vocabulary::Term (readonly)

The end time of a TextLine expressed as timecode with drop frames.

Returns:

  • (RDF::Vocabulary::Term)


4311
4312
4313
# File 'lib/rdf/vocab/ebucore.rb', line 4311

def textLineEndTimecodeDropFrame
  @textLineEndTimecodeDropFrame
end

#textLineOrderRDF::Vocabulary::Term (readonly)

The order in which a text line can be found e.g. in a scene.

Returns:

  • (RDF::Vocabulary::Term)


4315
4316
4317
# File 'lib/rdf/vocab/ebucore.rb', line 4315

def textLineOrder
  @textLineOrder
end

#textLineStartEditUnitsRDF::Vocabulary::Term (readonly)

The start time of a TextLine expressed as a number of edit units.

Returns:

  • (RDF::Vocabulary::Term)


4319
4320
4321
# File 'lib/rdf/vocab/ebucore.rb', line 4319

def textLineStartEditUnits
  @textLineStartEditUnits
end

#textLineStartNormalPlayTimeRDF::Vocabulary::Term (readonly)

The start time of a TextLine expressed as a normal play time.

Returns:

  • (RDF::Vocabulary::Term)


4323
4324
4325
# File 'lib/rdf/vocab/ebucore.rb', line 4323

def textLineStartNormalPlayTime
  @textLineStartNormalPlayTime
end

#textLineStartTimeRDF::Vocabulary::Term (readonly)

The start time point of a TextLine in a Scene.

Returns:

  • (RDF::Vocabulary::Term)


4327
4328
4329
# File 'lib/rdf/vocab/ebucore.rb', line 4327

def textLineStartTime
  @textLineStartTime
end

#textLineStartTimecodeRDF::Vocabulary::Term (readonly)

The start time of a TextLine expressed as timecode.

Returns:

  • (RDF::Vocabulary::Term)


4331
4332
4333
# File 'lib/rdf/vocab/ebucore.rb', line 4331

def textLineStartTimecode
  @textLineStartTimecode
end

#textLineStartTimecodeDropFrameRDF::Vocabulary::Term (readonly)

The start time of a TextLine expressed as timecode with drop frames.

Returns:

  • (RDF::Vocabulary::Term)


4335
4336
4337
# File 'lib/rdf/vocab/ebucore.rb', line 4335

def textLineStartTimecodeDropFrame
  @textLineStartTimecodeDropFrame
end

#TextUsageTypeRDF::Vocabulary::Term (readonly)

To specify the usage of a text.

Returns:

  • (RDF::Vocabulary::Term)


871
872
873
# File 'lib/rdf/vocab/ebucore.rb', line 871

def TextUsageType
  @TextUsageType
end

#ThemeRDF::Vocabulary::Term (readonly)

To define a Theme associated with an Asset.

Returns:

  • (RDF::Vocabulary::Term)


875
876
877
# File 'lib/rdf/vocab/ebucore.rb', line 875

def Theme
  @Theme
end

#ThumbnailRDF::Vocabulary::Term (readonly)

A thumbnail is a low resolution picture that can be associated with EditorialObjects or e.g. MediaResources or Contacts.

Returns:

  • (RDF::Vocabulary::Term)


879
880
881
# File 'lib/rdf/vocab/ebucore.rb', line 879

def Thumbnail
  @Thumbnail
end

#TimecodeTrackRDF::Vocabulary::Term (readonly)

A track with timecode information e.g. in MXF.

Returns:

  • (RDF::Vocabulary::Term)


883
884
885
# File 'lib/rdf/vocab/ebucore.rb', line 883

def TimecodeTrack
  @TimecodeTrack
end

#timeCreatedRDF::Vocabulary::Term (readonly)

the tie of creation of an Asset.

Returns:

  • (RDF::Vocabulary::Term)


4339
4340
4341
# File 'lib/rdf/vocab/ebucore.rb', line 4339

def timeCreated
  @timeCreated
end

#TimedTextAuthoringTechniqueRDF::Vocabulary::Term (readonly)

To define a timed text authoring technique.

Returns:

  • (RDF::Vocabulary::Term)


887
888
889
# File 'lib/rdf/vocab/ebucore.rb', line 887

def TimedTextAuthoringTechnique
  @TimedTextAuthoringTechnique
end

#TimedTextContentTypeRDF::Vocabulary::Term (readonly)

To define a type of timed text.

Returns:

  • (RDF::Vocabulary::Term)


891
892
893
# File 'lib/rdf/vocab/ebucore.rb', line 891

def TimedTextContentType
  @TimedTextContentType
end

#TimedTextSubtitleTargetFormatRDF::Vocabulary::Term (readonly)

To define a timed text subtitle format.

Returns:

  • (RDF::Vocabulary::Term)


895
896
897
# File 'lib/rdf/vocab/ebucore.rb', line 895

def TimedTextSubtitleTargetFormat
  @TimedTextSubtitleTargetFormat
end

#TimelineTrackRDF::Vocabulary::Term (readonly)

To define a time sequence of EditorialObjects.

Returns:

  • (RDF::Vocabulary::Term)


899
900
901
# File 'lib/rdf/vocab/ebucore.rb', line 899

def TimelineTrack
  @TimelineTrack
end

#TimelineTrack_TypeRDF::Vocabulary::Term (readonly)

To specify a type or TimelineTrack.

Returns:

  • (RDF::Vocabulary::Term)


903
904
905
# File 'lib/rdf/vocab/ebucore.rb', line 903

def TimelineTrack_Type
  @TimelineTrack_Type
end

#timelineTrackDurationRDF::Vocabulary::Term (readonly)

To express the duration of a TimelineTrack.

Returns:

  • (RDF::Vocabulary::Term)


4343
4344
4345
# File 'lib/rdf/vocab/ebucore.rb', line 4343

def timelineTrackDuration
  @timelineTrackDuration
end

#timelineTrackDurationEditUnitsRDF::Vocabulary::Term (readonly)

To provide a duration as a number of edit units.

Returns:

  • (RDF::Vocabulary::Term)


4347
4348
4349
# File 'lib/rdf/vocab/ebucore.rb', line 4347

def timelineTrackDurationEditUnits
  @timelineTrackDurationEditUnits
end

#timelineTrackDurationNormalPlayTimeRDF::Vocabulary::Term (readonly)

To provide a duration as normal time.

Returns:

  • (RDF::Vocabulary::Term)


4351
4352
4353
# File 'lib/rdf/vocab/ebucore.rb', line 4351

def timelineTrackDurationNormalPlayTime
  @timelineTrackDurationNormalPlayTime
end

#timelineTrackDurationTimecodeRDF::Vocabulary::Term (readonly)

The duration expressed as a timecode.

Returns:

  • (RDF::Vocabulary::Term)


4355
4356
4357
# File 'lib/rdf/vocab/ebucore.rb', line 4355

def timelineTrackDurationTimecode
  @timelineTrackDurationTimecode
end

#timelineTrackDurationTimecodeDropFrameRDF::Vocabulary::Term (readonly)

The duration expressed as a timecode with drop frames.

Returns:

  • (RDF::Vocabulary::Term)


4359
4360
4361
# File 'lib/rdf/vocab/ebucore.rb', line 4359

def timelineTrackDurationTimecodeDropFrame
  @timelineTrackDurationTimecodeDropFrame
end

#titleRDF::Vocabulary::Term (readonly)

Specifies the title or name given to the 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 the title.

All value of the EBU title status classification scheme (www.ebu.ch/metadata/cs/web/ebu_TitleStatusCodeCS_p.xml.htm) are candidates subproperties of the title property as implemented for an example with alternativeTitle.

Returns:

  • (RDF::Vocabulary::Term)


4365
4366
4367
# File 'lib/rdf/vocab/ebucore.rb', line 4365

def title
  @title
end

#TopicRDF::Vocabulary::Term (readonly)

A type subject for use in some contexts. This is provided as free text in an annotation label or as an identifier pointing to a term in a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


907
908
909
# File 'lib/rdf/vocab/ebucore.rb', line 907

def Topic
  @Topic
end

#totalNumberOfEpisodesRDF::Vocabulary::Term (readonly)

To provide the total number of episodes in a Series or a Season.

Returns:

  • (RDF::Vocabulary::Term)


4369
4370
4371
# File 'lib/rdf/vocab/ebucore.rb', line 4369

def totalNumberOfEpisodes
  @totalNumberOfEpisodes
end

#totalNumberOfGroupMembersRDF::Vocabulary::Term (readonly)

To provide the total number of members in a Group.

Returns:

  • (RDF::Vocabulary::Term)


4373
4374
4375
# File 'lib/rdf/vocab/ebucore.rb', line 4373

def totalNumberOfGroupMembers
  @totalNumberOfGroupMembers
end

#TrackRDF::Vocabulary::Term (readonly)

Audiovisual content can be composed of audio, video and data Tracks (including captioning and subtitling).

Returns:

  • (RDF::Vocabulary::Term)


911
912
913
# File 'lib/rdf/vocab/ebucore.rb', line 911

def Track
  @Track
end

#Track_TypeRDF::Vocabulary::Term (readonly)

To define a type of track.

Returns:

  • (RDF::Vocabulary::Term)


919
920
921
# File 'lib/rdf/vocab/ebucore.rb', line 919

def Track_Type
  @Track_Type
end

#trackDefinitionRDF::Vocabulary::Term (readonly)

To provide a definition associated to a Track.

Returns:

  • (RDF::Vocabulary::Term)


4377
4378
4379
# File 'lib/rdf/vocab/ebucore.rb', line 4377

def trackDefinition
  @trackDefinition
end

#trackIdRDF::Vocabulary::Term (readonly)

Range: Identifier, anyURI, string

An Identifier attributed to a Track.

Returns:

  • (RDF::Vocabulary::Term)


4383
4384
4385
# File 'lib/rdf/vocab/ebucore.rb', line 4383

def trackId
  @trackId
end

#trackNameRDF::Vocabulary::Term (readonly)

To provide name of a Track.

Returns:

  • (RDF::Vocabulary::Term)


4387
4388
4389
# File 'lib/rdf/vocab/ebucore.rb', line 4387

def trackName
  @trackName
end

#TrackPurposeRDF::Vocabulary::Term (readonly)

To define the prupose of a track.

Returns:

  • (RDF::Vocabulary::Term)


915
916
917
# File 'lib/rdf/vocab/ebucore.rb', line 915

def TrackPurpose
  @TrackPurpose
end

#trackTypeRDF::Vocabulary::Term (readonly)

Range: string or Track_Type

The type attributed to a Track.

Returns:

  • (RDF::Vocabulary::Term)


4393
4394
4395
# File 'lib/rdf/vocab/ebucore.rb', line 4393

def trackType
  @trackType
end

#translationTitleRDF::Vocabulary::Term (readonly)

A translated version of the title.

Returns:

  • (RDF::Vocabulary::Term)


4397
4398
4399
# File 'lib/rdf/vocab/ebucore.rb', line 4397

def translationTitle
  @translationTitle
end

#TVProgrammeRDF::Vocabulary::Term (readonly)

A programme for distribution on television channels.

Returns:

  • (RDF::Vocabulary::Term)


835
836
837
# File 'lib/rdf/vocab/ebucore.rb', line 835

def TVProgramme
  @TVProgramme
end

#TypeRDF::Vocabulary::Term (readonly)

An expression of type in textual form or as a term from a classification scheme.

Returns:

  • (RDF::Vocabulary::Term)


923
924
925
# File 'lib/rdf/vocab/ebucore.rb', line 923

def Type
  @Type
end

#UsageRestrictionsRDF::Vocabulary::Term (readonly)

To define a set of UsageRestrictions.

Returns:

  • (RDF::Vocabulary::Term)


927
928
929
# File 'lib/rdf/vocab/ebucore.rb', line 927

def UsageRestrictions
  @UsageRestrictions
end

#UsageRightsRDF::Vocabulary::Term (readonly)

Usage rights associated with content.

Returns:

  • (RDF::Vocabulary::Term)


931
932
933
# File 'lib/rdf/vocab/ebucore.rb', line 931

def UsageRights
  @UsageRights
end

#usernameRDF::Vocabulary::Term (readonly)

The username by which a Person is known e.g. when attributing a rating value.

Returns:

  • (RDF::Vocabulary::Term)


4401
4402
4403
# File 'lib/rdf/vocab/ebucore.rb', line 4401

def username
  @username
end

#VersionRDF::Vocabulary::Term (readonly)

To specifically identify a Version of an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


935
936
937
# File 'lib/rdf/vocab/ebucore.rb', line 935

def Version
  @Version
end

#versionRDF::Vocabulary::Term (readonly)

To provide information on the current version of an EditorialObject.

Returns:

  • (RDF::Vocabulary::Term)


4405
4406
4407
# File 'lib/rdf/vocab/ebucore.rb', line 4405

def version
  @version
end

#versionTitleRDF::Vocabulary::Term (readonly)

An alternative title specific to a verison of content.

Returns:

  • (RDF::Vocabulary::Term)


4409
4410
4411
# File 'lib/rdf/vocab/ebucore.rb', line 4409

def versionTitle
  @versionTitle
end

#videoBitRateRDF::Vocabulary::Term (readonly)

The video bitrate. To provide the bitrate at which the MediaResource can be played in bits/second. Current bitrate if constant, and average bitrate if variable.

Returns:

  • (RDF::Vocabulary::Term)


4413
4414
4415
# File 'lib/rdf/vocab/ebucore.rb', line 4413

def videoBitRate
  @videoBitRate
end

#videoBitRateMaxRDF::Vocabulary::Term (readonly)

The maximum video bitrate.

Returns:

  • (RDF::Vocabulary::Term)


4417
4418
4419
# File 'lib/rdf/vocab/ebucore.rb', line 4417

def videoBitRateMax
  @videoBitRateMax
end

#videoBitRateModeRDF::Vocabulary::Term (readonly)

The video bitrate mode.

Returns:

  • (RDF::Vocabulary::Term)


4421
4422
4423
# File 'lib/rdf/vocab/ebucore.rb', line 4421

def videoBitRateMode
  @videoBitRateMode
end

#VideoCodecRDF::Vocabulary::Term (readonly)

To provide information about a video codec.

Returns:

  • (RDF::Vocabulary::Term)


939
940
941
# File 'lib/rdf/vocab/ebucore.rb', line 939

def VideoCodec
  @VideoCodec
end

#VideoEncodingFormatRDF::Vocabulary::Term (readonly)

The encoding format of the video.

Returns:

  • (RDF::Vocabulary::Term)


943
944
945
# File 'lib/rdf/vocab/ebucore.rb', line 943

def VideoEncodingFormat
  @VideoEncodingFormat
end

#videoEncodingLevelRDF::Vocabulary::Term (readonly)

The encoding level as defined in specifications.

Returns:

  • (RDF::Vocabulary::Term)


4425
4426
4427
# File 'lib/rdf/vocab/ebucore.rb', line 4425

def videoEncodingLevel
  @videoEncodingLevel
end

#videoEncodingProfileRDF::Vocabulary::Term (readonly)

The encoding level as defined in specifications.

Returns:

  • (RDF::Vocabulary::Term)


4429
4430
4431
# File 'lib/rdf/vocab/ebucore.rb', line 4429

def videoEncodingProfile
  @videoEncodingProfile
end

#VideoFormatRDF::Vocabulary::Term (readonly)

To define an VideoFormat.

Returns:

  • (RDF::Vocabulary::Term)


947
948
949
# File 'lib/rdf/vocab/ebucore.rb', line 947

def VideoFormat
  @VideoFormat
end

#VideoStreamRDF::Vocabulary::Term (readonly)

A decodable video stream of bits.

Returns:

  • (RDF::Vocabulary::Term)


951
952
953
# File 'lib/rdf/vocab/ebucore.rb', line 951

def VideoStream
  @VideoStream
end

#VideoTrackRDF::Vocabulary::Term (readonly)

A specialisation of Track for Video to provide a link to specific data properties such as frameRate, etc. Signing is another possible example of video track. Specific VideoTracks such as Signing can be defined as sub VideoTracks.. In advanced systems, different VideoTracks can be used to provide e.g. different viewing angles.

Returns:

  • (RDF::Vocabulary::Term)


955
956
957
# File 'lib/rdf/vocab/ebucore.rb', line 955

def VideoTrack
  @VideoTrack
end

#widthRDF::Vocabulary::Term (readonly)

The width of e.g. a video frame typically expressed as a number of pixels, or picture/image in millimeters.

Returns:

  • (RDF::Vocabulary::Term)


4433
4434
4435
# File 'lib/rdf/vocab/ebucore.rb', line 4433

def width
  @width
end

#widthUnitRDF::Vocabulary::Term (readonly)

The unit used to measure a width e.g. in pixels or number of lines or millimeters or else.

Returns:

  • (RDF::Vocabulary::Term)


4437
4438
4439
# File 'lib/rdf/vocab/ebucore.rb', line 4437

def widthUnit
  @widthUnit
end

#wordCountRDF::Vocabulary::Term (readonly)

The number of words contained in a document.

Returns:

  • (RDF::Vocabulary::Term)


4441
4442
4443
# File 'lib/rdf/vocab/ebucore.rb', line 4441

def wordCount
  @wordCount
end

#workingTitleRDF::Vocabulary::Term (readonly)

A title used while content is not complete.

Returns:

  • (RDF::Vocabulary::Term)


4445
4446
4447
# File 'lib/rdf/vocab/ebucore.rb', line 4445

def workingTitle
  @workingTitle
end

#WrappingTypeRDF::Vocabulary::Term (readonly)

To define a type of wrapping.

Returns:

  • (RDF::Vocabulary::Term)


959
960
961
# File 'lib/rdf/vocab/ebucore.rb', line 959

def WrappingType
  @WrappingType
end