rdf-vocab 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94f8932c4e8368a28533fcd3bb8e6608f280a1834ad12e06d310c52add569f78
4
- data.tar.gz: fc3ffaf14ae3711f6bde27b22abee79b4af31e241c7bf1688ec59696d36b3786
3
+ metadata.gz: 110d85334ba9db513c63910c68a29456e92eb0dc78364f32764a7d0cd2e594ee
4
+ data.tar.gz: 8a1f7b3caaf4cabc202f4792a38ea5875e75e07b31bd89f613277d2beb2b68dc
5
5
  SHA512:
6
- metadata.gz: eb2acec91e6f4f66a36dddfc6093e8d5605156bce1b12b256e0fa60541f914578c02372852aff293e6d8014798411bbb3f686dbbede24f74d9c701e828e230e4
7
- data.tar.gz: 8db0941ef9e7425f865c6cbf518263f440ca76b2385e468a533ff36d0bccb71bcb5ee7c799458c810fa408184a052e223d0453ba4afe509d697f6d37a3af9a90
6
+ metadata.gz: 065d6c5f3dadfc700f9aef2c9f405ea062a55cf01578bf8352042439c5021dce2381636cb5d16b0812b2029f18343ae922d51fdd4375def6ef4fb44a596a2c1e
7
+ data.tar.gz: 3c590594378b3d661bdb32f5ec307db235b07d68b2e52d56ebef7f10077b5eb026dc309b5b4258f45a1f31c1099ac81de36f17cff9a10e25759e52e83d11cf91
data/README.md CHANGED
@@ -26,6 +26,7 @@ Also extends `RDF::Vocabulary::Format` with the `gen-vocab` command extension to
26
26
  * RDF::Vocab::DOAP - [Description of a Project (DOAP) vocabulary](https://github.com/edumbill/doap/wiki) - Alias of `RDF::DOAP`
27
27
  * RDF::Vocab::DWC - [Darwin Core](http://rs.tdwg.org/dwc/terms/)
28
28
  * RDF::Vocab::EBUCore - [EBUCore](http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#)
29
+ * RDF::Vocab::EDM - [Europeana Data Model (EDM)](https://pro.europeana.eu/page/edm-documentation)
29
30
  * RDF::Vocab::EXIF - [Exif vocabulary workspace](http://www.w3.org/2003/12/exif/) (W3C) - Alias of `RDF::EXIF`
30
31
  * RDF::Vocab::Fcrepo4 - [Fedora Commons Repository 4 Ontology](http://fedora.info/definitions/v4/repository)
31
32
  * RDF::Vocab::FOAF - [Friend of a Friend (FOAF) vocabulary](http://xmlns.com/foaf/spec/) - Alias of `RDF::FOAF`
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.4
1
+ 3.0.5
data/lib/rdf/vocab.rb CHANGED
@@ -11,9 +11,8 @@ module RDF
11
11
  bf2: {uri: 'http://id.loc.gov/ontologies/bibframe/'},
12
12
  bibframe: {
13
13
  uri: "http://bibframe.org/vocab/",
14
- source: "http://bibframe.org/vocab.rdf",
15
14
  class_name: "Bibframe",
16
- extra: {hasAccompaniment: {type: "rdf:Property", label: "has accompaniment"}}
15
+ skip: true
17
16
  },
18
17
  bibo: {uri: "http://purl.org/ontology/bibo/", source: "etc/bibo.ttl"},
19
18
  cc: {
@@ -53,8 +52,8 @@ module RDF
53
52
  crm: {uri: "http://www.cidoc-crm.org/cidoc-crm/", source: "etc/crm.rdf"},
54
53
  datacite: {
55
54
  uri: "http://purl.org/spar/datacite/",
56
- source: "http://eelst.cs.unibo.it/apps/LODE/source?url=http://purl.org/spar/datacite",
57
- class_name: "DataCite"
55
+ class_name: "DataCite",
56
+ skip: true
58
57
  },
59
58
  dc: {uri: "http://purl.org/dc/terms/"},
60
59
  dc11: {uri: "http://purl.org/dc/elements/1.1/"},
@@ -79,18 +78,6 @@ module RDF
79
78
  disco: {
80
79
  uri: "http://rdf-vocabulary.ddialliance.org/discovery#",
81
80
  source: "https://raw.githubusercontent.com/linked-statistics/disco-spec/master/discovery.ttl",
82
- patch: %{
83
- @prefix dcmitype: <http://purl.org/dc/dcmitype/> .
84
- @prefix dcterms: <http://purl.org/dc/terms/> .
85
- @prefix disco: <http://rdf-vocabulary.ddialliance.org/discovery#> .
86
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
87
- DeleteExisting {
88
- disco:DataFile rdfs:subClassOf dcterms:Dataset .
89
- } .
90
- AddNew {
91
- disco:DataFile rdfs:subClassOf dcmitype:Dataset .
92
- } .
93
- }
94
81
  },
95
82
  doap: {
96
83
  uri: "http://usefulinc.com/ns/doap#",
data/lib/rdf/vocab/bf2.rb CHANGED
@@ -11,9 +11,12 @@ module RDF::Vocab
11
11
 
12
12
  # Ontology definition
13
13
  ontology :"http://id.loc.gov/ontologies/bibframe/",
14
- "dc:modified": "2017-05-04T14:49:12.796-04:00".freeze,
14
+ "dc:modified": "2019-01-09T12:06:57.926-05:00".freeze,
15
15
  label: "BIBFRAME vocabulary".freeze,
16
- "owl:versionInfo": "2017-05-04T14:49:12.796-04:00".freeze,
16
+ "owl:ontologyIRI": "bf2:".freeze,
17
+ "owl:priorVersion": "http://id.loc.gov/ontologies/bibframe-2-0-0/".freeze,
18
+ "owl:versionIRI": "http://id.loc.gov/ontologies/bibframe-2-0-1/".freeze,
19
+ "owl:versionInfo": "2.0.1".freeze,
17
20
  type: "owl:Ontology".freeze
18
21
 
19
22
  # Class definitions
@@ -568,7 +571,7 @@ module RDF::Vocab
568
571
  type: "owl:Class".freeze
569
572
  term :MixedMaterial,
570
573
  "dc:modified": "2016-04-21 (New)".freeze,
571
- definition: %(Resource comprised of multiple types which are not driven by software. This may include materials in two or more forms that are related by virtue of their having been accumulated by or about a person or body., archival fonds.).freeze,
574
+ definition: %(Resource comprised of multiple types which is not driven by software; for instance, a manuscript collection of text, photographs and sound recordings.).freeze,
572
575
  label: "Mixed material".freeze,
573
576
  subClassOf: "bf2:Work".freeze,
574
577
  type: "owl:Class".freeze
@@ -789,7 +792,7 @@ module RDF::Vocab
789
792
  term :PublisherNumber,
790
793
  "dc:modified": "2016-04-21 (New)".freeze,
791
794
  definition: %(Number assigned by a publisher that is not one of the specific defined types.).freeze,
792
- label: "Other publisher number".freeze,
795
+ label: "Publisher number".freeze,
793
796
  subClassOf: "bf2:Identifier".freeze,
794
797
  type: "owl:Class".freeze
795
798
  term :RecordingMedium,
@@ -1730,7 +1733,7 @@ module RDF::Vocab
1730
1733
  definition: %(Resource that is associated with a character string that serves to differentiate one resource from another.).freeze,
1731
1734
  domain: "bf2:Identifier".freeze,
1732
1735
  inverseOf: "bf2:identifiedBy".freeze,
1733
- label: "Resouce identified".freeze,
1736
+ label: "Resource identified".freeze,
1734
1737
  type: "owl:ObjectProperty".freeze
1735
1738
  property :illustrativeContent,
1736
1739
  comment: %(Used with Work or Instance).freeze,
@@ -33,10 +33,10 @@ module RDF::Vocab
33
33
  subClassOf: "disco:DescriptiveStatistics".freeze,
34
34
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
35
35
  term :DataFile,
36
- comment: %(The class DataFile, which is also a dcterms:Dataset, represents all the data files containing the microdata datasets.).freeze,
36
+ comment: %(The class DataFile, which is also a dcmitype:Dataset, represents all the data files containing the microdata datasets.).freeze,
37
37
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
38
38
  label: "Data file".freeze,
39
- subClassOf: ["dcat:Distribution".freeze, "dcmitype:Dataset".freeze],
39
+ subClassOf: ["dc:DCMITypeDataset".freeze, "dcat:Distribution".freeze],
40
40
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
41
41
  term :DescriptiveStatistics,
42
42
  comment: %(SummaryStatistics pointing to variables and CategoryStatistics pointing to categories and codes are both DescriptiveStatistics.).freeze,
@@ -72,9 +72,9 @@ module RDF::Vocab
72
72
  subClassOf: "disco:Instrument".freeze,
73
73
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
74
74
  term :Representation,
75
- comment: %(Representation of a variable, question, or variable definition.).freeze,
75
+ comment: %(Representation of a variable or question definition.).freeze,
76
76
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
77
- label: "Representation of a variable, question, or variable definition.".freeze,
77
+ label: "Representation of a variable or question definition.".freeze,
78
78
  subClassOf: term(
79
79
  type: "owl:Class".freeze,
80
80
  unionOf: list("rdfs:Datatype".freeze, "skos:ConceptScheme".freeze, "skos:OrderedCollection".freeze)
@@ -237,6 +237,13 @@ module RDF::Vocab
237
237
  range: "foaf:Agent".freeze,
238
238
  subPropertyOf: "dc:contributor".freeze,
239
239
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
240
+ property :hadRole,
241
+ comment: %(This property indicates the role of an Agent, e.g. analyst, data modeler, programmer, co-investigator or others.).freeze,
242
+ domain: "foaf:Agent".freeze,
243
+ isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
244
+ label: "had role".freeze,
245
+ range: "skos:Concept".freeze,
246
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
240
247
  property :inGroup,
241
248
  comment: %(This property points from a Study to the StudyGroup which contains the Study.).freeze,
242
249
  domain: "disco:Study".freeze,
@@ -12,8 +12,8 @@ module RDF::Vocab
12
12
  # Ontology definition
13
13
  ontology :"http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#",
14
14
  "cc:licence": "http://creativecommons.org/licenses/by-sa/3.0/".freeze,
15
- "dc11:contributor": ["Adam Wead, Penn State University".freeze, "Casey Davis, WGBH".freeze, "Chuck McCallum, WGBH".freeze, "Cliff Ingham, City of Bloomington".freeze, "Dalia R. Levine, HBO".freeze, "Drew Myers, WGBH".freeze, "Glenn Clatworthy, PBS".freeze, "Jack Brighton, WILL Public Media".freeze, "Julie Hardesty, Indian University Library".freeze, "Kara van Malssen, AV Preserve".freeze, "Karen Cariani, WGBH".freeze, "Laurence Cook, metaCirque".freeze, "Michael J. Giarlo, Penn State University".freeze, "Peggy Griesinger, George Mason University Libraries".freeze, "Rebecca Fraimow, WGBH".freeze, "Rebecca Guenther, Rebecca Guenther Consulting".freeze, "Sadie Roosa, WGBH".freeze, "Valerie J. Miller, PBS".freeze],
16
- "dc11:description": ["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 Id from a SKOS Role vocabulary defined in the ontology).".freeze, "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.".freeze, "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.".freeze, "The development of the EBUCore ontology is a joint effort of the EBUCore and PBCore communities.".freeze],
15
+ "dc11:contributor": ["Adam Wead, Penn State University".freeze, "Casey Davis, WGBH".freeze, "Chuck McCallum, WGBH".freeze, "Cliff Ingham, City of Bloomington".freeze, "Dalia R. Levine, HBO".freeze, "Drew Myers, WGBH".freeze, "Glenn Clatworthy, PBS".freeze, "Jack Brighton, WILL Public Media".freeze, "Julie Hardesty, Indian University Library".freeze, "Kara van Malssen, AV Preserve".freeze, "Karen Cariani, WGBH".freeze, "Laurence Cook, metaCirque".freeze, "Michael J. Giarlo, Penn State University".freeze, "Peggy Griesinger, George Mason University\n Libraries".freeze, "Rebecca Fraimow, WGBH".freeze, "Rebecca Guenther, Rebecca Guenther Consulting".freeze, "Sadie Roosa, WGBH".freeze, "Valerie J. Miller, PBS".freeze],
16
+ "dc11:description": ["Guidelines: for the purpose of flexibility and interoperability\n with a wider range of implementations, some properties purposefully do not have a range and\n accept either a resource or a literal. When a resource is used, it is recommended to reuse\n objects defined in the model (e.g. pair hasEvent/Event or hasRole/Role). Example 1: x hasRole\n 'actor'. Example 2: x hasRole _:Role_1 (a reference to the Concept Id from a SKOS Role\n vocabulary defined in the ontology).".freeze, "Note to implementers: The EBUCore ontology is used by a variety of\n users with different needs. Several EBUCore properties have no range to allow different\n implementations using entities or literals. As an implementer, it is your choice to go for one\n or the other for each property to have consistent expectations when parsing individuals.\n EBUCore also provides different classes defined as subclasses of skos:Concept. You can use\n these classes as entities in range of several properties currently left without range. EBUCore\n is expressed in RDF in order to facilitate such modelling and flexibility. As a consequence,\n propoerties appear in the documentation as annotation properties.".freeze, "The EBUCore has been designed to make users benefit from the\n flexibility of RDF to adapt the names of Classes and properties to their respective needs.\n This means users are welcome to add their own subclasses (e.g. to define the most appropriate\n BusinessObjects or Resources or Agents) and subproperties.".freeze, "The development of the EBUCore ontology is a joint effort of the\n EBUCore and PBCore communities.".freeze],
17
17
  "dc11:rights": "Copyright 2015 EBU".freeze,
18
18
  "dc11:title": "EBUCore - the Dublin Core for media".freeze,
19
19
  "http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#".freeze,
@@ -21,7 +21,7 @@ module RDF::Vocab
21
21
  "owl:backwardCompatibleWith": "http://www.ebu.ch/metadata/ontologies/ebucore/20171009/ebucore.rdf".freeze,
22
22
  "owl:imports": "http://www.w3.org/2004/02/skos/core".freeze,
23
23
  "owl:priorVersion": "http://www.ebu.ch/metadata/ontologies/ebucore/20171009/ebucore.rdf".freeze,
24
- "owl:versionInfo": ["Add Award (for BO/EO, Contributor) and associated properties.".freeze, "Add Licensing as a subclass of Rights".freeze, "Add Locator class.".freeze, "Add Person weight and height.".freeze, "Add Platform as a subclass of Service.".freeze, "Add agentFee and agentAge.".freeze, "Add agentPreviousName.".freeze, "Add agentRelatedInformationLink and agentRelatedPressLink.".freeze, "Add artefactComment.".freeze, "Add dateOfRetirement".freeze, "Add dateProduced with domain Resource or BusinessObject.".freeze, "Add ebucore:placeOfDeath as subproperty of core:placeOfDeath".freeze, "Add firstShowingThisService with domain PublicationEvent.".freeze, "Add flag midRollAdAllowed with domain Essence.".freeze, "Add geoblocking, licensing, copyright, targetPlatform as a subproperties of description as a shortcut to provide such usage restrictions without the heavy use of asset.".freeze, "Add hasAgentBiography".freeze, "Add hasAgentRelatedArtefact".freeze, "Add hasArtefactRelatedLocation.".freeze, "Add hasBeenAwarded with domain Agent.".freeze, "Add hasCountryOfBirth and hasCountryOfDeath".freeze, "Add hasEventRelatedLocation/Event/Artefact/BusinessObject/Event".freeze, "Add hasImageCodec as subproperty of hasCodec.".freeze, "Add hasLocationRelatedAsset.".freeze, "Add hasProducer as subproperty of hasContributor.".freeze, "Add hasRelatedPublicationChannel to PublicationEvent".freeze, "Add hasRelatedPublicationChannel with domain PublicationEvent.".freeze, "Add isAgent relation".freeze, "Add isDistributedOn with domain EditorialObject and range string or Platform.".freeze, "Add isPartOf with domain Part and range EditorialObject.".freeze, "Add missing artefactBrand.".freeze, "Add missing class Element.".freeze, "Add missing relations from EBUCore schema: has/isParent, has/isChild, has/isMaster...".freeze, "Add new class UsageRestriction as subclass of Rights.".freeze, "Add personName for compound names".freeze, "Add relation hasRelatedAsset with domain BusinessObject.".freeze, "Add rightsStart/EndDateTime and righst Duration.".freeze, "Add rightsTerritory/includes/Excludes.".freeze, "Add tag as a subproperty of description to provide tags.".freeze, "Add timeCreated to BusinessObject and Resource".freeze, "Add totalNumberOfgroupMembers with domain Group and totalNumberOfEpisodes with domain Series or Season.".freeze, "Change AudioChannelPurpoose into AudioTrackPurpose, a subclass of skos:Concept.".freeze, "Change Domain of isAgent from Cast to Agent.".freeze, "Change artefactPriceCurrency into hasArtefactPriceCurrency to allow using Concept / currency codes.".freeze, "Change countryOfResidence and agentNationality into hasAgentCountryOfResidence and hasAgentNationality".freeze, "Change domain of seasonNumber to EditorialObject for more flexibility in implementation.".freeze, "Change hasEvent and hasLocation into hasRelatedEVent and hasRelatedLocation.".freeze, "Correction: empty range for hasRelatedEvent and hasRelatedLocation".freeze, "Define Resource and BusinessObject as subclass of Asset. Add properties hasAssetRelatedResource, hasAssetRelatedBusinessObject and hasAssetEditorialObject (for harmonisation with CCDM).".freeze, "Enrich list of EOs from CCDM school discussion e.g. BreakingNewsItem...".freeze, "Move Character as subclass of Agent to allow characters other than persons (e.g. animals)".freeze, "Move cast, crew, staff as subclasses of Agent.".freeze, "Remove placeOfBirth and placeOfDeath in conflict with hasPlaceOfBirth and hasPlaceofDeath".freeze, "Replace AudioChannel with AudioObject for better ADM compliance. Change AudioChannelPurpose into AudioTrackPurpose, Change audioChannelNumber into audioTrackNumber. Add a relation hasRelatedAudioObject with domain MediaResource.".freeze, "Version draft 1.9".freeze],
24
+ "owl:versionInfo": ["Add AudioProgrammeType, AudioContentType, TextLineType as\n sub-classes of Concept and associated hasxxx properties.".freeze, "Add Award (for BO/EO, Contributor) and associated\n properties.".freeze, "Add Licensing as a subclass of Rights".freeze, "Add Locator class.".freeze, "Add Person weight and height.".freeze, "Add Platform as a subclass of Service.".freeze, "Add agentFee and agentAge.".freeze, "Add agentPreviousName.".freeze, "Add agentRelatedInformationLink and\n agentRelatedPressLink.".freeze, "Add artefactComment.".freeze, "Add dateOfRetirement".freeze, "Add dateProduced with domain Resource or\n BusinessObject.".freeze, "Add ebucore:placeOfDeath as subproperty of\n core:placeOfDeath".freeze, "Add firstShowingThisService with domain\n PublicationEvent.".freeze, "Add flag midRollAdAllowed with domain Essence.".freeze, "Add geoblocking, licensing, copyright, targetPlatform as a\n subproperties of description as a shortcut to provide such usage restrictions without the\n heavy use of asset.".freeze, "Add hasAgentBiography".freeze, "Add hasAgentRelatedArtefact".freeze, "Add hasArtefactRelatedLocation.".freeze, "Add hasBeenAwarded with domain Agent.".freeze, "Add hasCountryOfBirth and hasCountryOfDeath".freeze, "Add hasImageCodec as subproperty of hasCodec.".freeze, "Add hasLocationRelatedAsset.".freeze, "Add hasProducer as subproperty of\n hasContributor.".freeze, "Add hasRelatedPublicationChannel to\n PublicationEvent".freeze, "Add hasRelatedPublicationChannel with domain\n PublicationEvent.".freeze, "Add isAgent relation".freeze, "Add isDistributedOn with domain EditorialObject and range string\n or Platform.".freeze, "Add isPartOf with domain Part and range\n EditorialObject.".freeze, "Add missing artefactBrand.".freeze, "Add missing class Element.".freeze, "Add missing relations from EBUCore schema: has/isParent,\n has/isChild, has/isMaster...".freeze, "Add new Relation class to describe complex\n relations.".freeze, "Add new class UsageRestriction as subclass of\n Rights.".freeze, "Add personName for compound names".freeze, "Add relation hasRelatedAsset with domain\n BusinessObject.".freeze, "Add rightsStart/EndDateTime and righst\n Duration.".freeze, "Add rightsTerritory/includes/Excludes.".freeze, "Add tag as a subproperty of description to provide\n tags.".freeze, "Add timeCreated to BusinessObject and Resource".freeze, "Add totalNumberOfgroupMembers with domain Group and\n totalNumberOfEpisodes with domain Series or Season.".freeze, "Add\n hasEventRelatedLocation/Event/Artefact/BusinessObject/Event".freeze, "Change AudioChannelPurpoose into AudioTrackPurpose, a subclass of\n skos:Concept.".freeze, "Change Domain of isAgent from Cast to Agent.".freeze, "Change artefactPriceCurrency into hasArtefactPriceCurrency to\n allow using Concept / currency codes.".freeze, "Change countryOfResidence and agentNationality into\n hasAgentCountryOfResidence and hasAgentNationality".freeze, "Change domain of seasonNumber to EditorialObject for more\n flexibility in implementation.".freeze, "Change hasEvent and hasLocation into hasRelatedEVent and\n hasRelatedLocation.".freeze, "Change partType into hasPartType. Same with publicationEventType,\n and resourceType.".freeze, "Correction: empty range for hasRelatedEvent and\n hasRelatedLocation".freeze, "Define Resource and BusinessObject as subclass of Asset. Add\n properties hasAssetRelatedResource, hasAssetRelatedBusinessObject and hasAssetEditorialObject\n (for harmonisation with CCDM).".freeze, "Enrich list of EOs from CCDM school discussion e.g.\n BreakingNewsItem...".freeze, "For more information:\n https://docs.google.com/spreadsheets/d/1UlgGP6y4OUd42zvMMNqwuRGwR9F3FTmZDBNGtCt4naE/edit#gid=1207986909.".freeze, "Move Character as subclass of Agent to allow characters other\n than persons (e.g. animals)".freeze, "Move cast, crew, staff as subclasses of Agent.".freeze, "Remove placeOfBirth and placeOfDeath in conflict with\n hasPlaceOfBirth and hasPlaceofDeath".freeze, "Replace AudioChannel with AudioObject for better ADM compliance.\n Change AudioChannelPurpose into AudioTrackPurpose, Change audioChannelNumber into\n audioTrackNumber. Add a relation hasRelatedAudioObject with domain\n MediaResource.".freeze, "Version draft 1.9".freeze],
25
25
  type: "owl:Ontology".freeze,
26
26
  "vs:term_status": "stable".freeze
27
27
 
@@ -41,7 +41,8 @@ module RDF::Vocab
41
41
  subClassOf: "ebucore:Format".freeze,
42
42
  type: "rdfs:Class".freeze
43
43
  term :Affiliation,
44
- comment: %(An Organisation to which a Contact is affiliated \(with period of validity\).).freeze,
44
+ comment: %(An Organisation to which a Contact is affiliated \(with period of
45
+ validity\).).freeze,
45
46
  label: "Affiliation".freeze,
46
47
  subClassOf: "ebucore:Organisation".freeze,
47
48
  type: "rdfs:Class".freeze
@@ -51,30 +52,29 @@ module RDF::Vocab
51
52
  subClassOf: "dc:Agent".freeze,
52
53
  type: "rdfs:Class".freeze
53
54
  term :AncillaryData,
54
- comment: %(Any ancillary data provided with the content
55
- other than captioning and subtitling.).freeze,
55
+ comment: %(Any ancillary data provided with the content other than captioning
56
+ and subtitling.).freeze,
56
57
  label: "Ancillary data".freeze,
57
58
  subClassOf: "ebucore:DataTrack".freeze,
58
59
  type: "rdfs:Class".freeze
59
60
  term :AncillaryDataFormat,
60
- comment: %(To define the format of AncillaryData such as
61
- legacy data used to be carried in vertical blanking intervals. This is provided as free
62
- text in an annotation label or as an identifier pointing to a term in a classification
63
- scheme.).freeze,
61
+ comment: %(To define the format of AncillaryData such as legacy data used to be
62
+ carried in vertical blanking intervals. This is provided as free text in an annotation label
63
+ or as an identifier pointing to a term in a classification scheme.).freeze,
64
64
  label: "Ancillary data format".freeze,
65
65
  subClassOf: "ebucore:DataFormat".freeze,
66
66
  type: "rdfs:Class".freeze
67
67
  term :Artefact,
68
- comment: %(To identify and describe artefacts used in a production \(on and behind the stage\).).freeze,
68
+ comment: %(To identify and describe artefacts used in a production \(on and
69
+ behind the stage\).).freeze,
69
70
  label: "Artefact".freeze,
70
71
  subClassOf: "ebucore:BusinessObject".freeze,
71
72
  type: "rdfs:Class".freeze
72
73
  term :Asset,
73
- comment: %(The Class "Asset" is an
74
- object to which an identifier will be associated at commissioning. It will serve as a
75
- central reference point to manage rights associated to EditorialObjects, Resources,
76
- MediaResources or Essences, and PublicationEvents \(distribution and exploitation
77
- conditions\).).freeze,
74
+ comment: %(The Class "Asset" is an object to which an identifier will be
75
+ associated at commissioning. It will serve as a central reference point to manage rights
76
+ associated to EditorialObjects, Resources, MediaResources or Essences, and PublicationEvents
77
+ \(distribution and exploitation conditions\).).freeze,
78
78
  label: "Asset".freeze,
79
79
  subClassOf: "owl:Thing".freeze,
80
80
  type: "rdfs:Class".freeze
@@ -84,16 +84,17 @@ module RDF::Vocab
84
84
  subClassOf: "ebucore:Type".freeze,
85
85
  type: "rdfs:Class".freeze
86
86
  term :AudienceLevel,
87
- comment: [%(The target audience \(target region, target
88
- audience category but also parental guidance recommendation\) for which the media
89
- resource is intended.).freeze, %(This is provided as free text in an annotation
90
- label or as an identifier pointing to a term in a classification scheme.).freeze],
87
+ comment: [%(The target audience \(target region, target audience category but
88
+ also parental guidance recommendation\) for which the media resource is
89
+ intended.).freeze, %(This is provided as free text in an annotation label or as an
90
+ identifier pointing to a term in a classification scheme.).freeze],
91
91
  label: "Target audience".freeze,
92
92
  subClassOf: "ebucore:Rating".freeze,
93
93
  type: "rdfs:Class".freeze
94
94
  term :AudienceRating,
95
- comment: %(The audience by which the Resource can be
96
- seen according to ratings like MPAA \(http://en.wikipedia.org/wiki/Motion_picture_rating_system\) or other organisational / national / local standards.).freeze,
95
+ comment: %(The audience by which the Resource can be seen according to ratings
96
+ like MPAA \(http://en.wikipedia.org/wiki/Motion_picture_rating_system\) or other organisational
97
+ / national / local standards.).freeze,
97
98
  label: "Audience rating".freeze,
98
99
  subClassOf: "ebucore:Rating".freeze,
99
100
  type: "rdfs:Class".freeze
@@ -103,13 +104,18 @@ module RDF::Vocab
103
104
  subClassOf: "ebucore:Codec".freeze,
104
105
  type: "rdfs:Class".freeze
105
106
  term :AudioContent,
106
- comment: %(An audioContent defines one component of a programme \(e.g. background
107
- music\), its association with an audioGroup \(e.g. a 2.0 audioPackFormat of
108
- audioChannelFormats for stereo reproduction\), its association with an
109
- audioStreamFormat, and its set of loudness parameters.).freeze,
107
+ comment: %(An audioContent defines one component of a programme \(e.g.
108
+ background music\), its association with an audioGroup \(e.g. a 2.0 audioPackFormat of
109
+ audioChannelFormats for stereo reproduction\), its association with an audioStreamFormat,
110
+ and its set of loudness parameters.).freeze,
110
111
  label: "Audio content".freeze,
111
- subClassOf: "ebucore:AudioProgramme".freeze,
112
+ subClassOf: "ebucore:Programme".freeze,
112
113
  type: "rdfs:Class".freeze
114
+ term :AudioContentType,
115
+ comment: %(to define a type of AudioContent.).freeze,
116
+ label: "Audio content type".freeze,
117
+ subClassOf: "skos:Concept".freeze,
118
+ type: "owl:Class".freeze
113
119
  term :AudioDescription,
114
120
  comment: %(A Track containing audio description.).freeze,
115
121
  label: "Audio description".freeze,
@@ -125,35 +131,42 @@ module RDF::Vocab
125
131
  subClassOf: "ebucore:Essence".freeze,
126
132
  type: "rdfs:Class".freeze
127
133
  term :AudioProgramme,
128
- comment: %(A set of one or more audioContent that derive from the same material,
129
- i.e. an audioMultiplex, and the definition of its multiplexed audioContents \(e.g.
130
- foreground and commentary, background music\).).freeze,
134
+ comment: %(A set of one or more audioContent that derive from the same
135
+ material, i.e. an audioMultiplex, and the definition of its multiplexed audioContents
136
+ \(e.g. foreground and commentary, background music\).).freeze,
131
137
  label: "Audio programme".freeze,
132
138
  subClassOf: "ebucore:Programme".freeze,
133
139
  type: "rdfs:Class".freeze
140
+ term :AudioProgrammeType,
141
+ comment: %(to define a type of AudioProgramme.).freeze,
142
+ label: "Audio programme type".freeze,
143
+ subClassOf: "skos:Concept".freeze,
144
+ type: "owl:Class".freeze
134
145
  term :AudioStream,
135
- comment: %(An audioStreamFormat describes a decodable signal - PCM signal or a Dolby E stream for example. It is composed of one or more AudioTracks.).freeze,
146
+ comment: %(An audioStreamFormat describes a decodable signal - PCM signal or a
147
+ Dolby E stream for example. It is composed of one or more AudioTracks.).freeze,
136
148
  label: "Audio stream".freeze,
137
149
  subClassOf: "ebucore:Stream".freeze,
138
150
  type: "rdfs:Class".freeze
139
151
  term :AudioTrack,
140
- comment: [%(An audioTrack is the basic audio data container of a medium. Attribute is
141
- an unambiguous reference to this container in a given medium.).freeze, %(An audioTrack object defines a component of an audioStream.
142
- A single set of samples or data in the storage medium.).freeze, %(Represents a physical container or carrier to hold an audio stream. This
143
- should be usually defined by many attributes such as ID, format \(e.g. 48 kHz/24
144
- bits\), linkage information \(e.g. odd/even\)…).freeze],
152
+ comment: [%(An audioTrack is the basic audio data container of a medium.
153
+ Attribute is an unambiguous reference to this container in a given medium.).freeze, %(An audioTrack object defines a component of an audioStream. A
154
+ single set of samples or data in the storage medium.).freeze, %(Represents a physical container or carrier to hold an audio stream.
155
+ This should be usually defined by many attributes such as ID, format \(e.g. 48 kHz/24
156
+ bits\), linkage information \(e.g. odd/even\)…).freeze],
145
157
  label: "Audio track".freeze,
146
158
  subClassOf: "ebucore:Track".freeze,
147
159
  type: "rdfs:Class".freeze
148
160
  term :AudioTrackPurpose,
149
- comment: %(To describe the purpose of an AudioTrack e.g. dubbing.).freeze,
161
+ comment: %(To describe the purpose of an AudioTrack e.g.
162
+ dubbing.).freeze,
150
163
  label: "Audio track purpose".freeze,
151
164
  subClassOf: "skos:Concept".freeze,
152
165
  type: "rdfs:Class".freeze
153
166
  term :Award,
154
167
  label: "Award".freeze,
155
168
  subClassOf: "owl:Thing".freeze,
156
- type: "owl:Class".freeze
169
+ type: "rdfs:Class".freeze
157
170
  term :BMContent,
158
171
  comment: %(The FIMS BMContent.).freeze,
159
172
  label: "BMContent".freeze,
@@ -175,8 +188,8 @@ module RDF::Vocab
175
188
  subClassOf: "ebucore:BusinessObject".freeze,
176
189
  type: "rdfs:Class".freeze
177
190
  term :Brand,
178
- comment: %(A group of EditorialObjects having a Brand as a
179
- common denominator.).freeze,
191
+ comment: %(A group of EditorialObjects having a Brand as a common
192
+ denominator.).freeze,
180
193
  label: "Brand".freeze,
181
194
  subClassOf: "ebucore:Group".freeze,
182
195
  type: "rdfs:Class".freeze
@@ -185,32 +198,34 @@ module RDF::Vocab
185
198
  subClassOf: "ebucore:Item".freeze,
186
199
  type: "rdfs:Class".freeze
187
200
  term :BusinessObject,
188
- comment: %(An image, a document, an annotation
189
- \(descriptive textual metadata or audio/video tag\), a tag \(time related in audiovisual
190
- media resources\), or an audiovisual media resource \(optionally composed of one or more
191
- fragment / part and / or audio, video data tracks\). Other types of BusinessObjects may
192
- be defined as subclasses.).freeze,
201
+ comment: %(An image, a document, an annotation \(descriptive textual metadata or
202
+ audio/video tag\), a tag \(time related in audiovisual media resources\), or an audiovisual media
203
+ resource \(optionally composed of one or more fragment / part and / or audio, video data
204
+ tracks\). Other types of BusinessObjects may be defined as subclasses.).freeze,
193
205
  label: "Business Object".freeze,
194
206
  "owl:disjointWith": "ebucore:Resource".freeze,
195
207
  subClassOf: "ebucore:Asset".freeze,
196
208
  type: "rdfs:Class".freeze
209
+ term :BusinessObjectType,
210
+ comment: %(To define a type of business object.).freeze,
211
+ label: "Business object type".freeze,
212
+ subClassOf: "skos:Concept".freeze,
213
+ type: "rdfs:Class".freeze
197
214
  term :Captioning,
198
- comment: %(To signal the presence of hard of hearing
199
- captioning.).freeze,
215
+ comment: %(To signal the presence of hard of hearing captioning.).freeze,
200
216
  label: "Captioning".freeze,
201
217
  subClassOf: "ebucore:DataTrack".freeze,
202
218
  type: "rdfs:Class".freeze
203
219
  term :CaptioningFormat,
204
- comment: %(To define the format of captioning.
205
- Captioning's main use isfor hard of hearing transcription. This is provided as
206
- free text in an annotation label or as an identifier pointing to a term in a
207
- classification scheme.).freeze,
220
+ comment: %(To define the format of captioning. Captioning's main use isfor hard
221
+ of hearing transcription. This is provided as free text in an annotation label or as an
222
+ identifier pointing to a term in a classification scheme.).freeze,
208
223
  label: "Captioning format".freeze,
209
224
  subClassOf: "ebucore:DataFormat".freeze,
210
225
  type: "rdfs:Class".freeze
211
226
  term :Cast,
212
- comment: %(A member of the cast list \(a list of performers/actors and associated fictitious
213
- characters\).).freeze,
227
+ comment: %(A member of the cast list \(a list of performers/actors and
228
+ associated fictitious characters\).).freeze,
214
229
  label: "Cast member".freeze,
215
230
  subClassOf: "ebucore:Agent".freeze,
216
231
  type: "rdfs:Class".freeze
@@ -225,14 +240,12 @@ module RDF::Vocab
225
240
  subClassOf: "skos:Concept".freeze,
226
241
  type: "rdfs:Class".freeze
227
242
  term :ClosedCaptions,
228
- comment: %(Closed captioning is provided as separate
229
- content.).freeze,
243
+ comment: %(Closed captioning is provided as separate content.).freeze,
230
244
  label: "Closed caption".freeze,
231
245
  subClassOf: "ebucore:Captioning".freeze,
232
246
  type: "rdfs:Class".freeze
233
247
  term :ClosedSubtitling,
234
- comment: %(Closed subtitles are provided as separate
235
- content.).freeze,
248
+ comment: %(Closed subtitles are provided as separate content.).freeze,
236
249
  label: "Closed subtitling".freeze,
237
250
  subClassOf: "ebucore:Subtitling".freeze,
238
251
  type: "rdfs:Class".freeze
@@ -242,18 +255,16 @@ module RDF::Vocab
242
255
  subClassOf: "owl:Thing".freeze,
243
256
  type: "rdfs:Class".freeze
244
257
  term :Collection,
245
- comment: %(A group of EditorialObjects. There can be many
246
- types of collections for which specific sub-classes should be defined. In the worl of
247
- archives, A collection corresponds to all items belonging to an individual /
248
- collector.).freeze,
258
+ comment: %(A group of EditorialObjects. There can be many types of collections
259
+ for which specific sub-classes should be defined. In the worl of archives, A collection
260
+ corresponds to all items belonging to an individual / collector.).freeze,
249
261
  label: "Collection".freeze,
250
262
  subClassOf: "ebucore:Group".freeze,
251
263
  type: "rdfs:Class".freeze
252
264
  term :ColourSpace,
253
- comment: %(The CoulourSpace of a VideoResource. A
254
- ColourSpace is defined as free text in an annotation label or as an identifier pointing
255
- to a term in a classification scheme such as
256
- http://www.ebu.ch/metadata/ontologies/skos/ebu_ColourCodeCS.rdf.).freeze,
265
+ comment: %(The CoulourSpace of a VideoResource. A ColourSpace is defined as
266
+ free text in an annotation label or as an identifier pointing to a term in a classification
267
+ scheme such as http://www.ebu.ch/metadata/ontologies/skos/ebu_ColourCodeCS.rdf.).freeze,
257
268
  label: "Colour space".freeze,
258
269
  subClassOf: "ebucore:Format".freeze,
259
270
  type: "rdfs:Class".freeze
@@ -263,7 +274,8 @@ module RDF::Vocab
263
274
  subClassOf: "ebucore:Type".freeze,
264
275
  type: "rdfs:Class".freeze
265
276
  term :Component,
266
- comment: %(A component e.g. audio, video, data or else or a MediaResource or Essence.).freeze,
277
+ comment: %(A component e.g. audio, video, data or else or a MediaResource or
278
+ Essence.).freeze,
267
279
  label: "Component".freeze,
268
280
  subClassOf: "ebucore:Essence".freeze,
269
281
  type: "rdfs:Class".freeze
@@ -278,26 +290,27 @@ module RDF::Vocab
278
290
  subClassOf: "ebucore:EncodingFormat".freeze,
279
291
  type: "rdfs:Class".freeze
280
292
  term :ContainerMimeType,
281
- comment: %(The definition of the container if available as
282
- a MIME type. This is provided as free text in an annotation label or as an identifier
283
- pointing to a term in a classification scheme. For more information:
284
- http://www.iana.org/assignments/media-types/application/index.html.).freeze,
293
+ comment: %(The definition of the container if available as a MIME type. This is
294
+ provided as free text in an annotation label or as an identifier pointing to a term in a
295
+ classification scheme. For more information:
296
+ http://www.iana.org/assignments/media-types/application/index.html.).freeze,
285
297
  label: "Container Mime type".freeze,
286
298
  subClassOf: "ebucore:Format".freeze,
287
299
  type: "rdfs:Class".freeze
288
300
  term :ContentAlert,
289
- comment: %(To provide information about a particular type of content potentially sensitive.).freeze,
301
+ comment: %(To provide information about a particular type of content
302
+ potentially sensitive.).freeze,
290
303
  label: "Content alert".freeze,
291
304
  subClassOf: "ebucore:Type".freeze,
292
305
  type: "rdfs:Class".freeze
293
306
  term :Copyright,
294
- comment: %(To provide a copyright
295
- statement.).freeze,
307
+ comment: %(To provide a copyright statement.).freeze,
296
308
  label: "Copyright".freeze,
297
309
  subClassOf: "ebucore:Rights".freeze,
298
310
  type: "rdfs:Class".freeze
299
311
  term :Costume,
300
- comment: %(To identify and describe Costumes used in productions.).freeze,
312
+ comment: %(To identify and describe Costumes used in
313
+ productions.).freeze,
301
314
  label: "Costume".freeze,
302
315
  subClassOf: "ebucore:Artefact".freeze,
303
316
  type: "rdfs:Class".freeze
@@ -307,8 +320,8 @@ module RDF::Vocab
307
320
  subClassOf: "skos:Concept".freeze,
308
321
  type: "rdfs:Class".freeze
309
322
  term :CoverageRestrictions,
310
- comment: %(To provide information on possible restrictions
311
- regarding the temporal and spatial coverage for publication.).freeze,
323
+ comment: %(To provide information on possible restrictions regarding the
324
+ temporal and spatial coverage for publication.).freeze,
312
325
  label: "Coverage restrictions".freeze,
313
326
  subClassOf: "ebucore:Rights".freeze,
314
327
  type: "rdfs:Class".freeze
@@ -328,80 +341,81 @@ module RDF::Vocab
328
341
  subClassOf: "skos:Concept".freeze,
329
342
  type: "rdfs:Class".freeze
330
343
  term :DataFormat,
331
- comment: %(To provide addtional technical information on
332
- the characteristics of data streams in a MediaResource including but not limited to
333
- AncillaryData, Subtilting and Captioning. Additional specific data format may be defined
334
- as subclasses of DataFormat.).freeze,
344
+ comment: %(To provide addtional technical information on the characteristics of
345
+ data streams in a MediaResource including but not limited to AncillaryData, Subtilting and
346
+ Captioning. Additional specific data format may be defined as subclasses of
347
+ DataFormat.).freeze,
335
348
  label: "Data format".freeze,
336
349
  subClassOf: "ebucore:Format".freeze,
337
350
  type: "rdfs:Class".freeze
338
351
  term :DataTrack,
339
- comment: %(Ancillary data track e.g. ¨captioning"
340
- or "subtitling" in addition to video and audio tracks.).freeze,
352
+ comment: %(Ancillary data track e.g. ¨captioning" or "subtitling" in addition
353
+ to video and audio tracks.).freeze,
341
354
  label: "Data track".freeze,
342
355
  subClassOf: "ebucore:Track".freeze,
343
356
  type: "rdfs:Class".freeze
344
357
  term :Department,
345
- comment: %(A department within and
346
- organisation.).freeze,
358
+ comment: %(A department within and organisation.).freeze,
347
359
  label: "Department".freeze,
348
360
  subClassOf: "ebucore:Organisation".freeze,
349
361
  type: "rdfs:Class".freeze
350
362
  term :DepictedEvent,
351
- comment: %(A DepictedEVent is fictitious or historical or
352
- other sort of Event that the content of the BusinessObject or resource relates
353
- to.).freeze,
363
+ comment: %(A DepictedEVent is fictitious or historical or other sort of Event
364
+ that the content of the BusinessObject or resource relates to.).freeze,
354
365
  label: "Depicted Event".freeze,
355
366
  subClassOf: "ebucore:Event".freeze,
356
367
  type: "rdfs:Class".freeze
357
368
  term :Disclaimer,
358
- comment: %(To provide a disclaimer of any
359
- form.).freeze,
369
+ comment: %(To provide a disclaimer of any form.).freeze,
360
370
  label: "Disclaimer".freeze,
361
371
  subClassOf: "ebucore:Rights".freeze,
362
372
  type: "rdfs:Class".freeze
363
373
  term :Document,
364
- comment: %(To describe a publication in the form of a
365
- document e.g. a html webpage \(news item\) or a pdf document e.g. a script.).freeze,
374
+ comment: %(To describe a publication in the form of a document e.g. a html
375
+ webpage \(news item\) or a pdf document e.g. a script.).freeze,
366
376
  label: "Document".freeze,
367
377
  subClassOf: "ebucore:Resource".freeze,
368
378
  type: "rdfs:Class".freeze
369
379
  term :DocumentFormat,
370
- comment: %(To provide technical information about the
371
- format of a document such as the orientation. This is provided as free text in an
372
- annotation label or as an identifier pointing to a term in a classification
373
- scheme.).freeze,
380
+ comment: %(To provide technical information about the format of a document such
381
+ as the orientation. This is provided as free text in an annotation label or as an identifier
382
+ pointing to a term in a classification scheme.).freeze,
374
383
  label: "Document format".freeze,
375
384
  subClassOf: "ebucore:Format".freeze,
376
385
  type: "rdfs:Class".freeze
377
386
  term :Dopesheet,
378
- comment: %(Provides additional information about a NewsItem, e.g. date and place, subject.).freeze,
387
+ comment: %(Provides additional information about a NewsItem, e.g. date and
388
+ place, subject.).freeze,
379
389
  label: "Dopesheet".freeze,
380
390
  subClassOf: "ebucore:Document".freeze,
381
391
  type: "rdfs:Class".freeze
382
392
  term :EditorialObject,
383
- comment: %(In the audiovisual domain, the Class
384
- EditorialObject transforms a commissioned concept into an editorial definition of a
385
- MediaResource before fabrication \(in the Production Domain\) and Distribution \(in the
386
- Distribution Domain\). An EditorialObject is a set of descriptive metadata summarising
387
- e.g. editing decisions. An EditorialObject can also be a part of an EditorialObject,
388
- which is defined by its start time and duration. An EditorialObject can also be a group
389
- of EditorialObjects. For example a series composed of episodes is defined as an
390
- EditorialObject.).freeze,
393
+ comment: %(In the audiovisual domain, the Class EditorialObject transforms a
394
+ commissioned concept into an editorial definition of a MediaResource before fabrication \(in
395
+ the Production Domain\) and Distribution \(in the Distribution Domain\). An EditorialObject is a
396
+ set of descriptive metadata summarising e.g. editing decisions. An EditorialObject can also be
397
+ a part of an EditorialObject, which is defined by its start time and duration. An
398
+ EditorialObject can also be a group of EditorialObjects. For example a series composed of
399
+ episodes is defined as an EditorialObject.).freeze,
391
400
  label: "Editorial Object".freeze,
392
401
  subClassOf: "ebucore:BusinessObject".freeze,
393
402
  type: "rdfs:Class".freeze
403
+ term :EditorialObjectType,
404
+ comment: %(To define a type of editorial object.).freeze,
405
+ label: "Editorial object type".freeze,
406
+ subClassOf: "skos:Concept".freeze,
407
+ type: "rdfs:Class".freeze
394
408
  term :Emotion,
395
409
  comment: %(A class to log Emotions.).freeze,
396
410
  label: "Emotion".freeze,
397
411
  subClassOf: "owl:Thing".freeze,
398
412
  type: "rdfs:Class".freeze
399
413
  term :EncodingFormat,
400
- comment: %(To provide a definition of the encoding format
401
- for audio and video. This is provided as free text in an annotation label or as an
402
- identifier pointing to a term in a classification scheme e.g.
403
- http://www.ebu.ch/metadata/ontologies/skos/ebu_AudioCompressionCodeCS.rdf or
404
- http://www.ebu.ch/metadata/ontologies/skos/ebu_VideoCompressionCodeCS.rdf.).freeze,
414
+ comment: %(To provide a definition of the encoding format for audio and video.
415
+ This is provided as free text in an annotation label or as an identifier pointing to a term in
416
+ a classification scheme e.g.
417
+ http://www.ebu.ch/metadata/ontologies/skos/ebu_AudioCompressionCodeCS.rdf or
418
+ http://www.ebu.ch/metadata/ontologies/skos/ebu_VideoCompressionCodeCS.rdf.).freeze,
405
419
  label: "Encoding".freeze,
406
420
  subClassOf: "ebucore:Format".freeze,
407
421
  type: "rdfs:Class".freeze
@@ -410,21 +424,21 @@ module RDF::Vocab
410
424
  subClassOf: "ebucore:EditorialObject".freeze,
411
425
  type: "rdfs:Class".freeze
412
426
  term :Essence,
413
- comment: %(Essence is content ready for distribution. Essence can become a MediaResource in further production processes.).freeze,
427
+ comment: %(Essence is content ready for distribution. Essence can become a
428
+ MediaResource in further production processes.).freeze,
414
429
  label: "Essence".freeze,
415
430
  subClassOf: "ebucore:MediaResource".freeze,
416
431
  type: "rdfs:Class".freeze
417
432
  term :Event,
418
- comment: [%(Additional types of event shall be defined as
419
- new sub-classes of event.).freeze, %(An event related to the media resource, e.g.
420
- depicted in the resource \(possibly fictional\), etc.).freeze],
433
+ comment: [%(Additional types of event shall be defined as new sub-classes of
434
+ event.).freeze, %(An event related to the media resource, e.g. depicted in the
435
+ resource \(possibly fictional\), etc.).freeze],
421
436
  equivalentClass: "http://www.bbc.co.uk/ontologies/coreconcepts/Event".freeze,
422
437
  label: "Event".freeze,
423
438
  subClassOf: "owl:Thing".freeze,
424
439
  type: "rdfs:Class".freeze
425
440
  term :ExploitationIssues,
426
- comment: %(To highlight potential exploitation
427
- issues.).freeze,
441
+ comment: %(To highlight potential exploitation issues.).freeze,
428
442
  label: "Exploitation issues".freeze,
429
443
  subClassOf: "ebucore:Rights".freeze,
430
444
  type: "rdfs:Class".freeze
@@ -449,15 +463,15 @@ module RDF::Vocab
449
463
  subClassOf: "ebucore:Organisation".freeze,
450
464
  type: "rdfs:Class".freeze
451
465
  term :FictionalPerson,
452
- comment: %(To describe a fictional Person, e.g. a character in a drama.).freeze,
466
+ comment: %(To describe a fictional Person, e.g. a character in a
467
+ drama.).freeze,
453
468
  label: "Fictional person".freeze,
454
469
  subClassOf: "ebucore:Person".freeze,
455
470
  type: "rdfs:Class".freeze
456
471
  term :FileFormat,
457
- comment: %(A file format for Resources other than
458
- audiovisual resources. The format is defined as free text or pointing at a term in a
459
- classification scheme e.g.
460
- http://www.ebu.ch/metadata/ontologies/skos/ebu_FileFormatCS.rdf.).freeze,
472
+ comment: %(A file format for Resources other than audiovisual resources. The
473
+ format is defined as free text or pointing at a term in a classification scheme e.g.
474
+ http://www.ebu.ch/metadata/ontologies/skos/ebu_FileFormatCS.rdf.).freeze,
461
475
  label: "File format".freeze,
462
476
  subClassOf: "ebucore:Format".freeze,
463
477
  type: "rdfs:Class".freeze
@@ -467,36 +481,35 @@ module RDF::Vocab
467
481
  subClassOf: "ebucore:Artefact".freeze,
468
482
  type: "rdfs:Class".freeze
469
483
  term :Format,
470
- comment: %(The format provides technical information on
471
- the format of a Resource. A BusinessObject can be instantiated in a variety of Resources
472
- each in a particular Format. Other specific data formats may be defined as subclasses of
473
- format.).freeze,
484
+ comment: %(The format provides technical information on the format of a
485
+ Resource. A BusinessObject can be instantiated in a variety of Resources each in a particular
486
+ Format. Other specific data formats may be defined as subclasses of format.).freeze,
474
487
  label: "Format".freeze,
475
488
  subClassOf: "skos:Concept".freeze,
476
489
  type: "rdfs:Class".freeze
477
490
  term :Generation,
478
- comment: %(Identifies the generation of a version of a resource, i.e. master, edit master, distribution copy, etc.).freeze,
491
+ comment: %(Identifies the generation of a version of a resource, i.e. master,
492
+ edit master, distribution copy, etc.).freeze,
479
493
  label: "Generation".freeze,
480
494
  subClassOf: "ebucore:Format".freeze,
481
495
  type: "rdfs:Class".freeze
482
496
  term :Genre,
483
- comment: %(This class shall be used to provide information
484
- on the genre of the BusinessObject or Resource. This is provided as free text in an
485
- annotation label or as an identifier pointing to a term in a classification scheme e.g.
486
- http://www.ebu.ch/metadata/ontologies/skos/ebu_ContentGenreCS.rdf or
487
- http://www.ebu.ch/metadata/ontologies/skos/ebu_EditorialFormatCodeCS.rdf.).freeze,
497
+ comment: %(This class shall be used to provide information on the genre of the
498
+ BusinessObject or Resource. This is provided as free text in an annotation label or as an
499
+ identifier pointing to a term in a classification scheme e.g.
500
+ http://www.ebu.ch/metadata/ontologies/skos/ebu_ContentGenreCS.rdf or
501
+ http://www.ebu.ch/metadata/ontologies/skos/ebu_EditorialFormatCodeCS.rdf.).freeze,
488
502
  label: "Genre".freeze,
489
503
  subClassOf: "ebucore:Type".freeze,
490
504
  type: "rdfs:Class".freeze
491
505
  term :Group,
492
- comment: %(To define a collection / group of media
493
- resources, for example a series made of episodes.).freeze,
506
+ comment: %(To define a collection / group of media resources, for example a
507
+ series made of episodes.).freeze,
494
508
  label: "Group".freeze,
495
509
  subClassOf: "ebucore:EditorialObject".freeze,
496
510
  type: "rdfs:Class".freeze
497
511
  term :IPRRestrictions,
498
- comment: %(To provide information on intellectual
499
- property.).freeze,
512
+ comment: %(To provide information on intellectual property.).freeze,
500
513
  label: "IPR restrictions".freeze,
501
514
  subClassOf: "ebucore:Rights".freeze,
502
515
  type: "rdfs:Class".freeze
@@ -506,21 +519,21 @@ module RDF::Vocab
506
519
  subClassOf: "owl:Thing".freeze,
507
520
  type: "rdfs:Class".freeze
508
521
  term :Image,
509
- comment: %(A still image / thumbnail / key frame / logo
510
- related to the media resource or being the media resource itself.).freeze,
522
+ comment: %(A still image / thumbnail / key frame / logo related to the media
523
+ resource or being the media resource itself.).freeze,
511
524
  label: "Image".freeze,
512
525
  subClassOf: "ebucore:BusinessObject".freeze,
513
526
  type: "rdfs:Class".freeze
514
527
  term :ImageFormat,
515
- comment: %(To provide technical information about the
516
- format of an image such as the orientation. This is provided as free text in an
517
- annotation label or as an identifier pointing to a term in a classification
518
- scheme.).freeze,
528
+ comment: %(To provide technical information about the format of an image such
529
+ as the orientation. This is provided as free text in an annotation label or as an identifier
530
+ pointing to a term in a classification scheme.).freeze,
519
531
  label: "Image format".freeze,
520
532
  subClassOf: "ebucore:Format".freeze,
521
533
  type: "rdfs:Class".freeze
522
534
  term :IntentionCode,
523
- comment: %(To indicate the purpose for which content was created.).freeze,
535
+ comment: %(To indicate the purpose for which content was
536
+ created.).freeze,
524
537
  label: "Intention code".freeze,
525
538
  subClassOf: "ebucore:Type".freeze,
526
539
  type: "rdfs:Class".freeze
@@ -545,24 +558,23 @@ module RDF::Vocab
545
558
  subClassOf: "ebucore:KeyEvent".freeze,
546
559
  type: "rdfs:Class".freeze
547
560
  term :Keyframe,
548
- comment: %(A key frame is a frame extarcted from video,
549
- e.g. representative of a part of a MediaResource.).freeze,
561
+ comment: %(A key frame is a frame extarcted from video, e.g. representative of
562
+ a part of a MediaResource.).freeze,
550
563
  label: "key frame".freeze,
551
564
  subClassOf: "ebucore:Picture".freeze,
552
565
  type: "rdfs:Class".freeze
553
566
  term :Keyword,
554
- comment: %(To proivde keywords and define key concepts
555
- illustrating the content of the Resource or EditorialObject. This is provided as free
556
- text in an annotation label or as an identifier pointing to a term in a classification
557
- scheme.).freeze,
567
+ comment: %(To proivde keywords and define key concepts illustrating the content
568
+ of the Resource or EditorialObject. This is provided as free text in an annotation label or as
569
+ an identifier pointing to a term in a classification scheme.).freeze,
558
570
  label: "Keyword".freeze,
559
571
  subClassOf: "skos:Concept".freeze,
560
572
  type: "rdfs:Class".freeze
561
573
  term :Language,
562
- comment: %(To provide information on languages present in
563
- the BusinessObject and its purpose. This is provided as free text in an annotation label
564
- or as an identifier pointing to a term in a classification scheme.Other language
565
- specific types may be added as subclasses of language.).freeze,
574
+ comment: %(To provide information on languages present in the BusinessObject
575
+ and its purpose. This is provided as free text in an annotation label or as an identifier
576
+ pointing to a term in a classification scheme.Other language specific types may be added as
577
+ subclasses of language.).freeze,
566
578
  label: "Language".freeze,
567
579
  subClassOf: "skos:Concept".freeze,
568
580
  type: "rdfs:Class".freeze
@@ -574,47 +586,51 @@ module RDF::Vocab
574
586
  subClassOf: "ebucore:Resource".freeze,
575
587
  type: "rdfs:Class".freeze
576
588
  term :Location,
577
- comment: [%(A location related to the media resource, e.g.
578
- depicted in the resource \(possibly fictional\) or where the resource was created
579
- \(shooting location\), etc.).freeze, %(A type of location is defined as a sub-class of
580
- location.).freeze, %(This is provided as free text in an annotation
581
- label or as an identifier pointing to a term in a classification scheme.).freeze],
589
+ comment: [%(A location related to the media resource, e.g. depicted in the
590
+ resource \(possibly fictional\) or where the resource was created \(shooting location\),
591
+ etc.).freeze, %(A type of location is defined as a sub-class of
592
+ location.).freeze, %(This is provided as free text in an annotation label or as an
593
+ identifier pointing to a term in a classification scheme.).freeze],
582
594
  equivalentClass: "http://www.bbc.co.uk/ontologies/coreconcepts/Place".freeze,
583
595
  label: "Location".freeze,
584
596
  subClassOf: "owl:Thing".freeze,
585
597
  type: "rdfs:Class".freeze
586
598
  term :Locator,
587
- comment: [%(Custom attributes are to be associated by implementers.).freeze, %(To provide information about complex locators.).freeze],
599
+ comment: [%(Custom attributes are to be associated by
600
+ implementers.).freeze, %(To provide information about complex locators.).freeze],
588
601
  label: "Locator".freeze,
589
602
  subClassOf: "owl:Thing".freeze,
590
- type: "owl:Class".freeze
603
+ type: "rdfs:Class".freeze
591
604
  term :Logo,
592
- comment: %(A Logo allows to visually identify an
593
- organisation, publicationService, publicationChannel, or ratings /
594
- parentalGuidance).freeze,
605
+ comment: %(A Logo allows to visually identify an organisation,
606
+ publicationService, publicationChannel, or ratings / parentalGuidance).freeze,
595
607
  label: "Logo".freeze,
596
608
  subClassOf: "ebucore:Picture".freeze,
597
609
  type: "rdfs:Class".freeze
598
610
  term :MediaFragment,
599
- comment: %(A MediaFragment is a temporal or spatial segment of a resource identified by a MediaGragment URI \(http://www.w3.org/2008/WebVideo/Fragments/WD-media-fragments-spec/\).).freeze,
611
+ comment: %(A MediaFragment is a temporal or spatial segment of a resource
612
+ identified by a MediaGragment URI
613
+ \(http://www.w3.org/2008/WebVideo/Fragments/WD-media-fragments-spec/\).).freeze,
600
614
  label: "Media Fragment".freeze,
601
615
  subClassOf: "ebucore:MediaResource".freeze,
602
616
  type: "rdfs:Class".freeze
603
617
  term :MediaResource,
604
- comment: %(The use of MediaResource is reserved to
605
- 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\)).freeze,
618
+ comment: %(The use of MediaResource is reserved to audiovisual content. In a
619
+ production process, several MediaResources can be edited and assembled to realsie an Essence
620
+ ready for distribution \(see IMF package and OPL\)).freeze,
606
621
  label: "Media Resource".freeze,
607
622
  subClassOf: "ebucore:Resource".freeze,
608
623
  type: "rdfs:Class".freeze
609
624
  term :MediaType,
610
- comment: %(To provide additional information on the type of media.).freeze,
625
+ comment: %(To provide additional information on the type of
626
+ media.).freeze,
611
627
  label: "Media type".freeze,
612
628
  subClassOf: "ebucore:Format".freeze,
613
629
  type: "rdfs:Class".freeze
614
630
  term :Medium,
615
- comment: %(To provide information on the medium formats in
616
- which the resource is available. This is provided as free text in an annotation label or
617
- as an identifier pointing to a term in a classification scheme.).freeze,
631
+ comment: %(To provide information on the medium formats in which the resource
632
+ is available. This is provided as free text in an annotation label or as an identifier
633
+ pointing to a term in a classification scheme.).freeze,
618
634
  label: "Medium".freeze,
619
635
  subClassOf: "ebucore:Format".freeze,
620
636
  type: "rdfs:Class".freeze
@@ -624,65 +640,62 @@ module RDF::Vocab
624
640
  subClassOf: "ebucore:Track".freeze,
625
641
  type: "rdfs:Class".freeze
626
642
  term :MimeType,
627
- comment: %(The definition of the container if available as
628
- a MIME type. This is provided as free text in an annotation label or as an identifier
629
- pointing to a term in a classification scheme. For more information:
630
- http://www.iana.org/assignments/media-types/index.html.).freeze,
643
+ comment: %(The definition of the container if available as a MIME type. This is
644
+ provided as free text in an annotation label or as an identifier pointing to a term in a
645
+ classification scheme. For more information:
646
+ http://www.iana.org/assignments/media-types/index.html.).freeze,
631
647
  label: "Mime type".freeze,
632
648
  subClassOf: "ebucore:Format".freeze,
633
649
  type: "rdfs:Class".freeze
634
650
  term :NewsItem,
635
- comment: %(A NewsItem aggregates all information about a particular news event.).freeze,
651
+ comment: %(A NewsItem aggregates all information about a particular news
652
+ event.).freeze,
636
653
  label: "News Item".freeze,
637
654
  subClassOf: "ebucore:Item".freeze,
638
655
  type: "rdfs:Class".freeze
639
656
  term :ObjectType,
640
- comment: %(To specify the type of BusinessObject e.g. and
641
- EditorialObject of type "programme" or clip". This is
642
- provided as free text in an annotation label or as an identifier pointing to a term in a
643
- classification scheme e.g.
644
- http://www.ebu.ch/metadata/ontologies/skos/ebu_ObjectTypeCodeCS.rdf.).freeze,
657
+ comment: %(To specify the type of BusinessObject e.g. and EditorialObject of
658
+ type "programme" or clip". This is provided as free text in an annotation label or as an
659
+ identifier pointing to a term in a classification scheme e.g.
660
+ http://www.ebu.ch/metadata/ontologies/skos/ebu_ObjectTypeCodeCS.rdf.).freeze,
645
661
  label: "Object type".freeze,
646
662
  subClassOf: "ebucore:Type".freeze,
647
663
  type: "rdfs:Class".freeze
648
664
  term :OpenCaptions,
649
- comment: %(Open Captions are burned in the
650
- image.).freeze,
665
+ comment: %(Open Captions are burned in the image.).freeze,
651
666
  label: "Open captions".freeze,
652
667
  subClassOf: "ebucore:Captioning".freeze,
653
668
  type: "rdfs:Class".freeze
654
669
  term :OpenSubtitling,
655
- comment: %(Open subtitles are burned in the
656
- image.).freeze,
670
+ comment: %(Open subtitles are burned in the image.).freeze,
657
671
  label: "Open subtitling".freeze,
658
672
  subClassOf: "ebucore:Subtitling".freeze,
659
673
  type: "rdfs:Class".freeze
660
674
  term :Organisation,
661
- comment: %(An organisation \(business, corporation, federation, etc.\) or moral agent \(gvernment body\).).freeze,
675
+ comment: %(An organisation \(business, corporation, federation, etc.\) or moral
676
+ agent \(gvernment body\).).freeze,
662
677
  equivalentClass: ["foaf:Organization".freeze, "http://www.bbc.co.uk/ontologies/coreconcepts/Organisation".freeze],
663
678
  label: "Organisation".freeze,
664
679
  subClassOf: "ebucore:Agent".freeze,
665
680
  type: "rdfs:Class".freeze
666
681
  term :OriginalLanguage,
667
- comment: %(The original language in which the
668
- BusinessObject or Resource has been created and released. This is provided as free text
669
- in an annotation label or as an identifier pointing to a term in a classification
670
- scheme.).freeze,
682
+ comment: %(The original language in which the BusinessObject or Resource has
683
+ been created and released. This is provided as free text in an annotation label or as an
684
+ identifier pointing to a term in a classification scheme.).freeze,
671
685
  label: "Language".freeze,
672
686
  subClassOf: "ebucore:Language".freeze,
673
687
  type: "rdfs:Class".freeze
674
688
  term :Part,
675
- comment: [%(A Fragment is a particular section of a
676
- MediaResource identified by a start and end time or duration. Fragment can also be
677
- called segment or part.).freeze, %(One of more media fragment \(audio, video, data\)
678
- composing an audiovisual media resource. In other ontolgies fragment is often referred
679
- to e.g. as a 'part' or 'segment' or
680
- 'fragment'.).freeze],
689
+ comment: [%(A Fragment is a particular section of a MediaResource identified by
690
+ a start and end time or duration. Fragment can also be called segment or part.).freeze, %(One of more media fragment \(audio, video, data\) composing an
691
+ audiovisual media resource. In other ontolgies fragment is often referred to e.g. as a 'part'
692
+ or 'segment' or 'fragment'.).freeze],
681
693
  label: "Part, Fragment, Segment".freeze,
682
694
  subClassOf: "ebucore:EditorialObject".freeze,
683
695
  type: "rdfs:Class".freeze
684
696
  term :Party,
685
- comment: %(To identify a Party intervening in a transaction or contractual agreement.).freeze,
697
+ comment: %(To identify a Party intervening in a transaction or contractual
698
+ agreement.).freeze,
686
699
  label: "Party".freeze,
687
700
  subClassOf: "ebucore:Agent".freeze,
688
701
  type: "rdfs:Class".freeze
@@ -717,34 +730,34 @@ module RDF::Vocab
717
730
  subClassOf: "ebucore:Service".freeze,
718
731
  type: "rdfs:Class".freeze
719
732
  term :Programme,
720
- comment: %(An EditorialObject corresponding to a
721
- MediaResource ready for publication.).freeze,
733
+ comment: %(An EditorialObject corresponding to a MediaResource ready for
734
+ publication.).freeze,
722
735
  label: "Programme".freeze,
723
736
  subClassOf: "ebucore:EditorialObject".freeze,
724
737
  type: "rdfs:Class".freeze
725
738
  term :Props,
726
- comment: %(To identify and describe Props used in productions \(e.g. vehicles, objects of various shapes and brand and purpose, etc.\).).freeze,
739
+ comment: %(To identify and describe Props used in productions \(e.g. vehicles,
740
+ objects of various shapes and brand and purpose, etc.\).).freeze,
727
741
  equivalentClass: "foaf:Agent".freeze,
728
742
  label: "Props".freeze,
729
743
  subClassOf: "ebucore:Artefact".freeze,
730
744
  type: "rdfs:Class".freeze
731
745
  term :PublicationChannel,
732
- comment: %(The name of the channel through which a
733
- Resource has been published as a PublicationEvent. A PublicationChannel can use a
734
- variety of medias e.g. broadcast or online.).freeze,
746
+ comment: %(The name of the channel through which a Resource has been published
747
+ as a PublicationEvent. A PublicationChannel can use a variety of medias e.g. broadcast or
748
+ online.).freeze,
735
749
  label: "Publication Channel".freeze,
736
750
  subClassOf: "ebucore:Service".freeze,
737
751
  type: "rdfs:Class".freeze
738
752
  term :PublicationEvent,
739
- comment: %(To describe any manifestation of a media
740
- resource on any media \(live, on demand, catch-up TV, etc.\) and the appropriate
741
- PublciationChannel.).freeze,
753
+ comment: %(To describe any manifestation of a media resource on any media
754
+ \(live, on demand, catch-up TV, etc.\) and the appropriate PublciationChannel.).freeze,
742
755
  label: "Publication Event".freeze,
743
756
  subClassOf: "owl:Thing".freeze,
744
757
  type: "rdfs:Class".freeze
745
758
  term :PublicationHistory,
746
- comment: %(A collection of PublicationEvents through which
747
- a resource has been published.).freeze,
759
+ comment: %(A collection of PublicationEvents through which a resource has been
760
+ published.).freeze,
748
761
  label: "Publication History".freeze,
749
762
  subClassOf: "owl:Thing".freeze,
750
763
  type: "rdfs:Class".freeze
@@ -753,21 +766,20 @@ module RDF::Vocab
753
766
  subClassOf: "skos:Concept".freeze,
754
767
  type: "rdfs:Class".freeze
755
768
  term :PublicationPlan,
756
- comment: %(A collection of PublicationEvents organised as a PublicationPlanning.).freeze,
769
+ comment: %(A collection of PublicationEvents organised as a
770
+ PublicationPlanning.).freeze,
757
771
  label: "Publication History".freeze,
758
772
  subClassOf: "owl:Thing".freeze,
759
773
  type: "rdfs:Class".freeze
760
774
  term :RadioProgramme,
761
- comment: %(A programme for distribution on radio
762
- channels.).freeze,
775
+ comment: %(A programme for distribution on radio channels.).freeze,
763
776
  label: "Radio Programme".freeze,
764
777
  subClassOf: "ebucore:Programme".freeze,
765
778
  type: "rdfs:Class".freeze
766
779
  term :Rating,
767
- comment: [%(All the information about the rating/evaluation
768
- given to a media resource by an Agent i.e. a person/Contact or
769
- Organisation.).freeze, %(This is provided as free text in an annotation
770
- label or as an identifier pointing to a term in a classification scheme.).freeze],
780
+ comment: [%(All the information about the rating/evaluation given to a media
781
+ resource by an Agent i.e. a person/Contact or Organisation.).freeze, %(This is provided as free text in an annotation label or as an
782
+ identifier pointing to a term in a classification scheme.).freeze],
771
783
  label: "Rating".freeze,
772
784
  "owl:disjointWith": ["ebucore:Asset".freeze, "ebucore:BusinessObject".freeze, "ebucore:PublicationEvent".freeze, "ebucore:Resource".freeze],
773
785
  subClassOf: "owl:Thing".freeze,
@@ -775,29 +787,32 @@ module RDF::Vocab
775
787
  term :Relation,
776
788
  comment: %(To define links and relations.).freeze,
777
789
  subClassOf: "owl:Thing".freeze,
778
- type: "owl:Class".freeze
790
+ type: "rdfs:Class".freeze
779
791
  term :Resource,
780
- comment: %(A manifestation of a
781
- BusinessObject.).freeze,
792
+ comment: %(A manifestation of a BusinessObject.).freeze,
782
793
  label: "Resource".freeze,
783
794
  "owl:disjointWith": "ebucore:BusinessObject".freeze,
784
795
  subClassOf: "ebucore:Asset".freeze,
785
796
  type: "rdfs:Class".freeze
797
+ term :ResourceType,
798
+ comment: %(To define a type of resource.).freeze,
799
+ label: "Resource type".freeze,
800
+ subClassOf: "skos:Concept".freeze,
801
+ type: "rdfs:Class".freeze
786
802
  term :Rights,
787
- comment: %(To provide information on the rights, including
788
- intellectual property, related to a BusinessObject or Resource.).freeze,
803
+ comment: %(To provide information on the rights, including intellectual
804
+ property, related to a BusinessObject or Resource.).freeze,
789
805
  label: "Rights".freeze,
790
806
  subClassOf: "owl:Thing".freeze,
791
807
  type: "rdfs:Class".freeze
792
808
  term :RightsClearance,
793
- comment: %(To signal that rights have been cleared \(or
794
- not\)).freeze,
809
+ comment: %(To signal that rights have been cleared \(or not\)).freeze,
795
810
  subClassOf: "ebucore:Rights".freeze,
796
811
  type: "rdfs:Class".freeze
797
812
  term :Role,
798
- comment: %(To define the role / action of an agent. This
799
- is provided as free text in an annotation label or as an identifier pointing to a term
800
- in a classification scheme.).freeze,
813
+ comment: %(To define the role / action of an agent. This is provided as free
814
+ text in an annotation label or as an identifier pointing to a term in a classification
815
+ scheme.).freeze,
801
816
  label: "Role".freeze,
802
817
  subClassOf: "skos:Concept".freeze,
803
818
  type: "rdfs:Class".freeze
@@ -807,21 +822,21 @@ module RDF::Vocab
807
822
  subClassOf: "ebucore:Part".freeze,
808
823
  type: "rdfs:Class".freeze
809
824
  term :Season,
810
- comment: %(A series can be composed of one or more seasons
811
- clustering a certain number of episodes. Fro this reason, seasons are related to series
812
- using the isRelatedTo property.).freeze,
825
+ comment: %(A series can be composed of one or more seasons clustering a certain
826
+ number of episodes. Fro this reason, seasons are related to series using the isRelatedTo
827
+ property.).freeze,
813
828
  label: "Season".freeze,
814
829
  subClassOf: "ebucore:Group".freeze,
815
830
  type: "rdfs:Class".freeze
816
831
  term :Series,
817
- comment: %(Series is a particular type of collection. TV
818
- or Radio Series are composed of Episodes.).freeze,
832
+ comment: %(Series is a particular type of collection. TV or Radio Series are
833
+ composed of Episodes.).freeze,
819
834
  label: "Series".freeze,
820
835
  subClassOf: "ebucore:Group".freeze,
821
836
  type: "rdfs:Class".freeze
822
837
  term :Service,
823
- comment: %(A service is the umbrella under which one or
824
- more PublicationChannel is operated.).freeze,
838
+ comment: %(A service is the umbrella under which one or more PublicationChannel
839
+ is operated.).freeze,
825
840
  label: "Service".freeze,
826
841
  subClassOf: "owl:Thing".freeze,
827
842
  type: "rdfs:Class".freeze
@@ -836,21 +851,22 @@ module RDF::Vocab
836
851
  subClassOf: "skos:Concept".freeze,
837
852
  type: "rdfs:Class".freeze
838
853
  term :Signing,
839
- comment: %(To signal the presence of Signing for hard of
840
- hearing users. The type of Signing \(e.g. incursted in or else\) or language of Signing
841
- can be specified using the appropriate properties.).freeze,
854
+ comment: %(To signal the presence of Signing for hard of hearing users. The
855
+ type of Signing \(e.g. incursted in or else\) or language of Signing can be specified using the
856
+ appropriate properties.).freeze,
842
857
  label: "Signing".freeze,
843
858
  subClassOf: "ebucore:VideoTrack".freeze,
844
859
  type: "rdfs:Class".freeze
845
860
  term :SigningFormat,
846
- comment: %(To provide additional information on the
847
- signing format. This is provided as free text in an annotation label or as an identifier
848
- pointing to a term in a classification scheme.).freeze,
861
+ comment: %(To provide additional information on the signing format. This is
862
+ provided as free text in an annotation label or as an identifier pointing to a term in a
863
+ classification scheme.).freeze,
849
864
  label: "Signing format".freeze,
850
865
  subClassOf: "skos:Concept".freeze,
851
866
  type: "rdfs:Class".freeze
852
867
  term :SportItem,
853
- comment: %(A SportItem aggregates all information about a sport event.).freeze,
868
+ comment: %(A SportItem aggregates all information about a sport
869
+ event.).freeze,
854
870
  label: "Sport item".freeze,
855
871
  subClassOf: "ebucore:Item".freeze,
856
872
  type: "rdfs:Class".freeze
@@ -860,7 +876,8 @@ module RDF::Vocab
860
876
  subClassOf: "ebucore:Agent".freeze,
861
877
  type: "rdfs:Class".freeze
862
878
  term :Standard,
863
- comment: %(identifies the technical video standard of a resource, i.e. NTSC or PAL.).freeze,
879
+ comment: %(identifies the technical video standard of a resource, i.e. NTSC or
880
+ PAL.).freeze,
864
881
  label: "Standard".freeze,
865
882
  subClassOf: "ebucore:Format".freeze,
866
883
  type: "rdfs:Class".freeze
@@ -870,9 +887,9 @@ module RDF::Vocab
870
887
  subClassOf: "ebucore:Picture".freeze,
871
888
  type: "rdfs:Class".freeze
872
889
  term :StorageType,
873
- comment: %(The type of storage used for the repository.
874
- This is provided as free text in an annotation label or as an identifier pointing to a
875
- term in a classification scheme.).freeze,
890
+ comment: %(The type of storage used for the repository. This is provided as
891
+ free text in an annotation label or as an identifier pointing to a term in a classification
892
+ scheme.).freeze,
876
893
  label: "Storage type".freeze,
877
894
  subClassOf: "skos:Concept".freeze,
878
895
  type: "rdfs:Class".freeze
@@ -882,34 +899,33 @@ module RDF::Vocab
882
899
  subClassOf: "ebucore:Component".freeze,
883
900
  type: "rdfs:Class".freeze
884
901
  term :Subject,
885
- comment: %(A term describing the topic covered by the
886
- BusinessObject or resource. This is provided as free text in an annotation label or as
887
- an identifier pointing to a term in a classification scheme.).freeze,
902
+ comment: %(A term describing the topic covered by the BusinessObject or
903
+ resource. This is provided as free text in an annotation label or as an identifier pointing to
904
+ a term in a classification scheme.).freeze,
888
905
  label: "Subject".freeze,
889
906
  subClassOf: "skos:Concept".freeze,
890
907
  type: "rdfs:Class".freeze
891
908
  term :Subtitling,
892
- comment: %(To signal the presence of subtitles for
893
- translation in alternative languages.).freeze,
909
+ comment: %(To signal the presence of subtitles for translation in alternative
910
+ languages.).freeze,
894
911
  label: "Subtitling".freeze,
895
912
  subClassOf: "ebucore:DataTrack".freeze,
896
913
  type: "rdfs:Class".freeze
897
914
  term :SubtitlingFormat,
898
- comment: %(To define the format of subtitling.
899
- subtitling's main use isfor translation. This is provided as free text in an
900
- annotation label or as an identifier pointing to a term in a classification
901
- scheme.).freeze,
915
+ comment: %(To define the format of subtitling. subtitling's main use isfor
916
+ translation. This is provided as free text in an annotation label or as an identifier pointing
917
+ to a term in a classification scheme.).freeze,
902
918
  label: "Subtitling format".freeze,
903
919
  subClassOf: "ebucore:DataFormat".freeze,
904
920
  type: "rdfs:Class".freeze
905
921
  term :TVProgramme,
906
- comment: %(A programme for distribution on television
907
- channels.).freeze,
922
+ comment: %(A programme for distribution on television channels.).freeze,
908
923
  label: "TV Programme".freeze,
909
924
  subClassOf: "ebucore:Programme".freeze,
910
925
  type: "rdfs:Class".freeze
911
926
  term :TargetAudience,
912
- comment: %(To identify the audience for which the content was created.).freeze,
927
+ comment: %(To identify the audience for which the content was
928
+ created.).freeze,
913
929
  label: "Target audience".freeze,
914
930
  subClassOf: "ebucore:Type".freeze,
915
931
  type: "rdfs:Class".freeze
@@ -920,7 +936,8 @@ module RDF::Vocab
920
936
  subClassOf: "ebucore:Agent".freeze,
921
937
  type: "rdfs:Class".freeze
922
938
  term :Template,
923
- comment: %(An Essence defined as a Template with all associated technical parameters.).freeze,
939
+ comment: %(An Essence defined as a Template with all associated technical
940
+ parameters.).freeze,
924
941
  label: "Template".freeze,
925
942
  subClassOf: "ebucore:MediaResource".freeze,
926
943
  type: "rdfs:Class".freeze
@@ -930,19 +947,24 @@ module RDF::Vocab
930
947
  subClassOf: "skos:Concept".freeze,
931
948
  type: "rdfs:Class".freeze
932
949
  term :TextLine,
933
- comment: %(To provide lines of text extracted from or additional to the resource.).freeze,
950
+ comment: %(To provide lines of text extracted from or additional to the
951
+ resource.).freeze,
934
952
  label: "Text line".freeze,
935
953
  subClassOf: "owl:Thing".freeze,
936
954
  type: "rdfs:Class".freeze
955
+ term :TextLineType,
956
+ comment: %(To define a TextLine type.).freeze,
957
+ label: "Text line type".freeze,
958
+ subClassOf: "skos:Concept".freeze,
959
+ type: "owl:Class".freeze
937
960
  term :TextUsageType,
938
961
  comment: %(To specify the usage of a text.).freeze,
939
962
  label: "Text usage type".freeze,
940
963
  subClassOf: "skos:Concept".freeze,
941
964
  type: "rdfs:Class".freeze
942
965
  term :Thumbnail,
943
- comment: %(A thumbnail is a low resolution picture that
944
- can be associated with EditorialObjects or e.g. MediaResources or
945
- Contacts.).freeze,
966
+ comment: %(A thumbnail is a low resolution picture that can be associated with
967
+ EditorialObjects or e.g. MediaResources or Contacts.).freeze,
946
968
  label: "Thumbnail".freeze,
947
969
  subClassOf: "ebucore:Picture".freeze,
948
970
  type: "rdfs:Class".freeze
@@ -969,20 +991,21 @@ module RDF::Vocab
969
991
  subClassOf: "owl:Thing".freeze,
970
992
  type: "rdfs:Class".freeze
971
993
  term :Topic,
972
- comment: %(A type subject for use in some contexts. This
973
- is provided as free text in an annotation label or as an identifier pointing to a term
974
- in a classification scheme.).freeze,
994
+ comment: %(A type subject for use in some contexts. This is provided as free
995
+ text in an annotation label or as an identifier pointing to a term in a classification
996
+ scheme.).freeze,
975
997
  label: "Topic".freeze,
976
998
  subClassOf: "ebucore:Subject".freeze,
977
999
  type: "rdfs:Class".freeze
978
1000
  term :Track,
979
- comment: %(Audiovisual content can be composed of audio,
980
- video and data Tracks \(including captioning and subtitling\).).freeze,
1001
+ comment: %(Audiovisual content can be composed of audio, video and data Tracks
1002
+ \(including captioning and subtitling\).).freeze,
981
1003
  label: "Track".freeze,
982
1004
  subClassOf: "ebucore:Essence".freeze,
983
1005
  type: "rdfs:Class".freeze
984
1006
  term :Type,
985
- comment: %(An expression of type in textual form or as a term from a classification scheme.).freeze,
1007
+ comment: %(An expression of type in textual form or as a term from a
1008
+ classification scheme.).freeze,
986
1009
  label: "Type".freeze,
987
1010
  subClassOf: "skos:Concept".freeze,
988
1011
  type: "rdfs:Class".freeze
@@ -1012,28 +1035,29 @@ module RDF::Vocab
1012
1035
  subClassOf: "ebucore:Stream".freeze,
1013
1036
  type: "rdfs:Class".freeze
1014
1037
  term :VideoTrack,
1015
- comment: %(A specialisation of Track for Video to provide
1016
- a link to specific data properties such as frameRate, etc. Signing is another possible
1017
- example of video track. Specific VideoTracks such as Signing can be defined as sub
1018
- VideoTracks.. In advanced systems, different VideoTracks can be used to provide e.g.
1019
- different viewing angles.).freeze,
1038
+ comment: %(A specialisation of Track for Video to provide a link to specific
1039
+ data properties such as frameRate, etc. Signing is another possible example of video track.
1040
+ Specific VideoTracks such as Signing can be defined as sub VideoTracks.. In advanced systems,
1041
+ different VideoTracks can be used to provide e.g. different viewing angles.).freeze,
1020
1042
  label: "Video track".freeze,
1021
1043
  subClassOf: "ebucore:Track".freeze,
1022
1044
  type: "rdfs:Class".freeze
1045
+ term :crid,
1046
+ subClassOf: "ebucore:Identifier".freeze,
1047
+ type: "rdfs:Class".freeze
1023
1048
 
1024
1049
  # Property definitions
1025
1050
  property :DID,
1026
- comment: %(The Data Identifier word \(along with the SDID,
1027
- if used\), indicates the type of ancillary data that the packet corresponds
1028
- to.).freeze,
1051
+ comment: %(The Data Identifier word \(along with the SDID, if used\), indicates
1052
+ the type of ancillary data that the packet corresponds to.).freeze,
1029
1053
  domain: "ebucore:AncillaryData".freeze,
1030
1054
  label: "DID".freeze,
1031
1055
  range: "xsd:integer".freeze,
1032
1056
  type: "rdf:Property".freeze
1033
1057
  property :SDID,
1034
- comment: %(Secondary data identification word for
1035
- ancillary data. Send mode identifier. An identifier which indicates the transmission
1036
- timing for closed caption data.).freeze,
1058
+ comment: %(Secondary data identification word for ancillary data. Send mode
1059
+ identifier. An identifier which indicates the transmission timing for closed caption
1060
+ data.).freeze,
1037
1061
  domain: "ebucore:AncillaryData".freeze,
1038
1062
  label: "SDID".freeze,
1039
1063
  range: "xsd:integer".freeze,
@@ -1104,13 +1128,15 @@ module RDF::Vocab
1104
1128
  label: "Action type".freeze,
1105
1129
  type: "rdf:Property".freeze
1106
1130
  property :activityEndDate,
1107
- comment: %(To provide the end date of activity of an Organisation.).freeze,
1131
+ comment: %(To provide the end date of activity of an
1132
+ Organisation.).freeze,
1108
1133
  domain: "ebucore:Organisation".freeze,
1109
1134
  label: "Activity end date".freeze,
1110
1135
  range: "xsd:date".freeze,
1111
1136
  type: "rdf:Property".freeze
1112
1137
  property :activityStartDate,
1113
- comment: %(To provide the start date of activity of an Organisation.).freeze,
1138
+ comment: %(To provide the start date of activity of an
1139
+ Organisation.).freeze,
1114
1140
  domain: "ebucore:Organisation".freeze,
1115
1141
  label: "Activity start date".freeze,
1116
1142
  range: "xsd:date".freeze,
@@ -1149,8 +1175,8 @@ module RDF::Vocab
1149
1175
  subPropertyOf: "ebucore:agentLinkedData".freeze,
1150
1176
  type: "rdf:Property".freeze
1151
1177
  property :agentEmailAddress,
1152
- comment: %(To provide the email address of an agent
1153
- \(Contact/person or organisation\).).freeze,
1178
+ comment: %(To provide the email address of an agent \(Contact/person or
1179
+ organisation\).).freeze,
1154
1180
  domain: "ebucore:Agent".freeze,
1155
1181
  equivalentProperty: "foaf:mbox".freeze,
1156
1182
  label: "Email".freeze,
@@ -1199,8 +1225,8 @@ module RDF::Vocab
1199
1225
  subPropertyOf: "ebucore:agentSocialMedia".freeze,
1200
1226
  type: "rdf:Property".freeze
1201
1227
  property :agentMobileTelephoneNumber,
1202
- comment: %(To provide the mobile telephone number of an
1203
- Agent \(Contact/person or organisation\)).freeze,
1228
+ comment: %(To provide the mobile telephone number of an Agent
1229
+ \(Contact/person or organisation\)).freeze,
1204
1230
  domain: "ebucore:Agent".freeze,
1205
1231
  label: "Mobile".freeze,
1206
1232
  range: "xsd:string".freeze,
@@ -1218,27 +1244,27 @@ module RDF::Vocab
1218
1244
  type: "rdf:Property".freeze
1219
1245
  property :agentPreviousName,
1220
1246
  comment: %(To provide the previous name of a Contact/person.).freeze,
1221
- domain: "ebucore:Person".freeze,
1247
+ domain: "ebucore:Agent".freeze,
1222
1248
  label: "Previous name".freeze,
1223
1249
  range: "xsd:string".freeze,
1224
1250
  type: "rdf:Property".freeze
1225
1251
  property :agentRelatedInformationLink,
1226
- comment: %(To provide a link to a web resource containing
1227
- information related to an Agent \(Contact/Person or Organisation\).).freeze,
1252
+ comment: %(To provide a link to a web resource containing information related
1253
+ to an Agent \(Contact/Person or Organisation\).).freeze,
1228
1254
  domain: "ebucore:Agent".freeze,
1229
1255
  label: "Related information link".freeze,
1230
1256
  range: "xsd:anyURI".freeze,
1231
1257
  type: "rdf:Property".freeze
1232
1258
  property :agentRelatedLink,
1233
- comment: %(To provide a link to a web resource containing
1234
- information related to an Agent \(Contact/Person or Organisation\).).freeze,
1259
+ comment: %(To provide a link to a web resource containing information related
1260
+ to an Agent \(Contact/Person or Organisation\).).freeze,
1235
1261
  domain: "ebucore:Agent".freeze,
1236
1262
  label: "Related resources".freeze,
1237
1263
  range: "xsd:anyURI".freeze,
1238
1264
  type: "rdf:Property".freeze
1239
1265
  property :agentRelatedPressLink,
1240
- comment: %(To provide a link to a web resource containing
1241
- information related to an Agent \(Contact/Person or Organisation\).).freeze,
1266
+ comment: %(To provide a link to a web resource containing information related
1267
+ to an Agent \(Contact/Person or Organisation\).).freeze,
1242
1268
  domain: "ebucore:Agent".freeze,
1243
1269
  label: "Related press link".freeze,
1244
1270
  range: "xsd:anyURI".freeze,
@@ -1249,8 +1275,8 @@ module RDF::Vocab
1249
1275
  label: "Social media".freeze,
1250
1276
  type: "rdf:Property".freeze
1251
1277
  property :agentTelephoneNumber,
1252
- comment: %(To provide the telephone number of an Agent
1253
- \(Contact/person or Organisation\).).freeze,
1278
+ comment: %(To provide the telephone number of an Agent \(Contact/person or
1279
+ Organisation\).).freeze,
1254
1280
  domain: "ebucore:Agent".freeze,
1255
1281
  label: "Telephone".freeze,
1256
1282
  range: "xsd:string".freeze,
@@ -1260,8 +1286,8 @@ module RDF::Vocab
1260
1286
  subPropertyOf: "ebucore:agentSocialMedia".freeze,
1261
1287
  type: "rdf:Property".freeze
1262
1288
  property :agentWebHomepage,
1263
- comment: %(To provide the address of the webpage of an
1264
- Agent \(Contact/person or Organisation\).).freeze,
1289
+ comment: %(To provide the address of the webpage of an Agent
1290
+ \(Contact/person or Organisation\).).freeze,
1265
1291
  domain: "ebucore:Agent".freeze,
1266
1292
  equivalentProperty: "foaf:homepage".freeze,
1267
1293
  label: "Homepage".freeze,
@@ -1285,12 +1311,14 @@ module RDF::Vocab
1285
1311
  subPropertyOf: "dc:alternative".freeze,
1286
1312
  type: "rdf:Property".freeze
1287
1313
  property :appliesOutOf,
1288
- comment: %(To define the Location \(e.g. country, region\) to which Rating and TargetAudience do NOT apply.).freeze,
1314
+ comment: %(To define the Location \(e.g. country, region\) to which Rating and
1315
+ TargetAudience do NOT apply.).freeze,
1289
1316
  domain: "ebucore:Rating".freeze,
1290
1317
  label: "Exclusion area".freeze,
1291
1318
  type: "rdf:Property".freeze
1292
1319
  property :appliesTo,
1293
- comment: %(To define the location/region to which Rating and TargetAudience apply.).freeze,
1320
+ comment: %(To define the location/region to which Rating and TargetAudience
1321
+ apply.).freeze,
1294
1322
  domain: "ebucore:Rating".freeze,
1295
1323
  label: "Coverage".freeze,
1296
1324
  type: "rdf:Property".freeze
@@ -1301,7 +1329,8 @@ module RDF::Vocab
1301
1329
  range: "ebucore:Asset".freeze,
1302
1330
  type: "rdf:Property".freeze
1303
1331
  property :approvedBy,
1304
- comment: [%(Range: Agent or string).freeze, %(To identify the Agent who approved the EditorialObject.).freeze],
1332
+ comment: [%(Range: Agent or string).freeze, %(To identify the Agent who approved the
1333
+ EditorialObject.).freeze],
1305
1334
  domain: "ebucore:EditorialObject".freeze,
1306
1335
  label: "Agent".freeze,
1307
1336
  type: "rdf:Property".freeze
@@ -1391,21 +1420,23 @@ module RDF::Vocab
1391
1420
  label: "Artefact type".freeze,
1392
1421
  type: "rdf:Property".freeze
1393
1422
  property :artefactUsageHistory,
1394
- comment: %(To provide information on the usage history of an Artefact.).freeze,
1423
+ comment: %(To provide information on the usage history of an
1424
+ Artefact.).freeze,
1395
1425
  domain: "ebucore:Artefact".freeze,
1396
1426
  label: "Artefact usage history".freeze,
1397
1427
  range: "xsd:string".freeze,
1398
1428
  type: "rdf:Property".freeze
1399
1429
  property :artefactWebsite,
1400
- comment: %(To specify a website where more information can be found on the Artefact.).freeze,
1430
+ comment: %(To specify a website where more information can be found on the
1431
+ Artefact.).freeze,
1401
1432
  domain: "ebucore:Artefact".freeze,
1402
1433
  label: "Artefact website".freeze,
1403
1434
  range: "xsd:anyURI".freeze,
1404
1435
  type: "rdf:Property".freeze
1405
1436
  property :aspectRatio,
1406
- comment: %(To provide the aspect ratio of a video frame or
1407
- image. Several types of different aspect ration can apply to the same video image. If
1408
- necessary, specialised aspect ratios can be defined as subproperties.).freeze,
1437
+ comment: %(To provide the aspect ratio of a video frame or image. Several
1438
+ types of different aspect ration can apply to the same video image. If necessary,
1439
+ specialised aspect ratios can be defined as subproperties.).freeze,
1409
1440
  domain: term(
1410
1441
  type: "owl:Class".freeze,
1411
1442
  unionOf: list("ebucore:MediaResource".freeze, "ebucore:Picture".freeze, "ebucore:VideoTrack".freeze)
@@ -1461,15 +1492,15 @@ module RDF::Vocab
1461
1492
  subPropertyOf: "ebucore:encodingProfile".freeze,
1462
1493
  type: "rdf:Property".freeze
1463
1494
  property :audioTrackConfiguration,
1464
- comment: %(To provide the configuration of an audio track
1465
- \(e.g. stereo pair\) in a MediaResource.).freeze,
1495
+ comment: %(To provide the configuration of an audio track \(e.g. stereo pair\) in
1496
+ a MediaResource.).freeze,
1466
1497
  domain: "ebucore:MediaResource".freeze,
1467
1498
  label: "Audio track configuration".freeze,
1468
1499
  range: "xsd:string".freeze,
1469
1500
  type: "rdf:Property".freeze
1470
1501
  property :audioTrackNumber,
1471
- comment: %(The total number of audio tracks contained in
1472
- the MediaResource.).freeze,
1502
+ comment: %(The total number of audio tracks contained in the
1503
+ MediaResource.).freeze,
1473
1504
  domain: "ebucore:MediaResource".freeze,
1474
1505
  label: "Audio track number".freeze,
1475
1506
  range: "xsd:nonNegativeInteger".freeze,
@@ -1480,8 +1511,14 @@ module RDF::Vocab
1480
1511
  label: "Award ceremony".freeze,
1481
1512
  range: "xsd:string".freeze,
1482
1513
  type: "rdf:Property".freeze
1514
+ property :awardDate,
1515
+ comment: %(To provide an date when an Award was delivered.).freeze,
1516
+ domain: "ebucore:Award".freeze,
1517
+ label: "Award date".freeze,
1518
+ range: "xsd:date".freeze,
1519
+ type: "rdf:Property".freeze
1483
1520
  property :awardDescription,
1484
- comment: %(To provide a description for an Award).freeze,
1521
+ comment: %(To provide a description for an Award.).freeze,
1485
1522
  domain: "ebucore:Award".freeze,
1486
1523
  label: "Award description".freeze,
1487
1524
  range: "xsd:string".freeze,
@@ -1492,12 +1529,6 @@ module RDF::Vocab
1492
1529
  label: "Award id".freeze,
1493
1530
  range: "xsd:string".freeze,
1494
1531
  type: "rdf:Property".freeze
1495
- property :awardId_1,
1496
- comment: %(To provide an date when an Award was delivered).freeze,
1497
- domain: "ebucore:Award".freeze,
1498
- label: "Award date".freeze,
1499
- range: "xsd:date".freeze,
1500
- type: "rdf:Property".freeze
1501
1532
  property :awardName,
1502
1533
  comment: [%(Range: string or concept).freeze, %(To define an Award category).freeze],
1503
1534
  domain: "ebucore:Award".freeze,
@@ -1510,29 +1541,32 @@ module RDF::Vocab
1510
1541
  range: "xsd:integer".freeze,
1511
1542
  type: "rdf:Property".freeze
1512
1543
  property :bitRate,
1513
- comment: %(To provide the bitrate at which the
1514
- MediaResource can be played in bits/second. Current bitrate if constant, and average bitrate if variable.).freeze,
1544
+ comment: %(To provide the bitrate at which the MediaResource can be played
1545
+ in bits/second. Current bitrate if constant, and average bitrate if
1546
+ variable.).freeze,
1515
1547
  domain: "ebucore:MediaResource".freeze,
1516
1548
  equivalentProperty: "ma:averageBitRate".freeze,
1517
1549
  label: "Bitrate".freeze,
1518
1550
  range: "xsd:nonNegativeInteger".freeze,
1519
1551
  type: "rdf:Property".freeze
1520
1552
  property :bitRateMax,
1521
- comment: %(The maximum bitrate when variable, in bits per second.).freeze,
1553
+ comment: %(The maximum bitrate when variable, in bits per
1554
+ second.).freeze,
1522
1555
  domain: "ebucore:MediaResource".freeze,
1523
1556
  label: "Maximum bitrate".freeze,
1524
1557
  range: "xsd:integer".freeze,
1525
1558
  type: "rdf:Property".freeze
1526
1559
  property :bitRateMode,
1527
1560
  comment: %(A flag to indicate if the bit rate is fixed or
1528
- variable.).freeze,
1561
+ variable.).freeze,
1529
1562
  domain: "ebucore:MediaResource".freeze,
1530
1563
  label: "Bitrate mode".freeze,
1531
1564
  range: "xsd:string".freeze,
1532
1565
  type: "rdf:Property".freeze
1533
1566
  property :bitRateOverall,
1534
- comment: %(To provide the overall bitrate at which the
1535
- MediaResource can be played in bits/second. Current bitrate if constant, and average bitrate if variable.).freeze,
1567
+ comment: %(To provide the overall bitrate at which the MediaResource can be
1568
+ played in bits/second. Current bitrate if constant, and average bitrate if
1569
+ variable.).freeze,
1536
1570
  domain: "ebucore:MediaResource".freeze,
1537
1571
  equivalentProperty: "ma:averageBitRate".freeze,
1538
1572
  label: "Overall bitrate".freeze,
@@ -1549,20 +1583,20 @@ module RDF::Vocab
1549
1583
  label: "Business Object Id".freeze,
1550
1584
  type: "rdf:Property".freeze
1551
1585
  property :businessObjectName,
1552
- comment: %(A name attributed to a
1553
- BusinessObject.).freeze,
1586
+ comment: %(A name attributed to a BusinessObject.).freeze,
1554
1587
  domain: "ebucore:BusinessObject".freeze,
1555
1588
  label: "Name".freeze,
1556
1589
  range: "xsd:string".freeze,
1557
1590
  type: "rdf:Property".freeze
1558
1591
  property :businessObjectType,
1559
- comment: [%(A type attributed to a BusinessObject.).freeze, %(Range: code/Concept or string).freeze],
1592
+ comment: %(A type attributed to a BusinessObject.).freeze,
1560
1593
  domain: "ebucore:BusinessObject".freeze,
1561
1594
  label: "Business Object type".freeze,
1595
+ range: "xsd:string".freeze,
1562
1596
  type: "rdf:Property".freeze
1563
1597
  property :captioningSource,
1564
- comment: %(To provide information on the source of a
1565
- captioning file.).freeze,
1598
+ comment: %(To provide information on the source of a captioning
1599
+ file.).freeze,
1566
1600
  domain: "ebucore:MediaResource".freeze,
1567
1601
  label: "Captioning source".freeze,
1568
1602
  range: "xsd:string".freeze,
@@ -1580,7 +1614,8 @@ module RDF::Vocab
1580
1614
  range: "xsd:string".freeze,
1581
1615
  type: "rdf:Property".freeze
1582
1616
  property :clonedTo,
1583
- comment: %(Identifies relationship between a digital instantiation of a resource and its direct copy, with no generational loss.).freeze,
1617
+ comment: %(Identifies relationship between a digital instantiation of a
1618
+ resource and its direct copy, with no generational loss.).freeze,
1584
1619
  domain: term(
1585
1620
  type: "owl:Class".freeze,
1586
1621
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -1590,7 +1625,8 @@ module RDF::Vocab
1590
1625
  range: "ebucore:Resource".freeze,
1591
1626
  type: "rdf:Property".freeze
1592
1627
  property :codecFamily,
1593
- comment: %(To provide information on the product family of the Codec.).freeze,
1628
+ comment: %(To provide information on the product family of the
1629
+ Codec.).freeze,
1594
1630
  domain: "ebucore:Codec".freeze,
1595
1631
  label: "Codec family".freeze,
1596
1632
  range: "xsd:string".freeze,
@@ -1638,18 +1674,21 @@ module RDF::Vocab
1638
1674
  label: "Costume gender".freeze,
1639
1675
  type: "rdf:Property".freeze
1640
1676
  property :costumeSizeInformation,
1641
- comment: %(To collect all information available useful to determine the size of a Costume.).freeze,
1677
+ comment: %(To collect all information available useful to determine the size of
1678
+ a Costume.).freeze,
1642
1679
  domain: "ebucore:Costume".freeze,
1643
1680
  label: "Costume size information".freeze,
1644
1681
  range: "xsd:string".freeze,
1645
1682
  type: "rdf:Property".freeze
1646
1683
  property :costumeTexture,
1647
- comment: [%(Range: a string or a Concept code from a vocabulary, e.g. Getty).freeze, %(To define the texture of a Costume.).freeze],
1684
+ comment: [%(Range: a string or a Concept code from a vocabulary, e.g.
1685
+ Getty).freeze, %(To define the texture of a Costume.).freeze],
1648
1686
  domain: "ebucore:Costume".freeze,
1649
1687
  label: "Costume texture".freeze,
1650
1688
  type: "rdf:Property".freeze
1651
1689
  property :costumeType,
1652
- comment: [%(Range: a string or a Concept code from a vocabulary, e.g. Getty.).freeze, %(To define a type of Costume.).freeze],
1690
+ comment: [%(Range: a string or a Concept code from a vocabulary, e.g.
1691
+ Getty.).freeze, %(To define a type of Costume.).freeze],
1653
1692
  domain: "ebucore:Costume".freeze,
1654
1693
  label: "Costume type".freeze,
1655
1694
  type: "rdf:Property".freeze
@@ -1668,7 +1707,8 @@ module RDF::Vocab
1668
1707
  subPropertyOf: "dc11:date".freeze,
1669
1708
  type: "rdf:Property".freeze
1670
1709
  property :dateArchived,
1671
- comment: %(The date when the BusinessObject or Resource was archived.).freeze,
1710
+ comment: %(The date when the BusinessObject or Resource was
1711
+ archived.).freeze,
1672
1712
  domain: term(
1673
1713
  type: "owl:Class".freeze,
1674
1714
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -1678,7 +1718,8 @@ module RDF::Vocab
1678
1718
  subPropertyOf: "ebucore:date".freeze,
1679
1719
  type: "rdf:Property".freeze
1680
1720
  property :dateBroadcast,
1681
- comment: %(The date when the Resource was first broadcast publicly on television or radio or via streaming.).freeze,
1721
+ comment: %(The date when the Resource was first broadcast publicly on
1722
+ television or radio or via streaming.).freeze,
1682
1723
  domain: term(
1683
1724
  type: "owl:Class".freeze,
1684
1725
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -1688,7 +1729,8 @@ module RDF::Vocab
1688
1729
  subPropertyOf: "ebucore:date".freeze,
1689
1730
  type: "rdf:Property".freeze
1690
1731
  property :dateCreated,
1691
- comment: %(The date of creation of the Resource or BusinessObject.).freeze,
1732
+ comment: %(The date of creation of the Resource or
1733
+ BusinessObject.).freeze,
1692
1734
  domain: term(
1693
1735
  type: "owl:Class".freeze,
1694
1736
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -1698,7 +1740,8 @@ module RDF::Vocab
1698
1740
  subPropertyOf: "ebucore:date".freeze,
1699
1741
  type: "rdf:Property".freeze
1700
1742
  property :dateDeleted,
1701
- comment: %(The date when the BusinessObject or Resource was removed/deleted from institutional holdings.).freeze,
1743
+ comment: %(The date when the BusinessObject or Resource was removed/deleted
1744
+ from institutional holdings.).freeze,
1702
1745
  domain: term(
1703
1746
  type: "owl:Class".freeze,
1704
1747
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -1714,14 +1757,16 @@ module RDF::Vocab
1714
1757
  subPropertyOf: "ebucore:date".freeze,
1715
1758
  type: "rdf:Property".freeze
1716
1759
  property :dateDistributed,
1717
- comment: %(The date when the Resource was first made available to the public for purchase, download, or online access.).freeze,
1760
+ comment: %(The date when the Resource was first made available to the public
1761
+ for purchase, download, or online access.).freeze,
1718
1762
  domain: "ebucore:Resource".freeze,
1719
1763
  equivalentProperty: "ma:creationDate".freeze,
1720
1764
  label: "Distribution date".freeze,
1721
1765
  subPropertyOf: "ebucore:date".freeze,
1722
1766
  type: "rdf:Property".freeze
1723
1767
  property :dateIngested,
1724
- comment: %(The date when the Resource was ingested/acquired in institutional holdings.).freeze,
1768
+ comment: %(The date when the Resource was ingested/acquired in institutional
1769
+ holdings.).freeze,
1725
1770
  domain: "ebucore:Resource".freeze,
1726
1771
  equivalentProperty: "ma:creationDate".freeze,
1727
1772
  label: "Ingest date".freeze,
@@ -1735,14 +1780,16 @@ module RDF::Vocab
1735
1780
  subPropertyOf: "ebucore:date".freeze,
1736
1781
  type: "rdf:Property".freeze
1737
1782
  property :dateMigrated,
1738
- comment: %(The date when the resource was copied or converted from an obsolete or endangered original format to a more updated format for preservation.).freeze,
1783
+ comment: %(The date when the resource was copied or converted from an obsolete
1784
+ or endangered original format to a more updated format for preservation.).freeze,
1739
1785
  domain: "ebucore:Resource".freeze,
1740
1786
  equivalentProperty: "ma:creationDate".freeze,
1741
1787
  label: "Migration date".freeze,
1742
1788
  subPropertyOf: "ebucore:date".freeze,
1743
1789
  type: "rdf:Property".freeze
1744
1790
  property :dateModified,
1745
- comment: %(To indicate the date at which the Resource or BusinessObject has been modified.).freeze,
1791
+ comment: %(To indicate the date at which the Resource or BusinessObject has
1792
+ been modified.).freeze,
1746
1793
  domain: term(
1747
1794
  type: "owl:Class".freeze,
1748
1795
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -1751,7 +1798,8 @@ module RDF::Vocab
1751
1798
  subPropertyOf: "ebucore:date".freeze,
1752
1799
  type: "rdf:Property".freeze
1753
1800
  property :dateNormalized,
1754
- comment: %(The date when the Resource was converted from its original format into a format pre-selected by the institution for preservation.).freeze,
1801
+ comment: %(The date when the Resource was converted from its original format
1802
+ into a format pre-selected by the institution for preservation.).freeze,
1755
1803
  domain: "ebucore:Resource".freeze,
1756
1804
  equivalentProperty: "ma:creationDate".freeze,
1757
1805
  label: "Normalization date".freeze,
@@ -1787,14 +1835,16 @@ module RDF::Vocab
1787
1835
  subPropertyOf: "ebucore:date".freeze,
1788
1836
  type: "rdf:Property".freeze
1789
1837
  property :dateReleased,
1790
- comment: %(The date when the Resource was first made available to the public for purchase, download, or online access.).freeze,
1838
+ comment: %(The date when the Resource was first made available to the public
1839
+ for purchase, download, or online access.).freeze,
1791
1840
  domain: "ebucore:Resource".freeze,
1792
1841
  equivalentProperty: "ma:creationDate".freeze,
1793
1842
  label: "Release date".freeze,
1794
1843
  subPropertyOf: "ebucore:date".freeze,
1795
1844
  type: "rdf:Property".freeze
1796
1845
  property :dateTransferred,
1797
- comment: %(The date when the Resource or BusinessObject was moved from one digital or physical location to another.).freeze,
1846
+ comment: %(The date when the Resource or BusinessObject was moved from one
1847
+ digital or physical location to another.).freeze,
1798
1848
  domain: term(
1799
1849
  type: "owl:Class".freeze,
1800
1850
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -1804,7 +1854,8 @@ module RDF::Vocab
1804
1854
  subPropertyOf: "ebucore:date".freeze,
1805
1855
  type: "rdf:Property".freeze
1806
1856
  property :dateValidated,
1807
- comment: %(The most recent date when the Resource was confirmed to be valid through manual or digital QC.).freeze,
1857
+ comment: %(The most recent date when the Resource was confirmed to be valid
1858
+ through manual or digital QC.).freeze,
1808
1859
  domain: "ebucore:Resource".freeze,
1809
1860
  equivalentProperty: "ma:creationDate".freeze,
1810
1861
  label: "Validation date".freeze,
@@ -1818,7 +1869,8 @@ module RDF::Vocab
1818
1869
  subPropertyOf: "ebucore:date".freeze,
1819
1870
  type: "rdf:Property".freeze
1820
1871
  property :derivedTo,
1821
- comment: %(Identifies a content-based relationship between two resources.).freeze,
1872
+ comment: %(Identifies a content-based relationship between two
1873
+ resources.).freeze,
1822
1874
  domain: term(
1823
1875
  type: "owl:Class".freeze,
1824
1876
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -1831,10 +1883,9 @@ module RDF::Vocab
1831
1883
  ),
1832
1884
  type: "rdf:Property".freeze
1833
1885
  property :description,
1834
- comment: %(This can be specialised by using sub-properties
1835
- like defined in http://www.ebu.ch/metadata/cs/web/ebu_DescriptionTypeCodeCS_p.xml.htm
1836
- implemented as examples as e.g. 'summary' or
1837
- 'script'.).freeze,
1886
+ comment: %(This can be specialised by using sub-properties like defined in
1887
+ http://www.ebu.ch/metadata/cs/web/ebu_DescriptionTypeCodeCS_p.xml.htm implemented as
1888
+ examples as e.g. 'summary' or 'script'.).freeze,
1838
1889
  domain: "ebucore:BusinessObject".freeze,
1839
1890
  equivalentProperty: "ma:description".freeze,
1840
1891
  label: "Description".freeze,
@@ -1842,7 +1893,8 @@ module RDF::Vocab
1842
1893
  subPropertyOf: "dc11:description".freeze,
1843
1894
  type: "rdf:Property".freeze
1844
1895
  property :dimensions,
1845
- comment: %(Describes the physical dimensions of a media resource, with units of measure concatenated to become part of the value.).freeze,
1896
+ comment: %(Describes the physical dimensions of a media resource, with units of
1897
+ measure concatenated to become part of the value.).freeze,
1846
1898
  domain: "ebucore:Resource".freeze,
1847
1899
  label: "Dimensions".freeze,
1848
1900
  range: "xsd:string".freeze,
@@ -1869,12 +1921,14 @@ module RDF::Vocab
1869
1921
  range: "xsd:string".freeze,
1870
1922
  type: "rdf:Property".freeze
1871
1923
  property :dopesheet,
1872
- comment: %(To provide a dopesheet with a title and brief description for news.).freeze,
1924
+ comment: %(To provide a dopesheet with a title and brief description for
1925
+ news.).freeze,
1873
1926
  label: "Dopesheet".freeze,
1874
1927
  subPropertyOf: "ebucore:description".freeze,
1875
1928
  type: "rdf:Property".freeze
1876
1929
  property :dubbedTo,
1877
- comment: %(Identifies relationship between a physical instantiation of a resource and a duplicate physical copy that may involve generational loss.).freeze,
1930
+ comment: %(Identifies relationship between a physical instantiation of a
1931
+ resource and a duplicate physical copy that may involve generational loss.).freeze,
1878
1932
  domain: term(
1879
1933
  type: "owl:Class".freeze,
1880
1934
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -1887,8 +1941,8 @@ module RDF::Vocab
1887
1941
  ),
1888
1942
  type: "rdf:Property".freeze
1889
1943
  property :duration,
1890
- comment: %(To provide information on the duration of a MediaResource. It corresponds to 'duration' in the
1891
- Ontology for Media Resources.).freeze,
1944
+ comment: %(To provide information on the duration of a MediaResource. It
1945
+ corresponds to 'duration' in the Ontology for Media Resources.).freeze,
1892
1946
  domain: term(
1893
1947
  type: "owl:Class".freeze,
1894
1948
  unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze)
@@ -1898,72 +1952,67 @@ module RDF::Vocab
1898
1952
  range: "rdfs:Literal".freeze,
1899
1953
  type: "rdf:Property".freeze
1900
1954
  property :durationNormalPlayTime,
1901
- comment: %(To provide a duration as normal
1902
- time.).freeze,
1955
+ comment: %(To provide a duration as normal time.).freeze,
1903
1956
  label: "Duration (time)".freeze,
1904
1957
  range: "xsd:time".freeze,
1905
1958
  subPropertyOf: "ebucore:duration".freeze,
1906
1959
  type: "rdf:Property".freeze
1907
1960
  property :durationNumberEditUnit,
1908
- comment: %(To provide a duration as a number of EditUnits
1909
- which value is for instance the inverse of the audio sample rate or video frame
1910
- rate.).freeze,
1961
+ comment: %(To provide a duration as a number of EditUnits which value is for
1962
+ instance the inverse of the audio sample rate or video frame rate.).freeze,
1911
1963
  label: "Duration (edit units)".freeze,
1912
1964
  range: "xsd:double".freeze,
1913
1965
  subPropertyOf: "ebucore:duration".freeze,
1914
1966
  type: "rdf:Property".freeze
1915
1967
  property :durationPublished,
1916
- comment: %(To provide information on the published / announced duration of an EditorialObject.).freeze,
1968
+ comment: %(To provide information on the published / announced duration of
1969
+ an EditorialObject.).freeze,
1917
1970
  domain: "ebucore:EditorialObject".freeze,
1918
1971
  label: "Published Duration".freeze,
1919
1972
  range: "xsd:string".freeze,
1920
1973
  type: "rdf:Property".freeze
1921
1974
  property :durationPublishedNormalPlayTime,
1922
- comment: %(To provide a published duration as normal
1923
- time.).freeze,
1975
+ comment: %(To provide a published duration as normal time.).freeze,
1924
1976
  label: "Published duration (time)".freeze,
1925
1977
  range: "xsd:dateTime".freeze,
1926
1978
  subPropertyOf: "ebucore:durationPublished".freeze,
1927
1979
  type: "rdf:Property".freeze
1928
1980
  property :durationPublishedNumberEditUnit,
1929
- comment: %(To provide a published duration as a number of EditUnits
1930
- which value is for instance the inverse of the audio sample rate or video frame
1931
- rate.).freeze,
1981
+ comment: %(To provide a published duration as a number of EditUnits which value
1982
+ is for instance the inverse of the audio sample rate or video frame rate.).freeze,
1932
1983
  label: "Published duration (edit units)".freeze,
1933
1984
  range: "xsd:double".freeze,
1934
1985
  subPropertyOf: "ebucore:durationPublished".freeze,
1935
1986
  type: "rdf:Property".freeze
1936
1987
  property :durationPublishedTimecode,
1937
- comment: %(The published duration expressed as a
1938
- timecode.).freeze,
1988
+ comment: %(The published duration expressed as a timecode.).freeze,
1939
1989
  label: "Published duration (timecode)".freeze,
1940
1990
  range: "xsd:string".freeze,
1941
1991
  subPropertyOf: "ebucore:durationPublished".freeze,
1942
1992
  type: "rdf:Property".freeze
1943
1993
  property :durationPublishedTimecodeDropFrame,
1944
- comment: %(The published duration expressed as a
1945
- timecode with drop frames.).freeze,
1994
+ comment: %(The published duration expressed as a timecode with drop
1995
+ frames.).freeze,
1946
1996
  label: "Published duration (timecode drop frame)".freeze,
1947
1997
  range: "xsd:string".freeze,
1948
1998
  subPropertyOf: "ebucore:durationPublished".freeze,
1949
1999
  type: "rdf:Property".freeze
1950
2000
  property :durationTimecode,
1951
- comment: %(The duration expressed as a
1952
- timecode.).freeze,
2001
+ comment: %(The duration expressed as a timecode.).freeze,
1953
2002
  label: "Duration (timecode)".freeze,
1954
2003
  range: "xsd:string".freeze,
1955
2004
  subPropertyOf: "ebucore:duration".freeze,
1956
2005
  type: "rdf:Property".freeze
1957
2006
  property :durationTimecodeDropFrame,
1958
- comment: %(The duration expressed as a
1959
- timecode with drop frames.).freeze,
2007
+ comment: %(The duration expressed as a timecode with drop
2008
+ frames.).freeze,
1960
2009
  label: "Duration (timecode, drop frame)".freeze,
1961
2010
  range: "xsd:string".freeze,
1962
2011
  subPropertyOf: "ebucore:duration".freeze,
1963
2012
  type: "rdf:Property".freeze
1964
2013
  property :editUnit,
1965
- comment: %(The edit unit is e.g. the inverse of the audio
1966
- sample rate or video frame rate.).freeze,
2014
+ comment: %(The edit unit is e.g. the inverse of the audio sample rate or video
2015
+ frame rate.).freeze,
1967
2016
  domain: term(
1968
2017
  type: "owl:Class".freeze,
1969
2018
  unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze)
@@ -1986,6 +2035,7 @@ module RDF::Vocab
1986
2035
  comment: %(A type attributed to an EditorialObject.).freeze,
1987
2036
  domain: "ebucore:EditorialObject".freeze,
1988
2037
  label: "Editorial Object type".freeze,
2038
+ range: "xsd:string".freeze,
1989
2039
  type: "rdf:Property".freeze
1990
2040
  property :education,
1991
2041
  comment: %(The education details of a Person.).freeze,
@@ -2055,49 +2105,53 @@ module RDF::Vocab
2055
2105
  range: "xsd:string".freeze,
2056
2106
  type: "rdf:Property".freeze
2057
2107
  property :encodingProfile,
2058
- comment: %(The encoding profile as defined in specifications.).freeze,
2108
+ comment: %(The encoding profile as defined in
2109
+ specifications.).freeze,
2059
2110
  domain: "ebucore:Resource".freeze,
2060
2111
  label: "Encoding profile".freeze,
2061
2112
  range: "xsd:string".freeze,
2062
2113
  type: "rdf:Property".freeze
2063
2114
  property :end,
2064
- comment: %(The start point of the media
2065
- resource.).freeze,
2115
+ comment: %(The start point of the media resource.).freeze,
2066
2116
  domain: "ebucore:MediaResource".freeze,
2067
2117
  label: "End time".freeze,
2068
2118
  range: "rdfs:Literal".freeze,
2069
2119
  type: "rdf:Property".freeze
2070
2120
  property :endLicenceDate,
2071
- comment: %(The date on which the licence for the resource expires.).freeze,
2121
+ comment: %(The date on which the licence for the resource
2122
+ expires.).freeze,
2072
2123
  domain: "ebucore:Resource".freeze,
2073
2124
  equivalentProperty: "ma:creationDate".freeze,
2074
2125
  label: "Licence expiration date".freeze,
2075
2126
  subPropertyOf: "ebucore:date".freeze,
2076
2127
  type: "rdf:Property".freeze
2077
2128
  property :endNormalPlayTime,
2078
- comment: %(The start time expressed using a time
2079
- expression.).freeze,
2129
+ comment: %(The end time expressed using a time expression.).freeze,
2080
2130
  label: "End time (time)".freeze,
2081
2131
  range: "xsd:time".freeze,
2082
2132
  subPropertyOf: "ebucore:end".freeze,
2083
2133
  type: "rdf:Property".freeze
2084
2134
  property :endNumberEditUnits,
2085
- comment: %(A start time expressed as a number of edit
2086
- units.).freeze,
2135
+ comment: %(An end time expressed as a number of edit units.).freeze,
2087
2136
  label: "End time (edit units)".freeze,
2088
2137
  range: "xsd:double".freeze,
2089
2138
  subPropertyOf: "ebucore:end".freeze,
2090
2139
  type: "rdf:Property".freeze
2140
+ property :endOffsetNormalPlayTime,
2141
+ comment: %(The offset end time expressed using a duration
2142
+ expression.).freeze,
2143
+ label: "Offset end time (duration)".freeze,
2144
+ range: "xsd:time".freeze,
2145
+ subPropertyOf: "ebucore:end".freeze,
2146
+ type: "rdf:Property".freeze
2091
2147
  property :endTimecode,
2092
- comment: %(A start time expressed as
2093
- timecode.).freeze,
2148
+ comment: %(An end time expressed as timecode.).freeze,
2094
2149
  label: "End time (timecode)".freeze,
2095
2150
  range: "xsd:string".freeze,
2096
2151
  subPropertyOf: "ebucore:end".freeze,
2097
2152
  type: "rdf:Property".freeze
2098
2153
  property :endTimecodeDropFrame,
2099
- comment: %(A start time expressed as
2100
- timecode with drop frames.).freeze,
2154
+ comment: %(An end time expressed as timecode with drop frames.).freeze,
2101
2155
  label: "End time (timecode, drop frames)".freeze,
2102
2156
  range: "xsd:string".freeze,
2103
2157
  subPropertyOf: "ebucore:end".freeze,
@@ -2114,8 +2168,7 @@ module RDF::Vocab
2114
2168
  range: "xsd:anyURI".freeze,
2115
2169
  type: "rdf:Property".freeze
2116
2170
  property :eventDescription,
2117
- comment: %(To provide a deescription for an
2118
- Event.).freeze,
2171
+ comment: %(To provide a deescription for an Event.).freeze,
2119
2172
  domain: "ebucore:Event".freeze,
2120
2173
  label: "Description".freeze,
2121
2174
  range: "xsd:string".freeze,
@@ -2180,7 +2233,8 @@ module RDF::Vocab
2180
2233
  range: "xsd:time".freeze,
2181
2234
  type: "rdf:Property".freeze
2182
2235
  property :eventType,
2183
- comment: [%(Note: an Event type can be defined as a subClass of Event).freeze, %(Range: Event or string).freeze, %(To define a type of Event.).freeze],
2236
+ comment: [%(Note: an Event type can be defined as a subClass of
2237
+ Event).freeze, %(Range: Event or string).freeze, %(To define a type of Event.).freeze],
2184
2238
  domain: "ebucore:Event".freeze,
2185
2239
  label: "Event type".freeze,
2186
2240
  type: "rdf:Property".freeze
@@ -2210,32 +2264,35 @@ module RDF::Vocab
2210
2264
  range: "xsd:double".freeze,
2211
2265
  type: "rdf:Property".freeze
2212
2266
  property :filename,
2213
- comment: %(The name of the file containing the
2214
- Resource.).freeze,
2267
+ comment: %(The name of the file containing the Resource.).freeze,
2215
2268
  domain: "ebucore:Resource".freeze,
2216
2269
  label: "File name".freeze,
2217
2270
  range: "xsd:string".freeze,
2218
2271
  type: "rdf:Property".freeze
2219
2272
  property :firstShowing,
2220
- comment: %(A flag to indicate that this is the first time the event occurs.).freeze,
2273
+ comment: %(A flag to indicate that this is the first time the event
2274
+ occurs.).freeze,
2221
2275
  domain: "ebucore:PublicationEvent".freeze,
2222
2276
  label: "First showing".freeze,
2223
2277
  range: "xsd:boolean".freeze,
2224
2278
  type: "rdf:Property".freeze
2225
2279
  property :firstShowingThisService,
2226
- comment: %(A flag to indicate that this is the first time the event occurs on this service/channel.).freeze,
2280
+ comment: %(A flag to indicate that this is the first time the event occurs on
2281
+ this service/channel.).freeze,
2227
2282
  domain: "ebucore:PublicationEvent".freeze,
2228
2283
  label: "First showing this service".freeze,
2229
2284
  range: "xsd:boolean".freeze,
2230
2285
  type: "rdf:Property".freeze
2231
2286
  property :folksonomy,
2232
- comment: %(Provides a user/audience-generated description, tag, or label for resource content.).freeze,
2287
+ comment: %(Provides a user/audience-generated description, tag, or label for
2288
+ resource content.).freeze,
2233
2289
  domain: "ebucore:Resource".freeze,
2234
2290
  label: "Folksonomy".freeze,
2235
2291
  range: "xsd:string".freeze,
2236
2292
  type: "rdf:Property".freeze
2237
2293
  property :followsInSequence,
2238
- comment: %(A link to a an BusinessObject or a Resource preceding the current BusinessObject or Resource in an ordered sequence.).freeze,
2294
+ comment: %(A link to a an BusinessObject or a Resource preceding the current
2295
+ BusinessObject or Resource in an ordered sequence.).freeze,
2239
2296
  domain: term(
2240
2297
  type: "owl:Class".freeze,
2241
2298
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -2282,15 +2339,16 @@ module RDF::Vocab
2282
2339
  subPropertyOf: "ebucore:heightUnit".freeze,
2283
2340
  type: "rdf:Property".freeze
2284
2341
  property :frameRate,
2285
- comment: %(The frame rate of the video signal in frame per second.).freeze,
2342
+ comment: %(The frame rate of the video signal in frame per
2343
+ second.).freeze,
2286
2344
  domain: "ebucore:MediaResource".freeze,
2287
2345
  equivalentProperty: "ma:frameRate".freeze,
2288
2346
  label: "Frame rate".freeze,
2289
2347
  range: "xsd:double".freeze,
2290
2348
  type: "rdf:Property".freeze
2291
2349
  property :frameSizeUnit,
2292
- comment: %(The unit used to express the frame width or
2293
- height. The unit by default is 'pixel'.).freeze,
2350
+ comment: %(The unit used to express the frame width or height. The unit by
2351
+ default is 'pixel'.).freeze,
2294
2352
  domain: "ebucore:MediaResource".freeze,
2295
2353
  equivalentProperty: "ma:frameSizeUnit".freeze,
2296
2354
  label: "Frame size unit".freeze,
@@ -2302,12 +2360,14 @@ module RDF::Vocab
2302
2360
  subPropertyOf: "ebucore:width".freeze,
2303
2361
  type: "rdf:Property".freeze
2304
2362
  property :frameWidthUnit,
2305
- comment: %(The unit used to measure a frame width e.g. in pixels.).freeze,
2363
+ comment: %(The unit used to measure a frame width e.g. in
2364
+ pixels.).freeze,
2306
2365
  label: "Frame width unit".freeze,
2307
2366
  subPropertyOf: "ebucore:widthUnit".freeze,
2308
2367
  type: "rdf:Property".freeze
2309
2368
  property :framesPerSecond,
2310
- comment: %(Identifies the frames per second at which a visual resource should be played back for human consumption.).freeze,
2369
+ comment: %(Identifies the frames per second at which a visual resource should
2370
+ be played back for human consumption.).freeze,
2311
2371
  domain: "ebucore:Resource".freeze,
2312
2372
  equivalentProperty: "ma:frameRate".freeze,
2313
2373
  label: "Frames per second".freeze,
@@ -2315,7 +2375,8 @@ module RDF::Vocab
2315
2375
  subPropertyOf: "ebucore:playbackSpeed".freeze,
2316
2376
  type: "rdf:Property".freeze
2317
2377
  property :free,
2318
- comment: %(A flag to indicate that the access to the event is 'free'.).freeze,
2378
+ comment: %(A flag to indicate that the access to the event is
2379
+ 'free'.).freeze,
2319
2380
  domain: "ebucore:PublicationEvent".freeze,
2320
2381
  label: "Free access".freeze,
2321
2382
  range: "xsd:boolean".freeze,
@@ -2340,8 +2401,7 @@ module RDF::Vocab
2340
2401
  range: "xsd:string".freeze,
2341
2402
  type: "rdf:Property".freeze
2342
2403
  property :groupDescription,
2343
- comment: %(A textual description of a
2344
- Group.).freeze,
2404
+ comment: %(A textual description of a Group.).freeze,
2345
2405
  domain: "ebucore:Group".freeze,
2346
2406
  label: "Group description".freeze,
2347
2407
  range: "xsd:string".freeze,
@@ -2358,7 +2418,8 @@ module RDF::Vocab
2358
2418
  range: "xsd:string".freeze,
2359
2419
  type: "rdf:Property".freeze
2360
2420
  property :hasActionRelatedAgent,
2361
- comment: %(To associate an Action with an Agent \(e.g. Person or Character\).).freeze,
2421
+ comment: %(To associate an Action with an Agent \(e.g. Person or
2422
+ Character\).).freeze,
2362
2423
  domain: "ebucore:Action".freeze,
2363
2424
  label: "Action related agent".freeze,
2364
2425
  range: "ebucore:Scene".freeze,
@@ -2370,8 +2431,8 @@ module RDF::Vocab
2370
2431
  range: "ebucore:Scene".freeze,
2371
2432
  type: "rdf:Property".freeze
2372
2433
  property :hasAffiliation,
2373
- comment: [%(A property to establish the relation between a
2374
- Contact/person and an Organisation.).freeze, %(Range: Affiliation or string).freeze],
2434
+ comment: [%(A property to establish the relation between a Contact/person and an
2435
+ Organisation.).freeze, %(Range: Affiliation or string).freeze],
2375
2436
  domain: "ebucore:Person".freeze,
2376
2437
  label: "Affiliation".freeze,
2377
2438
  type: "rdf:Property".freeze
@@ -2402,8 +2463,8 @@ module RDF::Vocab
2402
2463
  range: "ebucore:Picture".freeze,
2403
2464
  type: "rdf:Property".freeze
2404
2465
  property :hasAncillaryData,
2405
- comment: %(A property to signal the presence of
2406
- AncillaryData associated with the EditorialObject and / or MediaResource.).freeze,
2466
+ comment: %(A property to signal the presence of AncillaryData associated with
2467
+ the EditorialObject and / or MediaResource.).freeze,
2407
2468
  domain: term(
2408
2469
  type: "owl:Class".freeze,
2409
2470
  unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
@@ -2427,7 +2488,8 @@ module RDF::Vocab
2427
2488
  label: "Creator".freeze,
2428
2489
  type: "rdf:Property".freeze
2429
2490
  property :hasArtefactLocation,
2430
- comment: [%(Range: a URI, Location or string.).freeze, %(To identify the Location where an Artefact can be found.).freeze],
2491
+ comment: [%(Range: a URI, Location or string.).freeze, %(To identify the Location where an Artefact can be
2492
+ found.).freeze],
2431
2493
  domain: "ebucore:Artefact".freeze,
2432
2494
  label: "Artefact location".freeze,
2433
2495
  type: "rdf:Property".freeze
@@ -2442,7 +2504,8 @@ module RDF::Vocab
2442
2504
  label: "Owner".freeze,
2443
2505
  type: "rdf:Property".freeze
2444
2506
  property :hasArtefactPriceCurrency,
2445
- comment: [%(Range: string or Concept).freeze, %(To specify the currency into which the price of an Artefact is expressed.).freeze],
2507
+ comment: [%(Range: string or Concept).freeze, %(To specify the currency into which the price of an Artefact is
2508
+ expressed.).freeze],
2446
2509
  domain: "ebucore:Artefact".freeze,
2447
2510
  label: "Artefact price currency".freeze,
2448
2511
  type: "rdf:Property".freeze
@@ -2452,24 +2515,28 @@ module RDF::Vocab
2452
2515
  label: "Associated agent".freeze,
2453
2516
  type: "rdf:Property".freeze
2454
2517
  property :hasArtefactRelatedEditorialObject,
2455
- comment: %(To establish a relation between an Artefact and an EditorialObject.).freeze,
2518
+ comment: %(To establish a relation between an Artefact and an
2519
+ EditorialObject.).freeze,
2456
2520
  domain: "ebucore:Artefact".freeze,
2457
2521
  label: "Related editorial object".freeze,
2458
2522
  range: "ebucore:EditorialObject".freeze,
2459
2523
  type: "rdf:Property".freeze
2460
2524
  property :hasArtefactRelatedLocation,
2461
- comment: %(To associate an Artefact/Prop or else with a Location.).freeze,
2525
+ comment: %(To associate an Artefact/Prop or else with a
2526
+ Location.).freeze,
2462
2527
  domain: "ebucore:Artefact".freeze,
2463
2528
  label: "Associated location".freeze,
2464
2529
  type: "rdf:Property".freeze
2465
2530
  property :hasArtefactRelatedPhysicalResource,
2466
- comment: %(To establish a relation between an Artefact and a PhysicalResource.).freeze,
2531
+ comment: %(To establish a relation between an Artefact and a
2532
+ PhysicalResource.).freeze,
2467
2533
  domain: "ebucore:Artefact".freeze,
2468
2534
  label: "Related physical resource".freeze,
2469
2535
  range: "ebucore:PhysicalResource".freeze,
2470
2536
  type: "rdf:Property".freeze
2471
2537
  property :hasArtefactRelatedResource,
2472
- comment: %(To establish a relation between an Artefact and a Resource.).freeze,
2538
+ comment: %(To establish a relation between an Artefact and a
2539
+ Resource.).freeze,
2473
2540
  domain: "ebucore:Artefact".freeze,
2474
2541
  label: "Related resource".freeze,
2475
2542
  range: "ebucore:Resource".freeze,
@@ -2484,6 +2551,12 @@ module RDF::Vocab
2484
2551
  domain: "ebucore:Artefact".freeze,
2485
2552
  label: "Supplier".freeze,
2486
2553
  type: "rdf:Property".freeze
2554
+ property :hasAssetRelatedBusinessObject,
2555
+ domain: "ebucore:Asset".freeze,
2556
+ label: "Related business object".freeze,
2557
+ range: "ebucore:BusinessObject".freeze,
2558
+ subPropertyOf: "ebucore:hasRelatedBusinessObject".freeze,
2559
+ type: "rdf:Property".freeze
2487
2560
  property :hasAssetRelatedEditorialObject,
2488
2561
  domain: "ebucore:Asset".freeze,
2489
2562
  label: "Related editorial object".freeze,
@@ -2502,7 +2575,8 @@ module RDF::Vocab
2502
2575
  label: "Related Artefact".freeze,
2503
2576
  type: "rdf:Property".freeze
2504
2577
  property :hasAssociatedAsset,
2505
- comment: %(To identify an Asset associated with a PublicationPlan.).freeze,
2578
+ comment: %(To identify an Asset associated with a
2579
+ PublicationPlan.).freeze,
2506
2580
  domain: "ebucore:PublicationPlan".freeze,
2507
2581
  label: "Publication plan associated asset.".freeze,
2508
2582
  range: "ebucore:Asset".freeze,
@@ -2522,9 +2596,13 @@ module RDF::Vocab
2522
2596
  label: "has audio codec".freeze,
2523
2597
  subPropertyOf: "ebucore:hasCodec".freeze,
2524
2598
  type: "rdf:Property".freeze
2599
+ property :hasAudioContentType,
2600
+ comment: [%(Range:string or Concept / AudioContentType.).freeze, %(To define a type of AudioContent.).freeze],
2601
+ domain: "ebucore:AudioContent".freeze,
2602
+ label: "Audio content type".freeze,
2603
+ type: "rdf:Property".freeze
2525
2604
  property :hasAudioDescription,
2526
- comment: %(To signal the presence of
2527
- AudioDescription.).freeze,
2605
+ comment: %(To signal the presence of AudioDescription.).freeze,
2528
2606
  domain: term(
2529
2607
  type: "owl:Class".freeze,
2530
2608
  unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
@@ -2537,6 +2615,11 @@ module RDF::Vocab
2537
2615
  label: "Audio encoding format".freeze,
2538
2616
  subPropertyOf: "ebucore:hasEncodingFormat".freeze,
2539
2617
  type: "rdf:Property".freeze
2618
+ property :hasAudioProgrammeType,
2619
+ comment: [%(Range:string or Concept / AudioProgrammeType).freeze, %(To define a type of AudioProgramme.).freeze],
2620
+ domain: "ebucore:AudioProgramme".freeze,
2621
+ label: "Audio programme type.".freeze,
2622
+ type: "rdf:Property".freeze
2540
2623
  property :hasAudioTrack,
2541
2624
  comment: %(To identify AudioTracks in the Resource.).freeze,
2542
2625
  label: "Audio track".freeze,
@@ -2560,13 +2643,22 @@ module RDF::Vocab
2560
2643
  label: "Resource".freeze,
2561
2644
  range: "ebucore:Resource".freeze,
2562
2645
  type: "rdf:Property".freeze
2646
+ property :hasAwardType,
2647
+ comment: [%(Range: string or Concept).freeze, %(To define a type of Award.).freeze],
2648
+ domain: "ebucore:Award".freeze,
2649
+ label: "Award type".freeze,
2650
+ type: "rdf:Property".freeze
2563
2651
  property :hasBeenAwarded,
2564
2652
  comment: [%(Award.).freeze, %(Range: a string or an Award.).freeze],
2565
2653
  label: "Agent".freeze,
2566
2654
  type: "rdf:Property".freeze
2655
+ property :hasBusinessObjectType,
2656
+ comment: [%(A type attributed to a BusinessObject.).freeze, %(Range: string or BusinessObjectType).freeze],
2657
+ domain: "ebucore:BusinessObject".freeze,
2658
+ label: "Business Object type".freeze,
2659
+ type: "rdf:Property".freeze
2567
2660
  property :hasCaptioning,
2568
- comment: %(To signal the presence of
2569
- Captioning.).freeze,
2661
+ comment: %(To signal the presence of Captioning.).freeze,
2570
2662
  domain: term(
2571
2663
  type: "owl:Class".freeze,
2572
2664
  unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
@@ -2614,7 +2706,8 @@ module RDF::Vocab
2614
2706
  ),
2615
2707
  type: "rdf:Property".freeze
2616
2708
  property :hasCodec,
2617
- comment: [%(Range: a string or a Codec).freeze, %(To identify the Codec with which the Resource has been encoded.).freeze],
2709
+ comment: [%(Range: a string or a Codec).freeze, %(To identify the Codec with which the Resource has been
2710
+ encoded.).freeze],
2618
2711
  domain: "ebucore:Resource".freeze,
2619
2712
  equivalentProperty: "ma:hasCompression".freeze,
2620
2713
  label: "Encoder / Codec".freeze,
@@ -2625,8 +2718,8 @@ module RDF::Vocab
2625
2718
  subPropertyOf: "ebucore:hasFormat".freeze,
2626
2719
  type: "rdf:Property".freeze
2627
2720
  property :hasContact,
2628
- comment: [%(Range: a link to a Contact or a string.).freeze, %(To provide information on a Contact for an
2629
- Organisation or a physical person \(e.g. the agent of an actor\).).freeze],
2721
+ comment: [%(Range: a link to a Contact or a string.).freeze, %(To provide information on a Contact for an Organisation or a
2722
+ physical person \(e.g. the agent of an actor\).).freeze],
2630
2723
  domain: "ebucore:Agent".freeze,
2631
2724
  label: "Contact".freeze,
2632
2725
  range: ["ebucore:Contact".freeze, "xsd:string".freeze],
@@ -2646,8 +2739,8 @@ module RDF::Vocab
2646
2739
  subPropertyOf: "ebucore:hasFormat".freeze,
2647
2740
  type: "rdf:Property".freeze
2648
2741
  property :hasContributor,
2649
- comment: %(To provide information on Contacts/persons or
2650
- Organisations who have contributed to the BusinessObject and associated Resource.).freeze,
2742
+ comment: %(To provide information on Contacts/persons or Organisations who
2743
+ have contributed to the BusinessObject and associated Resource.).freeze,
2651
2744
  equivalentProperty: "ma:hasContributor".freeze,
2652
2745
  label: "Contributor".freeze,
2653
2746
  subPropertyOf: "dc11:contributor".freeze,
@@ -2665,9 +2758,8 @@ module RDF::Vocab
2665
2758
  label: "Country of death".freeze,
2666
2759
  type: "rdf:Property".freeze
2667
2760
  property :hasCoverage,
2668
- comment: %(A property to identify the Events and or
2669
- Locations, all real or fictional, covered by the
2670
- BusinessObject.).freeze,
2761
+ comment: %(A property to identify the Events and or Locations, all real or
2762
+ fictional, covered by the BusinessObject.).freeze,
2671
2763
  equivalentProperty: "ma:hasRelatedLocation".freeze,
2672
2764
  label: "Coverage".freeze,
2673
2765
  subPropertyOf: "dc11:coverage".freeze,
@@ -2678,7 +2770,8 @@ module RDF::Vocab
2678
2770
  label: "Creation location".freeze,
2679
2771
  type: "rdf:Property".freeze
2680
2772
  property :hasCreator,
2681
- comment: %(To identify an Agent involved in the creation of the Resource or BusinessObject.).freeze,
2773
+ comment: %(To identify an Agent involved in the creation of the Resource or
2774
+ BusinessObject.).freeze,
2682
2775
  equivalentProperty: "ma:hasCreator".freeze,
2683
2776
  label: "Creator".freeze,
2684
2777
  subPropertyOf: "dc11:creator".freeze,
@@ -2695,7 +2788,8 @@ module RDF::Vocab
2695
2788
  subPropertyOf: "ebucore:hasRole".freeze,
2696
2789
  type: "rdf:Property".freeze
2697
2790
  property :hasDataFormat,
2698
- comment: %(To describe the format of data carried in a resource.).freeze,
2791
+ comment: %(To describe the format of data carried in a
2792
+ resource.).freeze,
2699
2793
  label: "Data format".freeze,
2700
2794
  subPropertyOf: "ebucore:hasFormat".freeze,
2701
2795
  type: "rdf:Property".freeze
@@ -2706,8 +2800,7 @@ module RDF::Vocab
2706
2800
  subPropertyOf: "ebucore:hasTrack".freeze,
2707
2801
  type: "rdf:Property".freeze
2708
2802
  property :hasDepartment,
2709
- comment: [%(Range: a string or a Department.).freeze, %(To identify Departments within an
2710
- Organisation.).freeze],
2803
+ comment: [%(Range: a string or a Department.).freeze, %(To identify Departments within an Organisation.).freeze],
2711
2804
  domain: "ebucore:Organisation".freeze,
2712
2805
  label: "Department".freeze,
2713
2806
  type: "rdf:Property".freeze
@@ -2727,12 +2820,19 @@ module RDF::Vocab
2727
2820
  subPropertyOf: "ebucore:hasLanguage".freeze,
2728
2821
  type: "rdf:Property".freeze
2729
2822
  property :hasEOContributor,
2730
- comment: [%(Range: Agent or string).freeze, %(To identify Agents who contributed to the EditorialObject, according to their respective Agent Role.).freeze],
2823
+ comment: [%(Range: Agent or string).freeze, %(To identify Agents who contributed to the EditorialObject, according
2824
+ to their respective Agent Role.).freeze],
2731
2825
  label: "Contributor".freeze,
2732
2826
  subPropertyOf: "ebucore:hasContributor".freeze,
2733
2827
  type: "rdf:Property".freeze
2828
+ property :hasEditorialObjectType,
2829
+ comment: [%(A type attributed to an EditorialObject.).freeze, %(Range: string or EditorialObjectType/Concept).freeze],
2830
+ domain: "ebucore:EditorialObject".freeze,
2831
+ label: "Editorial Object type".freeze,
2832
+ type: "rdf:Property".freeze
2734
2833
  property :hasEmotionRelatedAgent,
2735
- comment: %(To associate an Emotion with an Agent \(e.g. Person or Character\).).freeze,
2834
+ comment: %(To associate an Emotion with an Agent \(e.g. Person or
2835
+ Character\).).freeze,
2736
2836
  domain: "ebucore:Emotion".freeze,
2737
2837
  label: "Emotion related agent".freeze,
2738
2838
  range: "ebucore:Scene".freeze,
@@ -2744,13 +2844,13 @@ module RDF::Vocab
2744
2844
  range: "ebucore:Scene".freeze,
2745
2845
  type: "rdf:Property".freeze
2746
2846
  property :hasEncodingFormat,
2747
- comment: %(To describe any encoding format use to produce content.).freeze,
2847
+ comment: %(To describe any encoding format use to produce
2848
+ content.).freeze,
2748
2849
  label: "Encoding format".freeze,
2749
2850
  subPropertyOf: "ebucore:hasFormat".freeze,
2750
2851
  type: "rdf:Property".freeze
2751
2852
  property :hasEpisode,
2752
- comment: %(To identify an episode of a
2753
- Series or a Season.).freeze,
2853
+ comment: %(To identify an episode of a Series or a Season.).freeze,
2754
2854
  domain: "ebucore:Group".freeze,
2755
2855
  inverseOf: "ebucore:isEpisodeOf".freeze,
2756
2856
  label: "Episode".freeze,
@@ -2801,13 +2901,14 @@ module RDF::Vocab
2801
2901
  subPropertyOf: "dc11:format".freeze,
2802
2902
  type: "rdf:Property".freeze
2803
2903
  property :hasGeneration,
2804
- comment: %(Identifies the generation of a version of a resource, i.e. master, edit master, distribution copy, etc.).freeze,
2904
+ comment: %(Identifies the generation of a version of a resource, i.e. master,
2905
+ edit master, distribution copy, etc.).freeze,
2805
2906
  label: "Generation".freeze,
2806
2907
  subPropertyOf: "ebucore:hasFormat".freeze,
2807
2908
  type: "rdf:Property".freeze
2808
2909
  property :hasGenre,
2809
2910
  comment: %(To define a Genre/category associated to the
2810
- BusinesssObject.).freeze,
2911
+ BusinesssObject.).freeze,
2811
2912
  equivalentProperty: "ma:hasGenre".freeze,
2812
2913
  label: "Genre".freeze,
2813
2914
  subPropertyOf: "ebucore:hasType".freeze,
@@ -2827,7 +2928,8 @@ module RDF::Vocab
2827
2928
  label: ["Identifier".freeze, "Range: Identifier or string or anyURI".freeze],
2828
2929
  type: "rdf:Property".freeze
2829
2930
  property :hasIdentifierType,
2830
- comment: [%(Range: code/Concept or string).freeze, %(To define a type of Identifer \(e.g. UUID, ISAN, EIDR, in-house production Id\).).freeze],
2931
+ comment: [%(Range: code/Concept or string).freeze, %(To define a type of Identifer \(e.g. UUID, ISAN, EIDR, in-house
2932
+ production Id\).).freeze],
2831
2933
  domain: "ebucore:Identifier".freeze,
2832
2934
  label: "Id type".freeze,
2833
2935
  type: "rdf:Property".freeze
@@ -2853,20 +2955,20 @@ module RDF::Vocab
2853
2955
  range: "ebucore:KeyPersonalEvent".freeze,
2854
2956
  type: "rdf:Property".freeze
2855
2957
  property :hasKeyword,
2856
- comment: [%(Range: keyword or string).freeze, %(To associate a concept, descriptive phrase or
2857
- Keyword that specifies the topic of the BusinessObject or Annotation.).freeze],
2958
+ comment: [%(Range: keyword or string).freeze, %(To associate a concept, descriptive phrase or Keyword that
2959
+ specifies the topic of the BusinessObject or Annotation.).freeze],
2858
2960
  domain: "ebucore:EditorialObject".freeze,
2859
2961
  equivalentProperty: "ma:hasKeyword".freeze,
2860
2962
  label: "Keyword".freeze,
2861
2963
  type: "rdf:Property".freeze
2862
2964
  property :hasLanguage,
2863
- comment: %(To associate a Language to a Resource or
2864
- BusinessObject. A controlled vocabulary based on BCP 47 is recommended. This
2865
- property can also be used to identify the presence of sign language \(RFC 5646\). By
2866
- inheritance, the hasLanguage property applies indifferently at the MediaResource /
2867
- Fragment / Track levels at which the usage is being defined. Best practice recommends to
2868
- use to best possible level of granularity fo describe the usage of language within a
2869
- MediaResource including at Fragment and Track levels.).freeze,
2965
+ comment: %(To associate a Language to a Resource or BusinessObject. A
2966
+ controlled vocabulary based on BCP 47 is recommended. This property can also be used to
2967
+ identify the presence of sign language \(RFC 5646\). By inheritance, the hasLanguage
2968
+ property applies indifferently at the MediaResource / Fragment / Track levels at which the
2969
+ usage is being defined. Best practice recommends to use to best possible level of
2970
+ granularity fo describe the usage of language within a MediaResource including at Fragment
2971
+ and Track levels.).freeze,
2870
2972
  domain: term(
2871
2973
  type: "owl:Class".freeze,
2872
2974
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -2882,14 +2984,12 @@ module RDF::Vocab
2882
2984
  range: "ebucore:Picture".freeze,
2883
2985
  type: "rdf:Property".freeze
2884
2986
  property :hasLocationRelatedArtefact,
2885
- comment: [%(Range: a string or an Artefact.).freeze, %(To associate an Artefact with a
2886
- Location.).freeze],
2987
+ comment: [%(Range: a string or an Artefact.).freeze, %(To associate an Artefact with a Location.).freeze],
2887
2988
  domain: "ebucore:Location".freeze,
2888
2989
  label: "Event".freeze,
2889
2990
  type: "rdf:Property".freeze
2890
2991
  property :hasLocationRelatedEvent,
2891
- comment: [%(Range: a string or an Event.).freeze, %(To associate an Event with a
2892
- Location.).freeze],
2992
+ comment: [%(Range: a string or an Event.).freeze, %(To associate an Event with a Location.).freeze],
2893
2993
  domain: "ebucore:Location".freeze,
2894
2994
  label: "Event".freeze,
2895
2995
  type: "rdf:Property".freeze
@@ -2900,8 +3000,8 @@ module RDF::Vocab
2900
3000
  range: "ebucore:Resource".freeze,
2901
3001
  type: "rdf:Property".freeze
2902
3002
  property :hasLogo,
2903
- comment: %(Logos can be used in a variety of contexts.
2904
- Logo can be associated with an Organisation or a Service or a PublicationChannel.).freeze,
3003
+ comment: %(Logos can be used in a variety of contexts. Logo can be
3004
+ associated with an Organisation or a Service or a PublicationChannel.).freeze,
2905
3005
  label: "Logo".freeze,
2906
3006
  range: "ebucore:Logo".freeze,
2907
3007
  type: "rdf:Property".freeze
@@ -2913,8 +3013,8 @@ module RDF::Vocab
2913
3013
  subPropertyOf: "ebucore:hasRelatedResource".freeze,
2914
3014
  type: "rdf:Property".freeze
2915
3015
  property :hasMediaFragment,
2916
- comment: %(To define relation to MediaFragments
2917
- withiin a MediaResource.).freeze,
3016
+ comment: %(To define relation to MediaFragments withiin a
3017
+ MediaResource.).freeze,
2918
3018
  domain: "ebucore:MediaResource".freeze,
2919
3019
  equivalentProperty: "ma:hasFragment".freeze,
2920
3020
  inverseOf: "ebucore:isMediaFragmentOf".freeze,
@@ -2923,20 +3023,23 @@ module RDF::Vocab
2923
3023
  subPropertyOf: "ebucore:hasRelatedResource".freeze,
2924
3024
  type: "rdf:Property".freeze
2925
3025
  property :hasMedium,
2926
- comment: %(To specify the medium on which the Resource is available.).freeze,
3026
+ comment: %(To specify the medium on which the Resource is
3027
+ available.).freeze,
2927
3028
  label: "Medium".freeze,
2928
3029
  subPropertyOf: "ebucore:hasFormat".freeze,
2929
3030
  type: "rdf:Property".freeze
2930
3031
  property :hasMember,
2931
- comment: %(To establish group/collection relationship between EditorialObjects.).freeze,
3032
+ comment: %(To establish group/collection relationship between
3033
+ EditorialObjects.).freeze,
2932
3034
  domain: "ebucore:Group".freeze,
2933
3035
  label: "Member.".freeze,
2934
3036
  range: "ebucore:EditorialObject".freeze,
2935
3037
  type: "rdf:Property".freeze
2936
3038
  property :hasMemberPublicationPlan,
2937
- comment: %(To identify a PublicationPlan that forms part of another PublicationPlan.).freeze,
3039
+ comment: %(To identify a PublicationPlan that forms part of another
3040
+ PublicationPlan.).freeze,
2938
3041
  domain: "ebucore:PublicationPlan".freeze,
2939
- label: "Publication plan member".freeze,
3042
+ label: "Publication plan member".freeze,
2940
3043
  range: "ebucore:PublicationPlan".freeze,
2941
3044
  type: "rdf:Property".freeze
2942
3045
  property :hasMetadataTrack,
@@ -2951,8 +3054,8 @@ module RDF::Vocab
2951
3054
  subPropertyOf: "ebucore:hasFormat".freeze,
2952
3055
  type: "rdf:Property".freeze
2953
3056
  property :hasObjectType,
2954
- comment: %(To define an ObjectType for the BusinessObject
2955
- \(e.g. book, report, programme, clip\) if not defined as a subClass of BusinessObject.).freeze,
3057
+ comment: %(To define an ObjectType for the BusinessObject \(e.g. book, report,
3058
+ programme, clip\) if not defined as a subClass of BusinessObject.).freeze,
2956
3059
  domain: "ebucore:BusinessObject".freeze,
2957
3060
  label: "Object/asset type".freeze,
2958
3061
  subPropertyOf: "ebucore:hasType".freeze,
@@ -2984,20 +3087,27 @@ module RDF::Vocab
2984
3087
  ),
2985
3088
  type: "rdf:Property".freeze
2986
3089
  property :hasPart,
2987
- comment: %(To define Parts \(segments, fragments, shots, etc.\)
2988
- within an EditorialObject.).freeze,
3090
+ comment: %(To define Parts \(segments, fragments, shots, etc.\) within an
3091
+ EditorialObject.).freeze,
2989
3092
  domain: "ebucore:EditorialObject".freeze,
2990
3093
  label: "Part".freeze,
2991
3094
  range: "ebucore:Part".freeze,
2992
3095
  subPropertyOf: "ebucore:hasRelatedBusinessObject".freeze,
2993
3096
  type: "rdf:Property".freeze
3097
+ property :hasPartType,
3098
+ comment: [%(A type of Part.).freeze, %(Note: this can also be done defining subClasses of
3099
+ Part.).freeze, %(Range: a string or code/Concept).freeze],
3100
+ domain: "ebucore:Part".freeze,
3101
+ label: "Part type".freeze,
3102
+ type: "rdf:Property".freeze
2994
3103
  property :hasParticipatingAgent,
2995
3104
  comment: [%(To identify participating Agents.).freeze, %(range: Agent or string).freeze],
2996
3105
  domain: "ebucore:EditorialObject".freeze,
2997
3106
  label: "Participating agent".freeze,
2998
3107
  type: "rdf:Property".freeze
2999
3108
  property :hasPictogram,
3000
- comment: [%(Range: a locator/URI or a Picture.).freeze, %(To provide a visual representation of a Rating / AufdienceRating / AudienceLevel.).freeze],
3109
+ comment: [%(Range: a locator/URI or a Picture.).freeze, %(To provide a visual representation of a Rating / AufdienceRating /
3110
+ AudienceLevel.).freeze],
3001
3111
  domain: "ebucore:Rating".freeze,
3002
3112
  label: "Pictogram".freeze,
3003
3113
  type: "rdf:Property".freeze
@@ -3022,9 +3132,14 @@ module RDF::Vocab
3022
3132
  domain: "ebucore:EditorialObject".freeze,
3023
3133
  label: "Production location".freeze,
3024
3134
  type: "rdf:Property".freeze
3135
+ property :hasPublicationChannelType,
3136
+ comment: [%(Range: string or Concept/AnyURI.).freeze, %(To define a type of PublicationChannel.).freeze],
3137
+ domain: "ebucore:PublicationChannel".freeze,
3138
+ label: "Publication Channel type".freeze,
3139
+ type: "rdf:Property".freeze
3025
3140
  property :hasPublicationEvent,
3026
- comment: %(To associate PublicationEvents with
3027
- PublicationChannels or as elements of a PublicationHistory or PublicationPlanning.).freeze,
3141
+ comment: %(To associate PublicationEvents with PublicationChannels or as
3142
+ elements of a PublicationHistory or PublicationPlanning.).freeze,
3028
3143
  domain: term(
3029
3144
  type: "owl:Class".freeze,
3030
3145
  unionOf: list("ebucore:PublicationChannel".freeze, "ebucore:PublicationHistory".freeze, "ebucore:PublicationPlan".freeze)
@@ -3032,8 +3147,14 @@ module RDF::Vocab
3032
3147
  label: "Publication event".freeze,
3033
3148
  range: "ebucore:PublicationEvent".freeze,
3034
3149
  type: "rdf:Property".freeze
3150
+ property :hasPublicationEventType,
3151
+ comment: [%(A type of PublicationEvent.).freeze, %(Range: a string or code/Concept).freeze],
3152
+ domain: "ebucore:PublicationEvent".freeze,
3153
+ label: "Publication event type".freeze,
3154
+ type: "rdf:Property".freeze
3035
3155
  property :hasPublicationHistory,
3036
- comment: %(To provide the history of publication of an EditorailObject or MediaResource.).freeze,
3156
+ comment: %(To provide the history of publication of an EditorailObject or
3157
+ MediaResource.).freeze,
3037
3158
  domain: term(
3038
3159
  type: "owl:Class".freeze,
3039
3160
  unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
@@ -3042,7 +3163,8 @@ module RDF::Vocab
3042
3163
  range: "ebucore:PublicationHistory".freeze,
3043
3164
  type: "rdf:Property".freeze
3044
3165
  property :hasPublicationMedium,
3045
- comment: [%(Range: string or concept PublicationMedium).freeze, %(To identify the publication medium of a PublicationEvent.).freeze],
3166
+ comment: [%(Range: string or concept PublicationMedium).freeze, %(To identify the publication medium of a
3167
+ PublicationEvent.).freeze],
3046
3168
  domain: "ebucore:PublicationEvent".freeze,
3047
3169
  label: "Publication medium".freeze,
3048
3170
  type: "rdf:Property".freeze
@@ -3051,20 +3173,26 @@ module RDF::Vocab
3051
3173
  label: "Publication plan member".freeze,
3052
3174
  range: "ebucore:PublicationPlan".freeze,
3053
3175
  type: "rdf:Property".freeze
3176
+ property :hasPublicationPlanType,
3177
+ comment: [%(Range: string or Concept/AnyURI.).freeze, %(To define a type of PublicationPlan.).freeze],
3178
+ domain: "ebucore:PublicationPlan".freeze,
3179
+ label: "Publication plan type".freeze,
3180
+ type: "rdf:Property".freeze
3054
3181
  property :hasPublicationRegion,
3055
3182
  comment: [%(Range: string or Location).freeze, %(The region where the publication takes place.).freeze],
3056
3183
  domain: "ebucore:PublicationEvent".freeze,
3057
3184
  label: "Publication region".freeze,
3058
3185
  type: "rdf:Property".freeze
3059
3186
  property :hasPublisher,
3060
- comment: %(To identify an Agent involved in the publication of the Resource or BusinessObject.).freeze,
3187
+ comment: %(To identify an Agent involved in the publication of the Resource or
3188
+ BusinessObject.).freeze,
3061
3189
  equivalentProperty: "ma:hasPublisher".freeze,
3062
3190
  label: "Publisher".freeze,
3063
3191
  subPropertyOf: "dc11:publisher".freeze,
3064
3192
  type: "rdf:Property".freeze
3065
3193
  property :hasRating,
3066
- comment: [%(Range: a string or a Rating.).freeze, %(To identify the presence of Rating attributed
3067
- to a Resource or BusinessObject.).freeze],
3194
+ comment: [%(Range: a string or a Rating.).freeze, %(To identify the presence of Rating attributed to a Resource or
3195
+ BusinessObject.).freeze],
3068
3196
  domain: term(
3069
3197
  type: "owl:Class".freeze,
3070
3198
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -3073,13 +3201,14 @@ module RDF::Vocab
3073
3201
  label: "Rating".freeze,
3074
3202
  type: "rdf:Property".freeze
3075
3203
  property :hasRatingSource,
3076
- comment: [%(Range: a string or an Agent.).freeze, %(To identify an Agent \(Contact/person or
3077
- Organisation\) who has proposed a Rating.).freeze],
3204
+ comment: [%(Range: a string or an Agent.).freeze, %(To identify an Agent \(Contact/person or Organisation\) who has
3205
+ proposed a Rating.).freeze],
3078
3206
  domain: "ebucore:Rating".freeze,
3079
3207
  label: "Rating provider".freeze,
3080
3208
  type: "rdf:Property".freeze
3081
3209
  property :hasRelatedArtefact,
3082
- comment: %(To identify and Artefact related to EditorialObject or a resource.).freeze,
3210
+ comment: %(To identify and Artefact related to EditorialObject or a
3211
+ resource.).freeze,
3083
3212
  domain: term(
3084
3213
  type: "owl:Class".freeze,
3085
3214
  unionOf: list("ebucore:EditorialObject".freeze, "ebucore:Resource".freeze)
@@ -3097,7 +3226,8 @@ module RDF::Vocab
3097
3226
  range: "ebucore:Asset".freeze,
3098
3227
  type: "rdf:Property".freeze
3099
3228
  property :hasRelatedAudioContent,
3100
- comment: %(To identify the AudioContent associated with an AudioProgramme.).freeze,
3229
+ comment: %(To identify the AudioContent associated with an
3230
+ AudioProgramme.).freeze,
3101
3231
  domain: "ebucore:AudioProgramme".freeze,
3102
3232
  label: "Audio content".freeze,
3103
3233
  range: "ebucore:AudioContent".freeze,
@@ -3128,14 +3258,14 @@ module RDF::Vocab
3128
3258
  label: "Related aaward".freeze,
3129
3259
  type: "rdf:Property".freeze
3130
3260
  property :hasRelatedBusinessObject,
3131
- comment: %(To aggregate properties defining a relation to BusinessOjects.).freeze,
3261
+ comment: %(To aggregate properties defining a relation to
3262
+ BusinessOjects.).freeze,
3132
3263
  label: "Business object".freeze,
3133
3264
  range: "ebucore:BusinessObject".freeze,
3134
3265
  type: "rdf:Property".freeze
3135
3266
  property :hasRelatedEvent,
3136
- comment: [%(A property to identify the
3137
- Events, all real or fictional, covered by the
3138
- BusinessObject.).freeze, %(Range: Sting or Event).freeze],
3267
+ comment: [%(A property to identify the Events, all real or fictional,
3268
+ covered by the BusinessObject.).freeze, %(Range: Sting or Event).freeze],
3139
3269
  domain: "ebucore:BusinessObject".freeze,
3140
3270
  label: "Event".freeze,
3141
3271
  subPropertyOf: "ebucore:hasCoverage".freeze,
@@ -3148,23 +3278,24 @@ module RDF::Vocab
3148
3278
  subPropertyOf: "ebucore:hasRelatedBusinessObject".freeze,
3149
3279
  type: "rdf:Property".freeze
3150
3280
  property :hasRelatedLocation,
3151
- comment: [%(A property to identify the
3152
- Locations, all real or fictional, covered by the
3153
- BusinessObject.).freeze, %(Range: String or Location).freeze],
3281
+ comment: [%(A property to identify the Locations, all real or fictional, covered
3282
+ by the BusinessObject.).freeze, %(Range: String or Location).freeze],
3154
3283
  domain: "ebucore:BusinessObject".freeze,
3155
3284
  equivalentProperty: "ma:hasRelatedLocation".freeze,
3156
3285
  label: "Location".freeze,
3157
3286
  subPropertyOf: "ebucore:hasCoverage".freeze,
3158
3287
  type: "rdf:Property".freeze
3159
3288
  property :hasRelatedMediaFragment,
3160
- comment: %(To associate a Part of an EditorialObject with a MediaFragment within the association MediaResource instantiating the EditorialObject.).freeze,
3289
+ comment: %(To associate a Part of an EditorialObject with a MediaFragment
3290
+ within the association MediaResource instantiating the EditorialObject.).freeze,
3161
3291
  domain: "ebucore:Part".freeze,
3162
3292
  label: "Media fragment".freeze,
3163
3293
  range: "ebucore:MediaFragment".freeze,
3164
3294
  subPropertyOf: "ebucore:hasRelatedResource".freeze,
3165
3295
  type: "rdf:Property".freeze
3166
3296
  property :hasRelatedPicture,
3167
- comment: %(To associate a Picture with a BusinessObject or a Resource.).freeze,
3297
+ comment: %(To associate a Picture with a BusinessObject or a
3298
+ Resource.).freeze,
3168
3299
  domain: "ebucore:Resource".freeze,
3169
3300
  equivalentProperty: "ma:hasRelatedImage".freeze,
3170
3301
  label: "Picture".freeze,
@@ -3176,13 +3307,15 @@ module RDF::Vocab
3176
3307
  label: "Publication channel".freeze,
3177
3308
  type: "rdf:Property".freeze
3178
3309
  property :hasRelatedPublicationEvent,
3179
- comment: %(To identify the PublicationEvent associated with a MediaResource \(manifestation of an EditorialObject\).).freeze,
3310
+ comment: %(To identify the PublicationEvent associated with a MediaResource
3311
+ \(manifestation of an EditorialObject\).).freeze,
3180
3312
  domain: "ebucore:PublicationEvent".freeze,
3181
3313
  label: "Publication event".freeze,
3182
3314
  range: "ebucore:PublicationEvent".freeze,
3183
3315
  type: "rdf:Property".freeze
3184
3316
  property :hasRelatedResource,
3185
- comment: %(To identify a Resource associated with an Asset or a BusinessObject or a PublicationEvent or another Resource.).freeze,
3317
+ comment: %(To identify a Resource associated with an Asset or a
3318
+ BusinessObject or a PublicationEvent or another Resource.).freeze,
3186
3319
  equivalentProperty: "ma:hasRelatedResource".freeze,
3187
3320
  label: "Related resource".freeze,
3188
3321
  type: "rdf:Property".freeze
@@ -3193,7 +3326,8 @@ module RDF::Vocab
3193
3326
  range: "ebucore:Service".freeze,
3194
3327
  type: "rdf:Property".freeze
3195
3328
  property :hasRelatedTextLine,
3196
- comment: [%(A TextLine or free text related to an EditorialObject.).freeze, %(Range: string or TextLine.).freeze],
3329
+ comment: [%(A TextLine or free text related to an
3330
+ EditorialObject.).freeze, %(Range: string or TextLine.).freeze],
3197
3331
  domain: "ebucore:EditorialObject".freeze,
3198
3332
  label: "Related text line".freeze,
3199
3333
  type: "rdf:Property".freeze
@@ -3205,21 +3339,28 @@ module RDF::Vocab
3205
3339
  comment: [%(Range: string or anyURI/Agent.).freeze, %(To identify an Agent associated with a Relation.).freeze],
3206
3340
  domain: "ebucore:Relation".freeze,
3207
3341
  type: "rdf:Property".freeze
3342
+ property :hasResourceType,
3343
+ comment: [%(Range: string or ResourceType/Concept).freeze, %(To define a type of Resource.).freeze],
3344
+ domain: "ebucore:Resource".freeze,
3345
+ label: "Resource type".freeze,
3346
+ type: "rdf:Property".freeze
3208
3347
  property :hasRightsContact,
3209
- comment: [%(Range: a string or a Contact.).freeze, %(To identify a Contact/person who can provide
3210
- assistance / guidance regarding the associated Rights.).freeze],
3348
+ comment: [%(Range: a string or a Contact.).freeze, %(To identify a Contact/person who can provide assistance / guidance
3349
+ regarding the associated Rights.).freeze],
3211
3350
  domain: "ebucore:Rights".freeze,
3212
3351
  label: "Contact".freeze,
3213
3352
  type: "rdf:Property".freeze
3214
3353
  property :hasRightsHolder,
3215
- comment: [%(Range: a string or an Agent.).freeze, %(To identify an Agent \(Contact/person or
3216
- Organisation\) having/managing Rights.).freeze],
3354
+ comment: [%(Range: a string or an Agent.).freeze, %(To identify an Agent \(Contact/person or Organisation\)
3355
+ having/managing Rights.).freeze],
3217
3356
  domain: "ebucore:Rights".freeze,
3218
3357
  label: "Rights holder".freeze,
3219
3358
  type: "rdf:Property".freeze
3220
3359
  property :hasRole,
3221
- comment: [%(Range: a string or a Role/Concept from a controlled vocabulary.).freeze, %(To define the role of an Agent \(Contact/person
3222
- or Organisation\). The association in a particular context is made by e.g. declaring the hasCastRole or hasCrewRole associated with the BusinessObject.).freeze],
3360
+ comment: [%(Range: a string or a Role/Concept from a controlled
3361
+ vocabulary.).freeze, %(To define the role of an Agent \(Contact/person or Organisation\).
3362
+ The association in a particular context is made by e.g. declaring the hasCastRole or
3363
+ hasCrewRole associated with the BusinessObject.).freeze],
3223
3364
  domain: "ebucore:Agent".freeze,
3224
3365
  label: "Role".freeze,
3225
3366
  type: "rdf:Property".freeze
@@ -3250,8 +3391,8 @@ module RDF::Vocab
3250
3391
  label: "Shooting location".freeze,
3251
3392
  type: "rdf:Property".freeze
3252
3393
  property :hasSigning,
3253
- comment: [%(A locator/URI to a resource or a Signing resource.).freeze, %(To identify the presence of Signing associated
3254
- to the BusinessObject/Resource.).freeze],
3394
+ comment: [%(A locator/URI to a resource or a Signing resource.).freeze, %(To identify the presence of Signing associated to the
3395
+ BusinessObject/Resource.).freeze],
3255
3396
  domain: term(
3256
3397
  type: "owl:Class".freeze,
3257
3398
  unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
@@ -3268,7 +3409,8 @@ module RDF::Vocab
3268
3409
  range: "xsd:string".freeze,
3269
3410
  type: "rdf:Property".freeze
3270
3411
  property :hasSource,
3271
- comment: %(To identify a Resource as the source of another Resource.).freeze,
3412
+ comment: %(To identify a Resource as the source of another
3413
+ Resource.).freeze,
3272
3414
  equivalentProperty: "ma:hasSource".freeze,
3273
3415
  label: "Source".freeze,
3274
3416
  range: "ebucore:Resource".freeze,
@@ -3291,26 +3433,26 @@ module RDF::Vocab
3291
3433
  label: "Publication plan stakeholder".freeze,
3292
3434
  type: "rdf:Property".freeze
3293
3435
  property :hasStandard,
3294
- comment: %(Identifies the technical video standard of a resource, i.e. NTSC or PAL.).freeze,
3436
+ comment: %(Identifies the technical video standard of a resource, i.e. NTSC or
3437
+ PAL.).freeze,
3295
3438
  label: "Standard".freeze,
3296
3439
  subPropertyOf: "ebucore:hasFormat".freeze,
3297
3440
  type: "rdf:Property".freeze
3298
3441
  property :hasStorageType,
3299
- comment: [%(Range: a string or a skos:Concept.).freeze, %(To define a particular type of storage /
3300
- repository associated with the Locator from where a Resource can be
3301
- accessed.).freeze],
3442
+ comment: [%(Range: a string or a skos:Concept.).freeze, %(To define a particular type of storage / repository associated with
3443
+ the Locator from where a Resource can be accessed.).freeze],
3302
3444
  domain: "ebucore:Resource".freeze,
3303
3445
  label: "Storage type".freeze,
3304
3446
  type: "rdf:Property".freeze
3305
3447
  property :hasSubject,
3306
- comment: [%(Range: a Subject or a string.).freeze, %(To associate a Subject addressed with a
3307
- BusinessObject / Resource.).freeze],
3448
+ comment: [%(Range: a Subject or a string.).freeze, %(To associate a Subject addressed with a BusinessObject /
3449
+ Resource.).freeze],
3308
3450
  label: "Subject".freeze,
3309
3451
  subPropertyOf: "dc11:subject".freeze,
3310
3452
  type: "rdf:Property".freeze
3311
3453
  property :hasSubtitling,
3312
- comment: [%(A locator to a resource or a Signing resource.).freeze, %(To signal the presence of Subtitling associated
3313
- with the EditorialObject or MediaResource.).freeze],
3454
+ comment: [%(A locator to a resource or a Signing resource.).freeze, %(To signal the presence of Subtitling associated with the
3455
+ EditorialObject or MediaResource.).freeze],
3314
3456
  domain: term(
3315
3457
  type: "owl:Class".freeze,
3316
3458
  unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
@@ -3326,9 +3468,8 @@ module RDF::Vocab
3326
3468
  subPropertyOf: "ebucore:hasDataFormat".freeze,
3327
3469
  type: "rdf:Property".freeze
3328
3470
  property :hasTargetAudience,
3329
- comment: %(To associate a TargetAudience \(e.g. for
3330
- parental guiddance or targeting a particular social group\) with a
3331
- BusinessObject/Resource.).freeze,
3471
+ comment: %(To associate a TargetAudience \(e.g. for parental guiddance or
3472
+ targeting a particular social group\) with a BusinessObject/Resource.).freeze,
3332
3473
  equivalentProperty: "ma:hasTargetAudience".freeze,
3333
3474
  label: "Target audience".freeze,
3334
3475
  subPropertyOf: "ebucore:hasType".freeze,
@@ -3354,6 +3495,11 @@ module RDF::Vocab
3354
3495
  label: "Text line related scene.".freeze,
3355
3496
  range: "ebucore:Scene".freeze,
3356
3497
  type: "rdf:Property".freeze
3498
+ property :hasTextLineType,
3499
+ comment: [%(Range: string or Concept/TextLinetype.).freeze, %(To define a type of text line.).freeze],
3500
+ domain: "ebucore:TextLine".freeze,
3501
+ label: "Text line type.".freeze,
3502
+ type: "rdf:Property".freeze
3357
3503
  property :hasTheme,
3358
3504
  comment: [%(Range: a string or a Theme.).freeze, %(To identify a Theme.).freeze],
3359
3505
  label: "Theme".freeze,
@@ -3373,7 +3519,8 @@ module RDF::Vocab
3373
3519
  range: "ebucore:TimelineTrack".freeze,
3374
3520
  type: "rdf:Property".freeze
3375
3521
  property :hasTimelineTrackPart,
3376
- comment: %(To associate an EditorialObject as a TimelineTrack part).freeze,
3522
+ comment: %(To associate an EditorialObject as a TimelineTrack
3523
+ part).freeze,
3377
3524
  domain: "ebucore:EditorialObject".freeze,
3378
3525
  label: "Timeline track part".freeze,
3379
3526
  range: "ebucore:TimelineTrack".freeze,
@@ -3384,7 +3531,8 @@ module RDF::Vocab
3384
3531
  subPropertyOf: "ebucore:hasSubject".freeze,
3385
3532
  type: "rdf:Property".freeze
3386
3533
  property :hasTrack,
3387
- comment: %(To associate audio/data/video tracks with a MediaResource.).freeze,
3534
+ comment: %(To associate audio/data/video tracks with a
3535
+ MediaResource.).freeze,
3388
3536
  domain: "ebucore:MediaResource".freeze,
3389
3537
  equivalentProperty: "ma:hasTrack".freeze,
3390
3538
  label: "Track".freeze,
@@ -3392,12 +3540,14 @@ module RDF::Vocab
3392
3540
  subPropertyOf: "ebucore:hasRelatedResource".freeze,
3393
3541
  type: "rdf:Property".freeze
3394
3542
  property :hasType,
3395
- comment: %(To define a type of BusinessObject is not declared as a subClass of BusinessObject.).freeze,
3543
+ comment: %(To define a type of BusinessObject if not declared as a subClass
3544
+ of BusinessObject.).freeze,
3396
3545
  label: "Type".freeze,
3397
3546
  subPropertyOf: "dc11:type".freeze,
3398
3547
  type: "rdf:Property".freeze
3399
3548
  property :hasVersion,
3400
- comment: %(To identify another version of an Asset, BusinessObject or Resource.).freeze,
3549
+ comment: %(To identify another version of an Asset, BusinessObject or
3550
+ Resource.).freeze,
3401
3551
  domain: term(
3402
3552
  type: "owl:Class".freeze,
3403
3553
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -3425,25 +3575,23 @@ module RDF::Vocab
3425
3575
  subPropertyOf: "ebucore:hasTrack".freeze,
3426
3576
  type: "rdf:Property".freeze
3427
3577
  property :hashValue,
3428
- comment: %(The hash value associated to a Resource. There
3429
- are different methods / algorithms to calculate hash values, which can be defined as
3430
- subproperties.).freeze,
3578
+ comment: %(The hash value associated to a Resource. There are different methods
3579
+ / algorithms to calculate hash values, which can be defined as subproperties.).freeze,
3431
3580
  domain: "ebucore:Resource".freeze,
3432
3581
  label: "Hash code".freeze,
3433
3582
  range: "xsd:string".freeze,
3434
3583
  type: "rdf:Property".freeze
3435
3584
  property :height,
3436
- comment: %(The height of e.g. a video frame typically
3437
- expressed as a number of lines or the height of a picture/image expressed in millimeters
3438
- or else.).freeze,
3585
+ comment: %(The height of e.g. a video frame typically expressed as a number
3586
+ of lines or the height of a picture/image expressed in millimeters or else.).freeze,
3439
3587
  domain: "ebucore:Resource".freeze,
3440
3588
  equivalentProperty: "ma:frameHeight".freeze,
3441
3589
  label: "Height".freeze,
3442
3590
  range: "xsd:integer".freeze,
3443
3591
  type: "rdf:Property".freeze
3444
3592
  property :heightUnit,
3445
- comment: %(The unit used to measure a Height e.g. in
3446
- pixels or number of lines or millimeters or else.).freeze,
3593
+ comment: %(The unit used to measure a Height e.g. in pixels or number of
3594
+ lines or millimeters or else.).freeze,
3447
3595
  domain: "ebucore:Resource".freeze,
3448
3596
  label: "Height unit".freeze,
3449
3597
  range: "xsd:string".freeze,
@@ -3475,7 +3623,8 @@ module RDF::Vocab
3475
3623
  label: "Identifier value".freeze,
3476
3624
  type: "rdf:Property".freeze
3477
3625
  property :inchesPerSecond,
3478
- comment: %(Identifies the inches per second at which an analog audio tape should be played back for human consumption.).freeze,
3626
+ comment: %(Identifies the inches per second at which an analog audio tape
3627
+ should be played back for human consumption.).freeze,
3479
3628
  domain: "ebucore:Resource".freeze,
3480
3629
  equivalentProperty: "ma:frameRate".freeze,
3481
3630
  label: "Inches per second".freeze,
@@ -3483,8 +3632,8 @@ module RDF::Vocab
3483
3632
  subPropertyOf: "ebucore:playbackSpeed".freeze,
3484
3633
  type: "rdf:Property".freeze
3485
3634
  property :instantiates,
3486
- comment: %(To link a particular manifestation of a
3487
- BusinessObject to the corresponding Resource.).freeze,
3635
+ comment: %(To link a particular manifestation of a BusinessObject to the
3636
+ corresponding Resource.).freeze,
3488
3637
  domain: "ebucore:Resource".freeze,
3489
3638
  label: "Business object".freeze,
3490
3639
  range: "ebucore:BusinessObject".freeze,
@@ -3505,7 +3654,8 @@ module RDF::Vocab
3505
3654
  subPropertyOf: "ebucore:hasRelatedBusinessObject".freeze,
3506
3655
  type: "rdf:Property".freeze
3507
3656
  property :isCharacter,
3508
- comment: [%(Range: a string or a FictionalPerson/Character.).freeze, %(To identify the character personified by a Cast individual.).freeze],
3657
+ comment: [%(Range: a string or a FictionalPerson/Character.).freeze, %(To identify the character personified by a Cast
3658
+ individual.).freeze],
3509
3659
  domain: "ebucore:Cast".freeze,
3510
3660
  label: "Character".freeze,
3511
3661
  type: "rdf:Property".freeze
@@ -3522,7 +3672,8 @@ module RDF::Vocab
3522
3672
  ),
3523
3673
  type: "rdf:Property".freeze
3524
3674
  property :isClonedFrom,
3525
- comment: %(Identifies relationship between a digital instantiation of a resource and its direct copy, with no generational loss.).freeze,
3675
+ comment: %(Identifies relationship between a digital instantiation of a
3676
+ resource and its direct copy, with no generational loss.).freeze,
3526
3677
  domain: term(
3527
3678
  type: "owl:Class".freeze,
3528
3679
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -3535,21 +3686,23 @@ module RDF::Vocab
3535
3686
  ),
3536
3687
  type: "rdf:Property".freeze
3537
3688
  property :isComposedOf,
3538
- comment: %(To identify mediaResources used to compose an Essence.).freeze,
3689
+ comment: %(To identify mediaResources used to compose an
3690
+ Essence.).freeze,
3539
3691
  domain: "ebucore:Essence".freeze,
3540
3692
  label: "MediaResource".freeze,
3541
3693
  range: "ebucore:MediaResource".freeze,
3542
3694
  type: "rdf:Property".freeze
3543
3695
  property :isCoveredBy,
3544
- comment: [%(Range: a link to Rights or open text \(string\).).freeze, %(The Rights or policy applicable to the
3545
- BusinessObject, Asset, Resource or PublicationEvent.).freeze],
3696
+ comment: [%(Range: a link to Rights or open text \(string\).).freeze, %(The Rights or policy applicable to the BusinessObject, Asset,
3697
+ Resource or PublicationEvent.).freeze],
3546
3698
  domain: "ebucore:Asset".freeze,
3547
3699
  equivalentProperty: ["ma:hasPermissions".freeze, "ma:hasPolicy".freeze],
3548
3700
  label: "Rights".freeze,
3549
3701
  subPropertyOf: "dc11:rights".freeze,
3550
3702
  type: "rdf:Property".freeze
3551
3703
  property :isDerivedFrom,
3552
- comment: %(Identifies a content-based relationship between two resources.).freeze,
3704
+ comment: %(Identifies a content-based relationship between two
3705
+ resources.).freeze,
3553
3706
  domain: term(
3554
3707
  type: "owl:Class".freeze,
3555
3708
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -3566,7 +3719,8 @@ module RDF::Vocab
3566
3719
  label: "Platform/Service/PublicationChannel".freeze,
3567
3720
  type: "rdf:Property".freeze
3568
3721
  property :isDubbedFrom,
3569
- comment: %(Identifies relationship between a physical instantiation of a resource and a duplicate physical copy that may involve generational loss.).freeze,
3722
+ comment: %(Identifies relationship between a physical instantiation of a
3723
+ resource and a duplicate physical copy that may involve generational loss.).freeze,
3570
3724
  domain: "ebucore:Resource".freeze,
3571
3725
  inverseOf: "ebucore:dubbedTo".freeze,
3572
3726
  label: "Dubbed from".freeze,
@@ -3594,7 +3748,8 @@ module RDF::Vocab
3594
3748
  label: "Fictitious contact".freeze,
3595
3749
  type: "rdf:Property".freeze
3596
3750
  property :isInstantiatedBy,
3597
- comment: %(To identify a MediaResource instantiating an EditorialObject.).freeze,
3751
+ comment: %(To identify a MediaResource instantiating an
3752
+ EditorialObject.).freeze,
3598
3753
  domain: "ebucore:EditorialObject".freeze,
3599
3754
  label: "MediaResource".freeze,
3600
3755
  range: "ebucore:MediaResource".freeze,
@@ -3612,7 +3767,8 @@ module RDF::Vocab
3612
3767
  subPropertyOf: "ebucore:hasRelatedResource".freeze,
3613
3768
  type: "rdf:Property".freeze
3614
3769
  property :isMediaFragmentOf,
3615
- comment: %(To identify the MediaResource to which the MediaFragment belongs to.).freeze,
3770
+ comment: %(To identify the MediaResource to which the MediaFragment belongs
3771
+ to.).freeze,
3616
3772
  domain: "ebucore:MediaFragment".freeze,
3617
3773
  equivalentProperty: "ma:isFragmentOf".freeze,
3618
3774
  inverseOf: "ebucore:hasMediaFragment".freeze,
@@ -3621,7 +3777,8 @@ module RDF::Vocab
3621
3777
  subPropertyOf: "ebucore:hasRelatedResource".freeze,
3622
3778
  type: "rdf:Property".freeze
3623
3779
  property :isMemberOf,
3624
- comment: %(To identify a Group to which an EidtorialObject is a member of.).freeze,
3780
+ comment: %(To identify a Group to which an EidtorialObject is a member
3781
+ of.).freeze,
3625
3782
  domain: "ebucore:EditorialObject".freeze,
3626
3783
  inverseOf: "ebucore:hasMember".freeze,
3627
3784
  label: "Member of".freeze,
@@ -3629,11 +3786,12 @@ module RDF::Vocab
3629
3786
  type: "rdf:Property".freeze
3630
3787
  property :isMemberOfPublicationPlan,
3631
3788
  domain: "ebucore:PublicationPlan".freeze,
3632
- label: "Parent publication plan".freeze,
3789
+ label: "Parent publication plan".freeze,
3633
3790
  range: "ebucore:PublicationPlan".freeze,
3634
3791
  type: "rdf:Property".freeze
3635
3792
  property :isNextInSequence,
3636
- comment: %(A link to a an BusinessObject or a Resource following the current BusinessObject or Resource in an ordered sequence.).freeze,
3793
+ comment: %(A link to a an BusinessObject or a Resource following the current
3794
+ BusinessObject or Resource in an ordered sequence.).freeze,
3637
3795
  domain: term(
3638
3796
  type: "owl:Class".freeze,
3639
3797
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -3646,14 +3804,14 @@ module RDF::Vocab
3646
3804
  type: "rdf:Property".freeze
3647
3805
  property :isOperatedBy,
3648
3806
  comment: %(To identify the Service that operates the
3649
- PublicationChannel.).freeze,
3807
+ PublicationChannel.).freeze,
3650
3808
  domain: "ebucore:PublicationChannel".freeze,
3651
3809
  label: "Operator, owner".freeze,
3652
3810
  range: "ebucore:Service".freeze,
3653
3811
  type: "rdf:Property".freeze
3654
3812
  property :isOwnedBy,
3655
- comment: %(To identify the Agent \(Contact/person or
3656
- Organisation\) who owns a Service operating a PublicationChannel.).freeze,
3813
+ comment: %(To identify the Agent \(Contact/person or Organisation\) who owns
3814
+ a Service operating a PublicationChannel.).freeze,
3657
3815
  domain: "ebucore:Service".freeze,
3658
3816
  label: "Owner".freeze,
3659
3817
  range: "ebucore:Agent".freeze,
@@ -3671,13 +3829,15 @@ module RDF::Vocab
3671
3829
  ),
3672
3830
  type: "rdf:Property".freeze
3673
3831
  property :isPartOf,
3674
- comment: %(To identify and EditorialObject to which a Part belongs to.).freeze,
3832
+ comment: %(To identify and EditorialObject to which a Part belongs
3833
+ to.).freeze,
3675
3834
  domain: "ebucore:Part".freeze,
3676
3835
  label: "Part of".freeze,
3677
3836
  range: "ebucore:EditorialObject".freeze,
3678
3837
  type: "rdf:Property".freeze
3679
3838
  property :isReferencedBy,
3680
- comment: %(To express references across Assets, BusinessObjects or Resources.).freeze,
3839
+ comment: %(To express references across Assets, BusinessObjects or
3840
+ Resources.).freeze,
3681
3841
  domain: term(
3682
3842
  type: "owl:Class".freeze,
3683
3843
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -3689,7 +3849,8 @@ module RDF::Vocab
3689
3849
  ),
3690
3850
  type: "rdf:Property".freeze
3691
3851
  property :isRelatedToBusinessObject,
3692
- comment: %(To identify the BusinessObject associated with a Rating.).freeze,
3852
+ comment: %(To identify the BusinessObject associated with a
3853
+ Rating.).freeze,
3693
3854
  domain: "ebucore:Rating".freeze,
3694
3855
  label: "Rated business object".freeze,
3695
3856
  range: "ebucore:BusinessObject".freeze,
@@ -3701,7 +3862,8 @@ module RDF::Vocab
3701
3862
  range: "ebucore:Resource".freeze,
3702
3863
  type: "rdf:Property".freeze
3703
3864
  property :isReleasedBy,
3704
- comment: [%(Range: Service or string).freeze, %(To identify a Service assocoated to a PublicationEvent.).freeze],
3865
+ comment: [%(Range: Service or string).freeze, %(To identify a Service assocoated to a
3866
+ PublicationEvent.).freeze],
3705
3867
  domain: "ebucore:PublicationEvent".freeze,
3706
3868
  label: "Service".freeze,
3707
3869
  type: "rdf:Property".freeze
@@ -3718,7 +3880,8 @@ module RDF::Vocab
3718
3880
  ),
3719
3881
  type: "rdf:Property".freeze
3720
3882
  property :isRequiredBy,
3721
- comment: %(To express strong relations between Assets, BusinessObjects or Resources.).freeze,
3883
+ comment: %(To express strong relations between Assets, BusinessObjects or
3884
+ Resources.).freeze,
3722
3885
  domain: term(
3723
3886
  type: "owl:Class".freeze,
3724
3887
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -3738,7 +3901,8 @@ module RDF::Vocab
3738
3901
  subPropertyOf: "ebucore:hasRelatedBusinessObject".freeze,
3739
3902
  type: "rdf:Property".freeze
3740
3903
  property :isSeriesOf,
3741
- comment: %(To identify a Brand or Season associated with a Series.).freeze,
3904
+ comment: %(To identify a Brand or Season associated with a
3905
+ Series.).freeze,
3742
3906
  domain: "ebucore:Series".freeze,
3743
3907
  label: "Parent Brand or Series".freeze,
3744
3908
  range: term(
@@ -3759,8 +3923,8 @@ module RDF::Vocab
3759
3923
  subPropertyOf: "ebucore:description".freeze,
3760
3924
  type: "rdf:Property".freeze
3761
3925
  property :lineNumber,
3762
- comment: %(To provide the number of the line on which
3763
- ancillary data is being carried and the equivalent in the digital domain.).freeze,
3926
+ comment: %(To provide the number of the line on which ancillary data is being
3927
+ carried and the equivalent in the digital domain.).freeze,
3764
3928
  domain: "ebucore:AncillaryData".freeze,
3765
3929
  label: "Line number".freeze,
3766
3930
  range: "xsd:integer".freeze,
@@ -3796,45 +3960,39 @@ module RDF::Vocab
3796
3960
  range: "xsd:string".freeze,
3797
3961
  type: "rdf:Property".freeze
3798
3962
  property :locationAddress,
3799
- comment: %(To provide the address of a
3800
- Location.).freeze,
3963
+ comment: %(To provide the address of a Location.).freeze,
3801
3964
  domain: "ebucore:Location".freeze,
3802
3965
  label: "Address".freeze,
3803
3966
  range: "xsd:string".freeze,
3804
3967
  type: "rdf:Property".freeze
3805
3968
  property :locationAddressArea,
3806
- comment: %(To provide the Area part of an
3807
- Adrress.).freeze,
3969
+ comment: %(To provide the Area part of an Adrress.).freeze,
3808
3970
  label: "Area".freeze,
3809
3971
  subPropertyOf: "ebucore:locationAddress".freeze,
3810
3972
  type: "rdf:Property".freeze
3811
3973
  property :locationAddressCountry,
3812
- comment: %(To provide the country name and or country
3813
- code.).freeze,
3974
+ comment: %(To provide the country name and or country code.).freeze,
3814
3975
  label: "Country".freeze,
3815
3976
  subPropertyOf: "ebucore:locationAddress".freeze,
3816
3977
  type: "rdf:Property".freeze
3817
3978
  property :locationAddressLine,
3818
- comment: %(To write address line with e.g. the street name
3819
- and number.).freeze,
3979
+ comment: %(To write address line with e.g. the street name and
3980
+ number.).freeze,
3820
3981
  label: "Address line".freeze,
3821
3982
  subPropertyOf: "ebucore:locationAddress".freeze,
3822
3983
  type: "rdf:Property".freeze
3823
3984
  property :locationAddressLocality,
3824
- comment: %(To provide the name of a city, viallge,
3825
- etc.).freeze,
3985
+ comment: %(To provide the name of a city, viallge, etc.).freeze,
3826
3986
  label: "Locality".freeze,
3827
3987
  subPropertyOf: "ebucore:locationAddress".freeze,
3828
3988
  type: "rdf:Property".freeze
3829
3989
  property :locationAddressPostalCode,
3830
- comment: %(To provide an address postal
3831
- code.).freeze,
3990
+ comment: %(To provide an address postal code.).freeze,
3832
3991
  label: "Postal code".freeze,
3833
3992
  subPropertyOf: "ebucore:locationAddress".freeze,
3834
3993
  type: "rdf:Property".freeze
3835
3994
  property :locationAltitude,
3836
- comment: %(To define the altitude of a Location in
3837
- meters.).freeze,
3995
+ comment: %(To define the altitude of a Location in meters.).freeze,
3838
3996
  domain: "ebucore:Location".freeze,
3839
3997
  equivalentProperty: "ma:locationAltitude".freeze,
3840
3998
  label: "Altitude".freeze,
@@ -3848,8 +4006,8 @@ module RDF::Vocab
3848
4006
  range: "xsd:string".freeze,
3849
4007
  type: "rdf:Property".freeze
3850
4008
  property :locationCoordinateSystemName,
3851
- comment: %(To specify the name of the gps coordinate
3852
- system used for the Location.).freeze,
4009
+ comment: %(To specify the name of the gps coordinate system used for the
4010
+ Location.).freeze,
3853
4011
  domain: "ebucore:Location".freeze,
3854
4012
  label: "Coordinate system".freeze,
3855
4013
  range: "xsd:string".freeze,
@@ -3873,23 +4031,22 @@ module RDF::Vocab
3873
4031
  range: "xsd:double".freeze,
3874
4032
  type: "rdf:Property".freeze
3875
4033
  property :locationLongitude,
3876
- comment: %(To define the longitude of the
3877
- Location.).freeze,
4034
+ comment: %(To define the longitude of the Location.).freeze,
3878
4035
  domain: "ebucore:Location".freeze,
3879
4036
  equivalentProperty: ["geo:long".freeze, "ma:locationLongitude".freeze],
3880
4037
  label: "Longitude".freeze,
3881
4038
  range: "xsd:double".freeze,
3882
4039
  type: "rdf:Property".freeze
3883
4040
  property :locationName,
3884
- comment: %(The name by which a Location is
3885
- known.).freeze,
4041
+ comment: %(The name by which a Location is known.).freeze,
3886
4042
  domain: "ebucore:Location".freeze,
3887
4043
  equivalentProperty: "ma:locationName".freeze,
3888
4044
  label: "Location name".freeze,
3889
4045
  range: "xsd:string".freeze,
3890
4046
  type: "rdf:Property".freeze
3891
4047
  property :locationRegion,
3892
- comment: [%(Range: string or code/Concept).freeze, %(To provide a description of a particular region assocoated to the Location.).freeze],
4048
+ comment: [%(Range: string or code/Concept).freeze, %(To provide a description of a particular region assocoated to the
4049
+ Location.).freeze],
3893
4050
  domain: "ebucore:Location".freeze,
3894
4051
  label: "Region".freeze,
3895
4052
  type: "rdf:Property".freeze
@@ -3913,7 +4070,8 @@ module RDF::Vocab
3913
4070
  range: "xsd:string".freeze,
3914
4071
  type: "rdf:Property".freeze
3915
4072
  property :loudnessIntegratedLoudness,
3916
- comment: %(The value for integrated loudness measured at AudioProgramme or AudioContent level.).freeze,
4073
+ comment: %(The value for integrated loudness measured at AudioProgramme or
4074
+ AudioContent level.).freeze,
3917
4075
  domain: term(
3918
4076
  type: "owl:Class".freeze,
3919
4077
  unionOf: list("ebucore:AudioProgramme".freeze, "ebucore:AudioContent".freeze)
@@ -3923,7 +4081,8 @@ module RDF::Vocab
3923
4081
  subPropertyOf: "ebucore:loudnessParameters".freeze,
3924
4082
  type: "rdf:Property".freeze
3925
4083
  property :loudnessMaxMomentary,
3926
- comment: %(The value for maximum momentary loudness measured at AudioProgramme or AudioContent level.).freeze,
4084
+ comment: %(The value for maximum momentary loudness measured at AudioProgramme
4085
+ or AudioContent level.).freeze,
3927
4086
  domain: term(
3928
4087
  type: "owl:Class".freeze,
3929
4088
  unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze)
@@ -3933,7 +4092,8 @@ module RDF::Vocab
3933
4092
  subPropertyOf: "ebucore:loudnessParameters".freeze,
3934
4093
  type: "rdf:Property".freeze
3935
4094
  property :loudnessMaxTruepeak,
3936
- comment: %(The value for maximum true peak loudness measured at AudioProgramme or AudioContent level.).freeze,
4095
+ comment: %(The value for maximum true peak loudness measured at AudioProgramme
4096
+ or AudioContent level.).freeze,
3937
4097
  domain: term(
3938
4098
  type: "owl:Class".freeze,
3939
4099
  unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze)
@@ -3943,7 +4103,8 @@ module RDF::Vocab
3943
4103
  subPropertyOf: "ebucore:loudnessParameters".freeze,
3944
4104
  type: "rdf:Property".freeze
3945
4105
  property :loudnessMethod,
3946
- comment: %(The method for loudness measurement at AudioProgramme or AudioContent level.).freeze,
4106
+ comment: %(The method for loudness measurement at AudioProgramme or
4107
+ AudioContent level.).freeze,
3947
4108
  domain: term(
3948
4109
  type: "owl:Class".freeze,
3949
4110
  unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze)
@@ -3953,13 +4114,15 @@ module RDF::Vocab
3953
4114
  subPropertyOf: "ebucore:loudnessParameters".freeze,
3954
4115
  type: "rdf:Property".freeze
3955
4116
  property :loudnessParameters,
3956
- comment: %(All the parameters for measurement of loudness at the AudioContent or AudioProgramme level.).freeze,
4117
+ comment: %(All the parameters for measurement of loudness at the
4118
+ AudioContent or AudioProgramme level.).freeze,
3957
4119
  domain: "ebucore:AudioProgramme".freeze,
3958
4120
  label: "loudness parameters".freeze,
3959
4121
  range: "rdfs:Literal".freeze,
3960
4122
  type: "rdf:Property".freeze
3961
4123
  property :loudnessRange,
3962
- comment: %(The loudness range measured at AudioProgramme or AudioContent level.).freeze,
4124
+ comment: %(The loudness range measured at AudioProgramme or AudioContent
4125
+ level.).freeze,
3963
4126
  domain: term(
3964
4127
  type: "owl:Class".freeze,
3965
4128
  unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze)
@@ -3969,7 +4132,8 @@ module RDF::Vocab
3969
4132
  subPropertyOf: "ebucore:loudnessParameters".freeze,
3970
4133
  type: "rdf:Property".freeze
3971
4134
  property :lounessMaxShortTerm,
3972
- comment: %(The maximum short term loudness measured at AudioProgramme or AudioContent level.).freeze,
4135
+ comment: %(The maximum short term loudness measured at AudioProgramme or
4136
+ AudioContent level.).freeze,
3973
4137
  domain: term(
3974
4138
  type: "owl:Class".freeze,
3975
4139
  unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze)
@@ -3979,8 +4143,8 @@ module RDF::Vocab
3979
4143
  subPropertyOf: "ebucore:loudnessParameters".freeze,
3980
4144
  type: "rdf:Property".freeze
3981
4145
  property :mainTitle,
3982
- comment: %(To provide the main title by which the media
3983
- resource is known.).freeze,
4146
+ comment: %(To provide the main title by which the media resource is
4147
+ known.).freeze,
3984
4148
  label: "Main title".freeze,
3985
4149
  subPropertyOf: "ebucore:title".freeze,
3986
4150
  type: "rdf:Property".freeze
@@ -4007,12 +4171,14 @@ module RDF::Vocab
4007
4171
  range: "xsd:string".freeze,
4008
4172
  type: "rdf:Property".freeze
4009
4173
  property :mediaResourceType,
4010
- comment: [%(Range: anyURI, string).freeze, %(To identify a type of media resource, e.g. a template'.).freeze],
4174
+ comment: [%(Range: anyURI, string).freeze, %(To identify a type of media resource, e.g. a
4175
+ template'.).freeze],
4011
4176
  domain: "ebucore:MediaResource".freeze,
4012
4177
  label: "Media Resource type".freeze,
4013
4178
  type: "rdf:Property".freeze
4014
4179
  property :midRollAdAllowed,
4015
- comment: %(A flag to indicate whether it is allowed to insert ad breaks in mid-roll.).freeze,
4180
+ comment: %(A flag to indicate whether it is allowed to insert ad breaks in
4181
+ mid-roll.).freeze,
4016
4182
  domain: "ebucore:Essence".freeze,
4017
4183
  label: "Midroll ad allowed".freeze,
4018
4184
  range: "xsd:boolean".freeze,
@@ -4030,14 +4196,14 @@ module RDF::Vocab
4030
4196
  subPropertyOf: "ebucore:agentLinkedData".freeze,
4031
4197
  type: "rdf:Property".freeze
4032
4198
  property :noiseFilter,
4033
- comment: %(A flag to signal that a noise filter has been
4034
- used.).freeze,
4199
+ comment: %(A flag to signal that a noise filter has been used.).freeze,
4035
4200
  domain: "ebucore:MediaResource".freeze,
4036
4201
  label: "Noise filter".freeze,
4037
4202
  range: "xsd:boolean".freeze,
4038
4203
  type: "rdf:Property".freeze
4039
4204
  property :notRated,
4040
- comment: %(A flag to indicate that the BusinessObejct has not been rated.).freeze,
4205
+ comment: %(A flag to indicate that the BusinessObejct has not been
4206
+ rated.).freeze,
4041
4207
  domain: "ebucore:Rating".freeze,
4042
4208
  label: "Not rated".freeze,
4043
4209
  range: "xsd:boolean".freeze,
@@ -4066,35 +4232,37 @@ module RDF::Vocab
4066
4232
  range: "xsd:string".freeze,
4067
4233
  type: "rdf:Property".freeze
4068
4234
  property :offers,
4069
- comment: %(To identify the PublicationEvents provided through a Service.).freeze,
4235
+ comment: %(To identify the PublicationEvents provided through a
4236
+ Service.).freeze,
4070
4237
  domain: "ebucore:Service".freeze,
4071
4238
  label: "PublicationEvent".freeze,
4072
4239
  range: "ebucore:PublicationEvent".freeze,
4073
4240
  type: "rdf:Property".freeze
4074
4241
  property :officeEmailAddress,
4075
- comment: %(To provide the professional/office email
4076
- address of an agent \(Contact/person or organisation\).).freeze,
4242
+ comment: %(To provide the professional/office email address of an agent
4243
+ \(Contact/person or organisation\).).freeze,
4077
4244
  domain: "ebucore:Person".freeze,
4078
4245
  label: "Office email".freeze,
4079
4246
  subPropertyOf: "ebucore:agentEmailAddress".freeze,
4080
4247
  type: "rdf:Property".freeze
4081
4248
  property :officeMobileTelephoneNumber,
4082
- comment: %(To provide the professional/office/company
4083
- mobile telephone number of an agent \(Contact/person or organisation\).).freeze,
4249
+ comment: %(To provide the professional/office/company mobile telephone number
4250
+ of an agent \(Contact/person or organisation\).).freeze,
4084
4251
  domain: "ebucore:Person".freeze,
4085
4252
  label: "Mobile (office)".freeze,
4086
4253
  subPropertyOf: "ebucore:agentMobileTelephoneNumber".freeze,
4087
4254
  type: "rdf:Property".freeze
4088
4255
  property :officeTelephoneNumber,
4089
- comment: %(To provide an office/professional/company
4090
- telephone number of an Agent \(Contact/person or Organisation\).).freeze,
4256
+ comment: %(To provide an office/professional/company telephone number of an
4257
+ Agent \(Contact/person or Organisation\).).freeze,
4091
4258
  domain: "ebucore:Person".freeze,
4092
4259
  label: "Telephone (office)".freeze,
4093
4260
  range: "xsd:string".freeze,
4094
4261
  subPropertyOf: "ebucore:agentTelephoneNumber".freeze,
4095
4262
  type: "rdf:Property".freeze
4096
4263
  property :orderedFlag,
4097
- comment: %(A flag to indicate that a BusinessObject is member of an ordered group or is an ordered group \(e.g. Series\)).freeze,
4264
+ comment: %(A flag to indicate that a BusinessObject is member of an ordered
4265
+ group or is an ordered group \(e.g. Series\)).freeze,
4098
4266
  domain: "ebucore:BusinessObject".freeze,
4099
4267
  label: "Ordered flag".freeze,
4100
4268
  range: "xsd:boolean".freeze,
@@ -4118,7 +4286,7 @@ module RDF::Vocab
4118
4286
  type: "rdf:Property".freeze
4119
4287
  property :orientation,
4120
4288
  comment: %(The orientation of a Document or an Image i.e. landscape or
4121
- portrait.).freeze,
4289
+ portrait.).freeze,
4122
4290
  domain: term(
4123
4291
  type: "owl:Class".freeze,
4124
4292
  unionOf: list("ebucore:Document".freeze, "ebucore:Image".freeze)
@@ -4127,30 +4295,28 @@ module RDF::Vocab
4127
4295
  range: "xsd:string".freeze,
4128
4296
  type: "rdf:Property".freeze
4129
4297
  property :originalTitle,
4130
- comment: %(To provide the original title attributed to the
4131
- media resource e.g. in its original language.).freeze,
4298
+ comment: %(To provide the original title attributed to the media resource e.g.
4299
+ in its original language.).freeze,
4132
4300
  equivalentProperty: "ma:mainOriginalTitle".freeze,
4133
4301
  label: "Original title".freeze,
4134
4302
  subPropertyOf: "ebucore:title".freeze,
4135
4303
  type: "rdf:Property".freeze
4136
4304
  property :owns,
4137
- comment: %(To identify the service \(s\) that an Agent
4138
- \(Contact/person or Organisation\) owns.).freeze,
4305
+ comment: %(To identify the service \(s\) that an Agent \(Contact/person or
4306
+ Organisation\) owns.).freeze,
4139
4307
  domain: "ebucore:Agent".freeze,
4140
4308
  inverseOf: "ebucore:isOwnedBy".freeze,
4141
4309
  label: "Owns".freeze,
4142
4310
  range: "ebucore:Service".freeze,
4143
4311
  type: "rdf:Property".freeze
4144
4312
  property :packageByteSize,
4145
- comment: %(The size of a media package in
4146
- Bytes.).freeze,
4313
+ comment: %(The size of a media package in Bytes.).freeze,
4147
4314
  domain: "ebucore:Resource".freeze,
4148
4315
  label: "Package size (in bytes)".freeze,
4149
4316
  range: "xsd:long".freeze,
4150
4317
  type: "rdf:Property".freeze
4151
4318
  property :packageName,
4152
- comment: %(The name attributed to a
4153
- package.).freeze,
4319
+ comment: %(The name attributed to a package.).freeze,
4154
4320
  domain: "ebucore:Resource".freeze,
4155
4321
  label: "Package name".freeze,
4156
4322
  range: "xsd:string".freeze,
@@ -4173,21 +4339,21 @@ module RDF::Vocab
4173
4339
  range: "xsd:string".freeze,
4174
4340
  type: "rdf:Property".freeze
4175
4341
  property :partNumber,
4176
- comment: %(The number associated to a Part as one among
4177
- many.).freeze,
4342
+ comment: %(The number associated to a Part as one among many.).freeze,
4178
4343
  domain: "ebucore:Part".freeze,
4179
4344
  label: "Part number".freeze,
4180
4345
  range: "xsd:integer".freeze,
4181
4346
  type: "rdf:Property".freeze
4182
4347
  property :partTotalNumber,
4183
4348
  comment: %(The total number of Parts associated with a
4184
- BusinessObject.).freeze,
4349
+ BusinessObject.).freeze,
4185
4350
  domain: "ebucore:Part".freeze,
4186
4351
  label: "Total number of parts".freeze,
4187
4352
  range: "xsd:integer".freeze,
4188
4353
  type: "rdf:Property".freeze
4189
4354
  property :partType,
4190
- comment: [%(A type of Part.).freeze, %(Note: this can also be done defining subClasses of Part.).freeze, %(Range: a string or code/Concept).freeze],
4355
+ comment: [%(A type of Part.).freeze, %(Note: this can also be done defining subClasses of
4356
+ Part.).freeze, %(Range: a string or code/Concept).freeze],
4191
4357
  domain: "ebucore:Part".freeze,
4192
4358
  label: "Part type".freeze,
4193
4359
  type: "rdf:Property".freeze
@@ -4208,13 +4374,16 @@ module RDF::Vocab
4208
4374
  range: "xsd:string".freeze,
4209
4375
  type: "rdf:Property".freeze
4210
4376
  property :pictureIdLocator,
4211
- comment: %(The location from where a Person Id picture can be accessed.).freeze,
4377
+ comment: %(The location from where a Person Id picture can be
4378
+ accessed.).freeze,
4212
4379
  domain: "ebucore:Person".freeze,
4213
4380
  label: "Picture id locator".freeze,
4214
4381
  range: "xsd:anyURI".freeze,
4215
4382
  type: "rdf:Property".freeze
4216
4383
  property :playbackSpeed,
4217
- comment: %(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.).freeze,
4384
+ comment: %(Identifies the rate of units against time at which the resource
4385
+ should be played back for human consumption. If the unit of measure is known, use
4386
+ sub-properties framesPerSecond or inchesPerSecond.).freeze,
4218
4387
  domain: "ebucore:Resource".freeze,
4219
4388
  equivalentProperty: "ma:frameRate".freeze,
4220
4389
  label: "Playback speed".freeze,
@@ -4232,21 +4401,22 @@ module RDF::Vocab
4232
4401
  range: "ebucore:Essence".freeze,
4233
4402
  type: "rdf:Property".freeze
4234
4403
  property :position,
4235
- comment: %(To indicate the position of a BusinessObject in an ordered group.).freeze,
4404
+ comment: %(To indicate the position of a BusinessObject in an ordered
4405
+ group.).freeze,
4236
4406
  domain: "ebucore:BusinessObject".freeze,
4237
4407
  label: "Position".freeze,
4238
4408
  range: "xsd:string".freeze,
4239
4409
  type: "rdf:Property".freeze
4240
4410
  property :privateEmailAddress,
4241
- comment: %(To provide the private email address of an
4242
- agent \(Contact/person\)).freeze,
4411
+ comment: %(To provide the private email address of an agent
4412
+ \(Contact/person\)).freeze,
4243
4413
  domain: "ebucore:Person".freeze,
4244
4414
  label: "Private email".freeze,
4245
4415
  subPropertyOf: "ebucore:agentEmailAddress".freeze,
4246
4416
  type: "rdf:Property".freeze
4247
4417
  property :privateHomepage,
4248
4418
  comment: %(To provide an private web homepage of an Agent
4249
- \(Contact/person\).).freeze,
4419
+ \(Contact/person\).).freeze,
4250
4420
  domain: "ebucore:Person".freeze,
4251
4421
  equivalentProperty: "foaf:homepage".freeze,
4252
4422
  label: "Homepage (private)".freeze,
@@ -4254,15 +4424,15 @@ module RDF::Vocab
4254
4424
  subPropertyOf: "ebucore:agentWebHomepage".freeze,
4255
4425
  type: "rdf:Property".freeze
4256
4426
  property :privateMobileTelephoneNumber,
4257
- comment: %(To provide the private mobile telephone number
4258
- of an agent \(Contact/person\).).freeze,
4427
+ comment: %(To provide the private mobile telephone number of an agent
4428
+ \(Contact/person\).).freeze,
4259
4429
  domain: "ebucore:Person".freeze,
4260
4430
  label: "Mobile (private)".freeze,
4261
4431
  subPropertyOf: "ebucore:agentMobileTelephoneNumber".freeze,
4262
4432
  type: "rdf:Property".freeze
4263
4433
  property :privateTelephoneNumber,
4264
- comment: %(To provide the private telephone number of an
4265
- Agent \(Contact/person\).).freeze,
4434
+ comment: %(To provide the private telephone number of an Agent
4435
+ \(Contact/person\).).freeze,
4266
4436
  domain: "ebucore:Person".freeze,
4267
4437
  label: "Telephone (private)".freeze,
4268
4438
  range: "xsd:string".freeze,
@@ -4279,16 +4449,24 @@ module RDF::Vocab
4279
4449
  subPropertyOf: "ebucore:description".freeze,
4280
4450
  type: "rdf:Property".freeze
4281
4451
  property :publicationChannelId,
4282
- comment: [%(Range: Identifier, anyURI, string).freeze, %(To provide an Id to a PublicationChannel e.g. a TV channel or website.).freeze],
4452
+ comment: [%(Range: Identifier, anyURI, string).freeze, %(To provide an Id to a PublicationChannel e.g. a TV channel or
4453
+ website.).freeze],
4283
4454
  domain: "ebucore:PublicationChannel".freeze,
4284
4455
  label: "Publication channel Id".freeze,
4285
4456
  type: "rdf:Property".freeze
4286
4457
  property :publicationChannelName,
4287
- comment: %(To provide a name to a PublicationChannel e.g. a TV channel or website.).freeze,
4458
+ comment: %(To provide a name to a PublicationChannel e.g. a TV channel or
4459
+ website.).freeze,
4288
4460
  domain: "ebucore:PublicationChannel".freeze,
4289
4461
  label: "Publication channel name".freeze,
4290
4462
  range: "xsd:string".freeze,
4291
4463
  type: "rdf:Property".freeze
4464
+ property :publicationDuration,
4465
+ comment: %(The actual duration of a PublicationEvent.).freeze,
4466
+ domain: "ebucore:PublicationEvent".freeze,
4467
+ label: "Publication duration".freeze,
4468
+ range: "xsd:duration".freeze,
4469
+ type: "rdf:Property".freeze
4292
4470
  property :publicationEndDateTime,
4293
4471
  comment: %(The actual end date and time of a PublicationEvent.).freeze,
4294
4472
  domain: "ebucore:PublicationEvent".freeze,
@@ -4324,11 +4502,6 @@ module RDF::Vocab
4324
4502
  label: "Title".freeze,
4325
4503
  range: "xsd:string".freeze,
4326
4504
  type: "rdf:Property".freeze
4327
- property :publicationEventType,
4328
- comment: [%(A type of PublicationEvent.).freeze, %(Range: a string or code/Concept).freeze],
4329
- domain: "ebucore:PublicationEvent".freeze,
4330
- label: "Publication event type".freeze,
4331
- type: "rdf:Property".freeze
4332
4505
  property :publicationPlanDescription,
4333
4506
  comment: %(To describe a PublicationPlan.).freeze,
4334
4507
  domain: "ebucore:PublicationPlan".freeze,
@@ -4358,8 +4531,17 @@ module RDF::Vocab
4358
4531
  label: "Publication plan start date".freeze,
4359
4532
  range: "xsd:date".freeze,
4360
4533
  type: "rdf:Property".freeze
4534
+ property :publicationPlanStatus,
4535
+ comment: %(To provide a status regarding the PublicationPlan.).freeze,
4536
+ domain: "ebucore:PublicationPlan".freeze,
4537
+ label: "Publication plan status".freeze,
4538
+ range: "xsd:string".freeze,
4539
+ type: "rdf:Property".freeze
4361
4540
  property :publicationScheduleDate,
4362
- comment: %(To express specifically the schedule date to which a PublicationEvent is related in particular if the broacdast time is after midnight. For example, the schedule date would be May 29th and the programme is published at 1 am on May 30th, while still associated in the schedule with the night of May 29th.).freeze,
4541
+ comment: %(To express specifically the schedule date to which a
4542
+ PublicationEvent is related in particular if the broacdast time is after midnight. For
4543
+ example, the schedule date would be May 29th and the programme is published at 1 am on May
4544
+ 30th, while still associated in the schedule with the night of May 29th.).freeze,
4363
4545
  domain: "ebucore:PublicationEvent".freeze,
4364
4546
  label: "schedule date".freeze,
4365
4547
  range: "xsd:date".freeze,
@@ -4372,41 +4554,43 @@ module RDF::Vocab
4372
4554
  type: "rdf:Property".freeze
4373
4555
  property :publishedEndDateTime,
4374
4556
  comment: %(The end date and time of a PublicationEvent as
4375
- scheduled.).freeze,
4557
+ scheduled.).freeze,
4376
4558
  domain: "ebucore:PublicationEvent".freeze,
4377
4559
  label: "Publication end date & time".freeze,
4378
4560
  range: "xsd:dateTime".freeze,
4379
4561
  type: "rdf:Property".freeze
4380
4562
  property :publishedStartDateTime,
4381
- comment: %(The start date and time of a PublicationEvent
4382
- as scheduled.).freeze,
4563
+ comment: %(The start date and time of a PublicationEvent as
4564
+ scheduled.).freeze,
4383
4565
  domain: "ebucore:PublicationEvent".freeze,
4384
4566
  label: "Publication start date & time".freeze,
4385
4567
  range: "xsd:dateTime".freeze,
4386
4568
  type: "rdf:Property".freeze
4387
4569
  property :publishedTitle,
4388
- comment: %(The title used to identify the work at publication time.).freeze,
4570
+ comment: %(The title used to identify the work at publication
4571
+ time.).freeze,
4389
4572
  label: "Published title.".freeze,
4390
4573
  range: "xsd:string".freeze,
4391
4574
  subPropertyOf: "ebucore:title".freeze,
4392
4575
  type: "rdf:Property".freeze
4393
4576
  property :publishes,
4394
- comment: %(To identify the EditorialObject related to the PublicationEvent).freeze,
4577
+ comment: %(To identify the EditorialObject related to the
4578
+ PublicationEvent).freeze,
4395
4579
  domain: "ebucore:PublicationEvent".freeze,
4396
4580
  label: "Editorial Object".freeze,
4397
4581
  range: "ebucore:EditorialObject".freeze,
4398
4582
  type: "rdf:Property".freeze
4399
4583
  property :ratingScaleMax,
4400
- comment: %(The maximum value of the scale used for rating
4401
- a media resource.).freeze,
4584
+ comment: %(The maximum value of the scale used for rating a media
4585
+ resource.).freeze,
4402
4586
  domain: "ebucore:Rating".freeze,
4403
4587
  equivalentProperty: "ma:ratingScaleMax".freeze,
4404
4588
  label: "Rating scale (top value)".freeze,
4405
4589
  range: "xsd:string".freeze,
4406
4590
  type: "rdf:Property".freeze
4407
4591
  property :ratingScaleMin,
4408
- comment: %(The minimum value of the scale used for rating
4409
- a Resource.).freeze,
4592
+ comment: %(The minimum value of the scale used for rating a
4593
+ Resource.).freeze,
4410
4594
  domain: "ebucore:Rating".freeze,
4411
4595
  equivalentProperty: "ma:ratingScaleMin".freeze,
4412
4596
  label: "Rating scale (min. value)".freeze,
@@ -4427,27 +4611,30 @@ module RDF::Vocab
4427
4611
  range: "xsd:string".freeze,
4428
4612
  type: "rdf:Property".freeze
4429
4613
  property :ratingValue,
4430
- comment: %(To express a free text rating value defined in
4431
- a rating classification scheme.).freeze,
4614
+ comment: %(To express a free text rating value defined in a rating
4615
+ classification scheme.).freeze,
4432
4616
  domain: "ebucore:Rating".freeze,
4433
4617
  equivalentProperty: "ma:ratingValue".freeze,
4434
4618
  label: "Rating".freeze,
4435
4619
  range: "xsd:string".freeze,
4436
4620
  type: "rdf:Property".freeze
4437
4621
  property :readyForPublication,
4438
- comment: %(A flag to indicate that the Essence is ready for publication.).freeze,
4622
+ comment: %(A flag to indicate that the Essence is ready for
4623
+ publication.).freeze,
4439
4624
  domain: "ebucore:Essence".freeze,
4440
4625
  label: "Ready for publication".freeze,
4441
4626
  range: "xsd:boolean".freeze,
4442
4627
  type: "rdf:Property".freeze
4443
4628
  property :reason,
4444
- comment: %(To provide a reason for which Rating as been attributed as provided.).freeze,
4629
+ comment: %(To provide a reason for which Rating as been attributed as
4630
+ provided.).freeze,
4445
4631
  domain: "ebucore:Rating".freeze,
4446
4632
  label: "Reason".freeze,
4447
4633
  range: "xsd:string".freeze,
4448
4634
  type: "rdf:Property".freeze
4449
4635
  property :references,
4450
- comment: %(To express a reference between Assets, BusinessObjects or Resources.).freeze,
4636
+ comment: %(To express a reference between Assets, BusinessObjects or
4637
+ Resources.).freeze,
4451
4638
  domain: term(
4452
4639
  type: "owl:Class".freeze,
4453
4640
  unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
@@ -4459,17 +4646,17 @@ module RDF::Vocab
4459
4646
  ),
4460
4647
  type: "rdf:Property".freeze
4461
4648
  property :regionDelimX,
4462
- comment: %(To define the bottom right corner of a zone on
4463
- the x-axis. If present with regionDelimY, the zone definition is complemented by the
4464
- associated values of the height and width.).freeze,
4649
+ comment: %(To define the bottom right corner of a zone on the x-axis. If
4650
+ present with regionDelimY, the zone definition is complemented by the associated values of the
4651
+ height and width.).freeze,
4465
4652
  domain: "ebucore:Resource".freeze,
4466
4653
  label: "Region delimiter (x-axis)".freeze,
4467
4654
  range: "xsd:integer".freeze,
4468
4655
  type: "rdf:Property".freeze
4469
4656
  property :regionDelimY,
4470
- comment: %(To define the bottom right corner of a zone on
4471
- the y-axis. If present with regionDelimX, the zone definition is complemented by the
4472
- associated values of the height and width.).freeze,
4657
+ comment: %(To define the bottom right corner of a zone on the y-axis. If
4658
+ present with regionDelimX, the zone definition is complemented by the associated values of the
4659
+ height and width.).freeze,
4473
4660
  domain: "ebucore:Resource".freeze,
4474
4661
  label: "Region delimiter (y-axis)".freeze,
4475
4662
  range: "xsd:integer".freeze,
@@ -4484,12 +4671,14 @@ module RDF::Vocab
4484
4671
  range: "xsd:anyURI".freeze,
4485
4672
  type: "rdf:Property".freeze
4486
4673
  property :relationNote,
4487
- comment: %(A note to provide additional information about a Relation.).freeze,
4674
+ comment: %(A note to provide additional information about a
4675
+ Relation.).freeze,
4488
4676
  domain: "ebucore:Relation".freeze,
4489
4677
  range: "xsd:string".freeze,
4490
4678
  type: "rdf:Property".freeze
4491
4679
  property :relationOrderedgroupFlag,
4492
- comment: %(A boolean to define if a relation is defined within and ordered group.).freeze,
4680
+ comment: %(A boolean to define if a relation is defined within and ordered
4681
+ group.).freeze,
4493
4682
  domain: "ebucore:Relation".freeze,
4494
4683
  range: "xsd:boolean".freeze,
4495
4684
  type: "rdf:Property".freeze
@@ -4499,7 +4688,8 @@ module RDF::Vocab
4499
4688
  range: "xsd:string".freeze,
4500
4689
  type: "rdf:Property".freeze
4501
4690
  property :relationTotalNumberOfGroupMembers,
4502
- comment: %(The total number of members in a group to which a relation refers to.).freeze,
4691
+ comment: %(The total number of members in a group to which a relation refers
4692
+ to.).freeze,
4503
4693
  domain: "ebucore:Relation".freeze,
4504
4694
  range: "xsd:string".freeze,
4505
4695
  type: "rdf:Property".freeze
@@ -4520,7 +4710,8 @@ module RDF::Vocab
4520
4710
  ),
4521
4711
  type: "rdf:Property".freeze
4522
4712
  property :represents,
4523
- comment: %(To establish a relation between a BusinessObject and an Asset.).freeze,
4713
+ comment: %(To establish a relation between a BusinessObject and an
4714
+ Asset.).freeze,
4524
4715
  domain: "ebucore:BusinessObject".freeze,
4525
4716
  label: "Related asset".freeze,
4526
4717
  range: "ebucore:Asset".freeze,
@@ -4538,10 +4729,9 @@ module RDF::Vocab
4538
4729
  ),
4539
4730
  type: "rdf:Property".freeze
4540
4731
  property :resourceDescription,
4541
- comment: %(This can be specialised by using sub-properties
4542
- like defined in http://www.ebu.ch/metadata/cs/web/ebu_DescriptionTypeCodeCS_p.xml.htm
4543
- implemented as examples as e.g. 'summary' or
4544
- 'script'.).freeze,
4732
+ comment: %(This can be specialised by using sub-properties like defined in
4733
+ http://www.ebu.ch/metadata/cs/web/ebu_DescriptionTypeCodeCS_p.xml.htm implemented as examples
4734
+ as e.g. 'summary' or 'script'.).freeze,
4545
4735
  domain: "ebucore:Resource".freeze,
4546
4736
  label: "Resource description".freeze,
4547
4737
  range: "xsd:string".freeze,
@@ -4599,20 +4789,21 @@ module RDF::Vocab
4599
4789
  range: "xsd:boolean".freeze,
4600
4790
  type: "rdf:Property".freeze
4601
4791
  property :rightsDuration,
4602
- comment: %(To define the duration of the period when Rights are applicable.).freeze,
4792
+ comment: %(To define the duration of the period when Rights are
4793
+ applicable.).freeze,
4603
4794
  domain: "ebucore:Rights".freeze,
4604
4795
  label: "Rights duration".freeze,
4605
4796
  range: "xsd:duration".freeze,
4606
4797
  type: "rdf:Property".freeze
4607
4798
  property :rightsEndDateTime,
4608
- comment: %(To define the end time until when Rights are applicable.).freeze,
4799
+ comment: %(To define the end time until when Rights are
4800
+ applicable.).freeze,
4609
4801
  domain: "ebucore:Rights".freeze,
4610
4802
  label: "Rights end date time".freeze,
4611
4803
  range: "xsd:dateTime".freeze,
4612
4804
  type: "rdf:Property".freeze
4613
4805
  property :rightsExpression,
4614
- comment: %(The expression of Rights as free
4615
- text.).freeze,
4806
+ comment: %(The expression of Rights as free text.).freeze,
4616
4807
  domain: "ebucore:Rights".freeze,
4617
4808
  label: "Rights expression".freeze,
4618
4809
  range: "xsd:string".freeze,
@@ -4623,25 +4814,28 @@ module RDF::Vocab
4623
4814
  label: "Rights identifier".freeze,
4624
4815
  type: "rdf:Property".freeze
4625
4816
  property :rightsLink,
4626
- comment: %(A link to e.g. a webpage where an expression of
4627
- the rights can be found and consulted.).freeze,
4817
+ comment: %(A link to e.g. a webpage where an expression of the rights can be
4818
+ found and consulted.).freeze,
4628
4819
  domain: "ebucore:Rights".freeze,
4629
4820
  label: "Rights web resource".freeze,
4630
4821
  range: "xsd:anyURI".freeze,
4631
4822
  type: "rdf:Property".freeze
4632
4823
  property :rightsStartDateTime,
4633
- comment: %(To define the start time since when Rights are applicable.).freeze,
4824
+ comment: %(To define the start time since when Rights are
4825
+ applicable.).freeze,
4634
4826
  domain: "ebucore:Rights".freeze,
4635
4827
  label: "Rights start date time".freeze,
4636
4828
  range: "xsd:dateTime".freeze,
4637
4829
  type: "rdf:Property".freeze
4638
4830
  property :rightsTerritoryExcludes,
4639
- comment: %(A list of country or region codes to which rights do not apply.).freeze,
4831
+ comment: %(A list of country or region codes to which rights do not
4832
+ apply.).freeze,
4640
4833
  domain: "ebucore:Rights".freeze,
4641
4834
  label: "Excluded territories".freeze,
4642
4835
  type: "rdf:Property".freeze
4643
4836
  property :rightsTerritoryIncludes,
4644
- comment: %(A list of country or region codes within which rights apply.).freeze,
4837
+ comment: %(A list of country or region codes within which rights
4838
+ apply.).freeze,
4645
4839
  domain: "ebucore:Rights".freeze,
4646
4840
  label: "Applicable territories".freeze,
4647
4841
  type: "rdf:Property".freeze
@@ -4664,15 +4858,16 @@ module RDF::Vocab
4664
4858
  range: "xsd:string".freeze,
4665
4859
  type: "rdf:Property".freeze
4666
4860
  property :sampleRate,
4667
- comment: %(The frequency at which audio is sampled per second. Also called sampling rate.).freeze,
4861
+ comment: %(The frequency at which audio is sampled per second. Also called
4862
+ sampling rate.).freeze,
4668
4863
  domain: "ebucore:MediaResource".freeze,
4669
4864
  equivalentProperty: "ma:samplingRate".freeze,
4670
4865
  label: "Sample Rate".freeze,
4671
4866
  range: "xsd:integer".freeze,
4672
4867
  type: "rdf:Property".freeze
4673
4868
  property :sampleSize,
4674
- comment: %(The size of an audio sample in
4675
- bits. Also called bit depth.).freeze,
4869
+ comment: %(The size of an audio sample in bits. Also called bit
4870
+ depth.).freeze,
4676
4871
  domain: "ebucore:MediaResource".freeze,
4677
4872
  label: "Sample size".freeze,
4678
4873
  range: "xsd:integer".freeze,
@@ -4683,9 +4878,8 @@ module RDF::Vocab
4683
4878
  label: "Sample type".freeze,
4684
4879
  type: "rdf:Property".freeze
4685
4880
  property :scanningFormat,
4686
- comment: %(To define the scanning format for a
4687
- MediaResource. For video, the two main values are "interlaced" or
4688
- "progressive".).freeze,
4881
+ comment: %(To define the scanning format for a MediaResource. For video, the
4882
+ two main values are "interlaced" or "progressive".).freeze,
4689
4883
  domain: "ebucore:MediaResource".freeze,
4690
4884
  label: "Scanning format".freeze,
4691
4885
  range: "xsd:string".freeze,
@@ -4730,13 +4924,13 @@ module RDF::Vocab
4730
4924
  label: "Service type".freeze,
4731
4925
  type: "rdf:Property".freeze
4732
4926
  property :shotlog,
4733
- comment: %(Provides a shot-by-shot description of resource content.).freeze,
4927
+ comment: %(Provides a shot-by-shot description of resource
4928
+ content.).freeze,
4734
4929
  label: "Shot log".freeze,
4735
4930
  subPropertyOf: "ebucore:description".freeze,
4736
4931
  type: "rdf:Property".freeze
4737
4932
  property :signingSource,
4738
- comment: [%(Range: a string or an Agent.).freeze, %(To identify the source of the signing
4739
- resource.).freeze],
4933
+ comment: [%(Range: a string or an Agent.).freeze, %(To identify the source of the signing resource.).freeze],
4740
4934
  domain: "ebucore:Signing".freeze,
4741
4935
  label: "Signing source".freeze,
4742
4936
  type: "rdf:Property".freeze
@@ -4749,40 +4943,45 @@ module RDF::Vocab
4749
4943
  label: "Start time".freeze,
4750
4944
  type: "rdf:Property".freeze
4751
4945
  property :startNormalPlayTime,
4752
- comment: %(The start time expressed using a time
4753
- expression.).freeze,
4946
+ comment: %(The start time expressed using a time expression.).freeze,
4754
4947
  label: "Start time (time)".freeze,
4755
4948
  range: "xsd:time".freeze,
4756
4949
  subPropertyOf: "ebucore:start".freeze,
4757
4950
  type: "rdf:Property".freeze
4758
4951
  property :startNumberEditUnits,
4759
- comment: %(A start time expressed as a number of edit
4760
- units.).freeze,
4952
+ comment: %(A start time expressed as a number of edit units.).freeze,
4761
4953
  label: "Start time (edit units)".freeze,
4762
4954
  range: "xsd:double".freeze,
4763
4955
  subPropertyOf: "ebucore:start".freeze,
4764
4956
  type: "rdf:Property".freeze
4957
+ property :startOffsetNormalPlayTime,
4958
+ comment: %(The offset start time expressed using a duration
4959
+ expression.).freeze,
4960
+ label: "Offset start time (duration)".freeze,
4961
+ range: "xsd:duration".freeze,
4962
+ subPropertyOf: "ebucore:start".freeze,
4963
+ type: "rdf:Property".freeze
4765
4964
  property :startTimecode,
4766
- comment: %(A start time expressed as
4767
- timecode.).freeze,
4965
+ comment: %(A start time expressed as timecode.).freeze,
4768
4966
  label: "Start time (timecode)".freeze,
4769
4967
  range: "xsd:string".freeze,
4770
4968
  subPropertyOf: "ebucore:start".freeze,
4771
4969
  type: "rdf:Property".freeze
4772
4970
  property :startTimecodeDropFrame,
4773
- comment: %(A start time expressed as
4774
- timecode with drop frames.).freeze,
4971
+ comment: %(A start time expressed as timecode with drop frames.).freeze,
4775
4972
  label: "Start time (timecode, drop frames)".freeze,
4776
4973
  range: "xsd:string".freeze,
4777
4974
  subPropertyOf: "ebucore:start".freeze,
4778
4975
  type: "rdf:Property".freeze
4779
4976
  property :storageId,
4780
- comment: [%(Range: Identifier, anyURI, string).freeze, %(To identify storage associated with a locator from which a Resource can be accessed or can be retrieved.).freeze],
4977
+ comment: [%(Range: Identifier, anyURI, string).freeze, %(To identify storage associated with a locator from which a Resource
4978
+ can be accessed or can be retrieved.).freeze],
4781
4979
  domain: "ebucore:Resource".freeze,
4782
4980
  label: "Storage id".freeze,
4783
4981
  type: "rdf:Property".freeze
4784
4982
  property :storageType,
4785
- comment: [%(Range:; string or code/Concept).freeze, %(To define a type of storage associated with a locator from which a Resource can be accessed or can be retrieved.).freeze],
4983
+ comment: [%(Range:; string or code/Concept).freeze, %(To define a type of storage associated with a locator from which a
4984
+ Resource can be accessed or can be retrieved.).freeze],
4786
4985
  domain: "ebucore:Resource".freeze,
4787
4986
  label: "Storage type".freeze,
4788
4987
  type: "rdf:Property".freeze
@@ -4792,13 +4991,13 @@ module RDF::Vocab
4792
4991
  subPropertyOf: "ebucore:alternativeTitle".freeze,
4793
4992
  type: "rdf:Property".freeze
4794
4993
  property :subtitlingSource,
4795
- comment: [%(Range: a string or an Agent.).freeze, %(To identify the source of the Subtitling
4796
- resource.).freeze],
4994
+ comment: [%(Range: a string or an Agent.).freeze, %(To identify the source of the Subtitling resource.).freeze],
4797
4995
  domain: "ebucore:Subtitling".freeze,
4798
4996
  label: "Subtitling source".freeze,
4799
4997
  type: "rdf:Property".freeze
4800
4998
  property :suffix,
4801
- comment: %(To provide a suffix associated with a Person name e.g. Jr.).freeze,
4999
+ comment: %(To provide a suffix associated with a Person name e.g.
5000
+ Jr.).freeze,
4802
5001
  domain: "ebucore:Person".freeze,
4803
5002
  label: "Suffix".freeze,
4804
5003
  range: "xsd:string".freeze,
@@ -4827,13 +5026,15 @@ module RDF::Vocab
4827
5026
  subPropertyOf: "ebucore:description".freeze,
4828
5027
  type: "rdf:Property".freeze
4829
5028
  property :targetAudienceSystem,
4830
- comment: %(To define the system used to provide a TargetAudience.).freeze,
5029
+ comment: %(To define the system used to provide a
5030
+ TargetAudience.).freeze,
4831
5031
  domain: "ebucore:AudienceLevel".freeze,
4832
5032
  label: "Target audience system".freeze,
4833
5033
  range: "xsd:string".freeze,
4834
5034
  type: "rdf:Property".freeze
4835
5035
  property :targetPlatform,
4836
- comment: %(To provide information on the platforms on which this content can be distributed.).freeze,
5036
+ comment: %(To provide information on the platforms on which this content can be
5037
+ distributed.).freeze,
4837
5038
  label: "Target platform".freeze,
4838
5039
  subPropertyOf: "ebucore:description".freeze,
4839
5040
  type: "rdf:Property".freeze
@@ -4844,12 +5045,14 @@ module RDF::Vocab
4844
5045
  range: "xsd:string".freeze,
4845
5046
  type: "rdf:Property".freeze
4846
5047
  property :textLineEndEditUnit,
4847
- comment: %(The end time of a TextLine expressed as a number of edit units.).freeze,
5048
+ comment: %(The end time of a TextLine expressed as a number of edit
5049
+ units.).freeze,
4848
5050
  label: "Text line end in edit units".freeze,
4849
5051
  subPropertyOf: "ebucore:textLineEndTime".freeze,
4850
5052
  type: "rdf:Property".freeze
4851
5053
  property :textLineEndNormalPlayTime,
4852
- comment: %(The end time of a TextLine expressed as a normal play time.).freeze,
5054
+ comment: %(The end time of a TextLine expressed as a normal play
5055
+ time.).freeze,
4853
5056
  label: "Text line end in normal play time".freeze,
4854
5057
  subPropertyOf: "ebucore:textLineEndTime".freeze,
4855
5058
  type: "rdf:Property".freeze
@@ -4864,7 +5067,8 @@ module RDF::Vocab
4864
5067
  subPropertyOf: "ebucore:textLineEndTime".freeze,
4865
5068
  type: "rdf:Property".freeze
4866
5069
  property :textLineEndTimecodeDropFrame,
4867
- comment: %(The end time of a TextLine expressed as timecode with drop frames.).freeze,
5070
+ comment: %(The end time of a TextLine expressed as timecode with drop
5071
+ frames.).freeze,
4868
5072
  label: "Text line end timecode drop frames".freeze,
4869
5073
  subPropertyOf: "ebucore:textLineEndTime".freeze,
4870
5074
  type: "rdf:Property".freeze
@@ -4879,23 +5083,27 @@ module RDF::Vocab
4879
5083
  label: "Text line language".freeze,
4880
5084
  type: "rdf:Property".freeze
4881
5085
  property :textLineOrder,
4882
- comment: %(The order in which a text line can be found e.g. in a scene.).freeze,
5086
+ comment: %(The order in which a text line can be found e.g. in a
5087
+ scene.).freeze,
4883
5088
  domain: "ebucore:TextLine".freeze,
4884
5089
  label: "Text line order".freeze,
4885
5090
  range: "xsd:string".freeze,
4886
5091
  type: "rdf:Property".freeze
4887
5092
  property :textLineSource,
4888
- comment: [%(Range: string or ConceptId).freeze, %(To identify the source of a text line e.g. speech to text, captioning.).freeze],
5093
+ comment: [%(Range: string or ConceptId).freeze, %(To identify the source of a text line e.g. speech to text,
5094
+ captioning.).freeze],
4889
5095
  domain: "ebucore:TextLine".freeze,
4890
5096
  label: "Text line source".freeze,
4891
5097
  type: "rdf:Property".freeze
4892
5098
  property :textLineStartEditUnit,
4893
- comment: %(The start time of a TextLine expressed as a number of edit units.).freeze,
5099
+ comment: %(The start time of a TextLine expressed as a number of edit
5100
+ units.).freeze,
4894
5101
  label: "Text line start in edit units".freeze,
4895
5102
  subPropertyOf: "ebucore:textLineStartTime".freeze,
4896
5103
  type: "rdf:Property".freeze
4897
5104
  property :textLineStartNormalPlayTime,
4898
- comment: %(The start time of a TextLine expressed as a normal play time.).freeze,
5105
+ comment: %(The start time of a TextLine expressed as a normal play
5106
+ time.).freeze,
4899
5107
  label: "Text line start in normal play time".freeze,
4900
5108
  subPropertyOf: "ebucore:textLineStartTime".freeze,
4901
5109
  type: "rdf:Property".freeze
@@ -4910,7 +5118,8 @@ module RDF::Vocab
4910
5118
  subPropertyOf: "ebucore:textLineStartTime".freeze,
4911
5119
  type: "rdf:Property".freeze
4912
5120
  property :textLineStartTimecodeDropFrame,
4913
- comment: %(The start time of a TextLine expressed as timecode with drop frames.).freeze,
5121
+ comment: %(The start time of a TextLine expressed as timecode with drop
5122
+ frames.).freeze,
4914
5123
  label: "Text line start timecode drop frames".freeze,
4915
5124
  subPropertyOf: "ebucore:textLineStartTime".freeze,
4916
5125
  type: "rdf:Property".freeze
@@ -4923,36 +5132,34 @@ module RDF::Vocab
4923
5132
  range: "xsd:string".freeze,
4924
5133
  type: "rdf:Property".freeze
4925
5134
  property :timelineTrackDurationNormalPlayTime,
4926
- comment: %(To provide a duration as normal
4927
- time.).freeze,
5135
+ comment: %(To provide a duration as normal time.).freeze,
4928
5136
  label: "Duration (time)".freeze,
4929
5137
  range: "xsd:time".freeze,
4930
5138
  subPropertyOf: "ebucore:timelineTrackduration".freeze,
4931
5139
  type: "rdf:Property".freeze
4932
5140
  property :timelineTrackDurationNumberEditUnit,
4933
- comment: %(To provide a duration as a number of EditUnits
4934
- which value is for instance the inverse of the audio sample rate or video frame
4935
- rate.).freeze,
5141
+ comment: %(To provide a duration as a number of EditUnits which value is for
5142
+ instance the inverse of the audio sample rate or video frame rate.).freeze,
4936
5143
  label: "Duration (edit units)".freeze,
4937
5144
  range: "xsd:double".freeze,
4938
5145
  subPropertyOf: "ebucore:timelineTrackduration".freeze,
4939
5146
  type: "rdf:Property".freeze
4940
5147
  property :timelineTrackDurationTimecode,
4941
- comment: %(The duration expressed as a
4942
- timecode.).freeze,
5148
+ comment: %(The duration expressed as a timecode.).freeze,
4943
5149
  label: "Duration (timecode)".freeze,
4944
5150
  range: "xsd:string".freeze,
4945
5151
  subPropertyOf: "ebucore:timelineTrackduration".freeze,
4946
5152
  type: "rdf:Property".freeze
4947
5153
  property :timelineTrackDurationTimecodeDropFrame,
4948
- comment: %(The duration expressed as a
4949
- timecode with drop frames.).freeze,
5154
+ comment: %(The duration expressed as a timecode with drop
5155
+ frames.).freeze,
4950
5156
  label: "Duration (timecode, drop frame)".freeze,
4951
5157
  range: "xsd:string".freeze,
4952
5158
  subPropertyOf: "ebucore:timelineTrackduration".freeze,
4953
5159
  type: "rdf:Property".freeze
4954
5160
  property :timelineTrackduration,
4955
- comment: %(To provide information on the duration of a TimelineTrack.).freeze,
5161
+ comment: %(To provide information on the duration of a
5162
+ TimelineTrack.).freeze,
4956
5163
  domain: term(
4957
5164
  type: "owl:Class".freeze,
4958
5165
  unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze)
@@ -4962,19 +5169,20 @@ module RDF::Vocab
4962
5169
  range: "rdfs:Literal".freeze,
4963
5170
  type: "rdf:Property".freeze
4964
5171
  property :title,
4965
- comment: [%(All value of the EBU title status
4966
- classification scheme
4967
- \(http://www.ebu.ch/metadata/cs/web/ebu_TitleStatusCodeCS_p.xml.htm\) are candidates
4968
- subproperties of the title property as implemented for an example with
4969
- alternativeTitle.).freeze, %(Specifies the title or name given to the
4970
- 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
4971
- the title.).freeze],
5172
+ comment: [%(All value of the EBU title status classification scheme
5173
+ \(http://www.ebu.ch/metadata/cs/web/ebu_TitleStatusCodeCS_p.xml.htm\) are candidates
5174
+ subproperties of the title property as implemented for an example with
5175
+ alternativeTitle.).freeze, %(Specifies the title or name given to the resource. A root for
5176
+ the definition of subproperties defining ebucore titles of different types. The ebucore
5177
+ title type can be used to define sub-properties to optionally refine the category of the
5178
+ title.).freeze],
4972
5179
  equivalentProperty: "ma:title".freeze,
4973
5180
  label: "Title".freeze,
4974
5181
  subPropertyOf: "dc11:title".freeze,
4975
5182
  type: "rdf:Property".freeze
4976
5183
  property :totalNumberOfEpisodes,
4977
- comment: %(To provide the total number of episodes in a series or a season.).freeze,
5184
+ comment: %(To provide the total number of episodes in a series or a
5185
+ season.).freeze,
4978
5186
  domain: "ebucore:Group".freeze,
4979
5187
  label: "Total number of episodes".freeze,
4980
5188
  range: "xsd:string".freeze,
@@ -4986,8 +5194,7 @@ module RDF::Vocab
4986
5194
  range: "xsd:string".freeze,
4987
5195
  type: "rdf:Property".freeze
4988
5196
  property :trackDefinition,
4989
- comment: %(To provide a definition associated to a
4990
- Track.).freeze,
5197
+ comment: %(To provide a definition associated to a Track.).freeze,
4991
5198
  domain: "ebucore:Track".freeze,
4992
5199
  equivalentProperty: "ma:trackName".freeze,
4993
5200
  label: "Definition".freeze,
@@ -5024,15 +5231,16 @@ module RDF::Vocab
5024
5231
  subPropertyOf: "ebucore:alternativeTitle".freeze,
5025
5232
  type: "rdf:Property".freeze
5026
5233
  property :username,
5027
- comment: %(The username by which a Person is
5028
- known e.g. when attributing a rating value.).freeze,
5234
+ comment: %(The username by which a Person is known e.g. when attributing a
5235
+ rating value.).freeze,
5029
5236
  domain: "ebucore:Person".freeze,
5030
5237
  equivalentProperty: "foaf:nick".freeze,
5031
5238
  label: "Username".freeze,
5032
5239
  range: "xsd:string".freeze,
5033
5240
  type: "rdf:Property".freeze
5034
5241
  property :versionTitle,
5035
- comment: %(An alternative title specific to a verison of content.).freeze,
5242
+ comment: %(An alternative title specific to a verison of
5243
+ content.).freeze,
5036
5244
  label: "Version title".freeze,
5037
5245
  subPropertyOf: "ebucore:alternativeTitle".freeze,
5038
5246
  type: "rdf:Property".freeze
@@ -5066,23 +5274,22 @@ module RDF::Vocab
5066
5274
  subPropertyOf: "ebucore:encodingProfile".freeze,
5067
5275
  type: "rdf:Property".freeze
5068
5276
  property :width,
5069
- comment: %(The width of e.g. a video frame typically
5070
- expressed as a number of pixels, or picture/image in millimeters.).freeze,
5277
+ comment: %(The width of e.g. a video frame typically expressed as a number
5278
+ of pixels, or picture/image in millimeters.).freeze,
5071
5279
  domain: "ebucore:Resource".freeze,
5072
5280
  equivalentProperty: "ma:frameWidth".freeze,
5073
5281
  label: "Width".freeze,
5074
5282
  range: "xsd:integer".freeze,
5075
5283
  type: "rdf:Property".freeze
5076
5284
  property :widthUnit,
5077
- comment: %(The unit used to measure a width e.g. in pixels
5078
- or number of lines or millimeters or else.).freeze,
5285
+ comment: %(The unit used to measure a width e.g. in pixels or number of
5286
+ lines or millimeters or else.).freeze,
5079
5287
  domain: "ebucore:Resource".freeze,
5080
5288
  label: "Width unit".freeze,
5081
5289
  range: "xsd:string".freeze,
5082
5290
  type: "rdf:Property".freeze
5083
5291
  property :wordCount,
5084
- comment: %(The number of words contained in a
5085
- document.).freeze,
5292
+ comment: %(The number of words contained in a document.).freeze,
5086
5293
  domain: "ebucore:Document".freeze,
5087
5294
  label: "Word count".freeze,
5088
5295
  range: "xsd:integer".freeze,
@@ -5093,8 +5300,8 @@ module RDF::Vocab
5093
5300
  subPropertyOf: "ebucore:alternativeTitle".freeze,
5094
5301
  type: "rdf:Property".freeze
5095
5302
  property :wrappingType,
5096
- comment: [%(Range: string or code/Concept).freeze, %(To provide additional information on the
5097
- wrapping type of ancillary data.).freeze],
5303
+ comment: [%(Range: string or code/Concept).freeze, %(To provide additional information on the wrapping type of ancillary
5304
+ data.).freeze],
5098
5305
  domain: "ebucore:AncillaryData".freeze,
5099
5306
  label: "Wrapping type".freeze,
5100
5307
  type: "rdf:Property".freeze