rdf-vocab 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,10 +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, "Are Tverberg, TV2".freeze, "Casey Davis, WGBH".freeze, "Cedric Klein, Perfect Memory".freeze, "Christophe Debruyne, RIA".freeze, "Chuck McCallum, WGBH".freeze, "Cliff Ingham, City of Bloomington".freeze, "Dalia R. Levine, HBO".freeze, "Drew Myers, WGBH".freeze, "Glenn Clatworthy, PBS".freeze, "Guillaume Rachez, Perfect Memory".freeze, "Hugo Cordier, SetKeeper".freeze, "Hugo Manguinhas, Europeana".freeze, "Jack Brighton, WILL Public Media".freeze, "Julie Hardesty, Indian University Library".freeze, "Jürgen Grupp, SRG".freeze, "Kara van Malssen, AV Preserve".freeze, "Karen Cariani, WGBH".freeze, "Kim Viljanen, YLE".freeze, "Knut-Olav Hoven, NRK".freeze, "Laurence Cook, metaCirque".freeze, "Mark Guelbahar, IRT".freeze, "Matthieu Parmentier, francetelevisions".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, "Robert Engels, NRK".freeze, "Sadie Roosa, WGBH".freeze, "Tormod Vaervagen, NRK".freeze, "Valentine Charles, Europeana".freeze, "Valerie J. Miller, PBS".freeze, "Vincent Dabouineau, francetelevisions".freeze],
16
- "dc11:creator": "Jean Pierre Evain, EBU".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],
17
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],
18
- "dc11:publisher": "European Broadcasting Union (EBU)".freeze,
19
17
  "dc11:rights": "Copyright 2015 EBU".freeze,
20
18
  "dc11:title": "EBUCore - the Dublin Core for media".freeze,
21
19
  "http://purl.org/vocab/vann/preferredNamespaceUri": "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#".freeze,
@@ -1086,8 +1084,8 @@ module RDF::Vocab
1086
1084
  property :adultContent,
1087
1085
  comment: %(A flag to signal adult content.).freeze,
1088
1086
  domain: term(
1089
- unionOf: list("ebucore:EditorialObject".freeze, "ebucore:Resource".freeze),
1090
- type: "owl:Class".freeze
1087
+ type: "owl:Class".freeze,
1088
+ unionOf: list("ebucore:EditorialObject".freeze, "ebucore:Resource".freeze)
1091
1089
  ),
1092
1090
  label: "adult content".freeze,
1093
1091
  range: "xsd:boolean".freeze,
@@ -1349,8 +1347,8 @@ module RDF::Vocab
1349
1347
  image. Several types of different aspect ration can apply to the same video image. If
1350
1348
  necessary, specialised aspect ratios can be defined as subproperties.).freeze,
1351
1349
  domain: term(
1352
- unionOf: list("ebucore:MediaResource".freeze, "ebucore:Picture".freeze, "ebucore:VideoTrack".freeze),
1353
- type: "owl:Class".freeze
1350
+ type: "owl:Class".freeze,
1351
+ unionOf: list("ebucore:MediaResource".freeze, "ebucore:Picture".freeze, "ebucore:VideoTrack".freeze)
1354
1352
  ),
1355
1353
  label: "Aspect ratio".freeze,
1356
1354
  range: "xsd:string".freeze,
@@ -1495,8 +1493,8 @@ module RDF::Vocab
1495
1493
  property :clonedTo,
1496
1494
  comment: %(Identifies relationship between a digital instantiation of a resource and its direct copy, with no generational loss.).freeze,
1497
1495
  domain: term(
1498
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1499
- type: "owl:Class".freeze
1496
+ type: "owl:Class".freeze,
1497
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1500
1498
  ),
1501
1499
  inverseOf: "ebucore:isClonedFrom".freeze,
1502
1500
  label: "Cloned to".freeze,
@@ -1575,8 +1573,8 @@ module RDF::Vocab
1575
1573
  property :dateArchived,
1576
1574
  comment: %(The date when the BusinessObject or Resource was archived.).freeze,
1577
1575
  domain: term(
1578
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1579
- type: "owl:Class".freeze
1576
+ type: "owl:Class".freeze,
1577
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1580
1578
  ),
1581
1579
  equivalentProperty: "ma:creationDate".freeze,
1582
1580
  label: "Archiving date".freeze,
@@ -1585,8 +1583,8 @@ module RDF::Vocab
1585
1583
  property :dateBroadcast,
1586
1584
  comment: %(The date when the Resource was first broadcast publicly on television or radio or via streaming.).freeze,
1587
1585
  domain: term(
1588
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1589
- type: "owl:Class".freeze
1586
+ type: "owl:Class".freeze,
1587
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1590
1588
  ),
1591
1589
  equivalentProperty: "ma:creationDate".freeze,
1592
1590
  label: "Broadcast date".freeze,
@@ -1595,8 +1593,8 @@ module RDF::Vocab
1595
1593
  property :dateCreated,
1596
1594
  comment: %(The date of creation of the Resource or BusinessObject.).freeze,
1597
1595
  domain: term(
1598
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1599
- type: "owl:Class".freeze
1596
+ type: "owl:Class".freeze,
1597
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1600
1598
  ),
1601
1599
  equivalentProperty: "ma:creationDate".freeze,
1602
1600
  label: "Creation date/time".freeze,
@@ -1605,8 +1603,8 @@ module RDF::Vocab
1605
1603
  property :dateDeleted,
1606
1604
  comment: %(The date when the BusinessObject or Resource was removed/deleted from institutional holdings.).freeze,
1607
1605
  domain: term(
1608
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1609
- type: "owl:Class".freeze
1606
+ type: "owl:Class".freeze,
1607
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1610
1608
  ),
1611
1609
  equivalentProperty: "ma:creationDate".freeze,
1612
1610
  label: "Deletion date".freeze,
@@ -1649,8 +1647,8 @@ module RDF::Vocab
1649
1647
  property :dateModified,
1650
1648
  comment: %(To indicate the date at which the Resource or BusinessObject has been modified.).freeze,
1651
1649
  domain: term(
1652
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1653
- type: "owl:Class".freeze
1650
+ type: "owl:Class".freeze,
1651
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1654
1652
  ),
1655
1653
  label: "Modification date/time".freeze,
1656
1654
  subPropertyOf: "ebucore:date".freeze,
@@ -1686,8 +1684,8 @@ module RDF::Vocab
1686
1684
  property :dateTransferred,
1687
1685
  comment: %(The date when the Resource or BusinessObject was moved from one digital or physical location to another.).freeze,
1688
1686
  domain: term(
1689
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1690
- type: "owl:Class".freeze
1687
+ type: "owl:Class".freeze,
1688
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1691
1689
  ),
1692
1690
  equivalentProperty: "ma:creationDate".freeze,
1693
1691
  label: "Transfer date".freeze,
@@ -1710,14 +1708,14 @@ module RDF::Vocab
1710
1708
  property :derivedTo,
1711
1709
  comment: %(Identifies a content-based relationship between two resources.).freeze,
1712
1710
  domain: term(
1713
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1714
- type: "owl:Class".freeze
1711
+ type: "owl:Class".freeze,
1712
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1715
1713
  ),
1716
1714
  inverseOf: "ebucore:isDerivedFrom".freeze,
1717
1715
  label: "Derived to".freeze,
1718
1716
  range: term(
1719
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1720
- type: "owl:Class".freeze
1717
+ type: "owl:Class".freeze,
1718
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1721
1719
  ),
1722
1720
  type: "rdf:Property".freeze
1723
1721
  property :description,
@@ -1766,22 +1764,22 @@ module RDF::Vocab
1766
1764
  property :dubbedTo,
1767
1765
  comment: %(Identifies relationship between a physical instantiation of a resource and a duplicate physical copy that may involve generational loss.).freeze,
1768
1766
  domain: term(
1769
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1770
- type: "owl:Class".freeze
1767
+ type: "owl:Class".freeze,
1768
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1771
1769
  ),
1772
1770
  inverseOf: "ebucore:isDubbedFrom".freeze,
1773
1771
  label: "Dubbed to".freeze,
1774
1772
  range: term(
1775
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
1776
- type: "owl:Class".freeze
1773
+ type: "owl:Class".freeze,
1774
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
1777
1775
  ),
1778
1776
  type: "rdf:Property".freeze
1779
1777
  property :duration,
1780
1778
  comment: %(To provide information on the duration of a MediaResource. It corresponds to 'duration' in the
1781
1779
  Ontology for Media Resources.).freeze,
1782
1780
  domain: term(
1783
- unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze),
1784
- type: "owl:Class".freeze
1781
+ type: "owl:Class".freeze,
1782
+ unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze)
1785
1783
  ),
1786
1784
  equivalentProperty: "ma:duration".freeze,
1787
1785
  label: "Duration".freeze,
@@ -1855,8 +1853,8 @@ module RDF::Vocab
1855
1853
  comment: %(The edit unit is e.g. the inverse of the audio
1856
1854
  sample rate or video frame rate.).freeze,
1857
1855
  domain: term(
1858
- unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze),
1859
- type: "owl:Class".freeze
1856
+ type: "owl:Class".freeze,
1857
+ unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze)
1860
1858
  ),
1861
1859
  label: "Edit unit".freeze,
1862
1860
  range: "xsd:float".freeze,
@@ -2116,13 +2114,13 @@ module RDF::Vocab
2116
2114
  property :followsInSequence,
2117
2115
  comment: %(A link to a an BusinessObject or a Resource preceding the current BusinessObject or Resource in an ordered sequence.).freeze,
2118
2116
  domain: term(
2119
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
2120
- type: "owl:Class".freeze
2117
+ type: "owl:Class".freeze,
2118
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
2121
2119
  ),
2122
2120
  label: "Previous".freeze,
2123
2121
  range: term(
2124
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
2125
- type: "owl:Class".freeze
2122
+ type: "owl:Class".freeze,
2123
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
2126
2124
  ),
2127
2125
  type: "rdf:Property".freeze
2128
2126
  property :foodCategory,
@@ -2259,8 +2257,8 @@ module RDF::Vocab
2259
2257
  comment: %(A property to signal the presence of
2260
2258
  AncillaryData associated with the EditorialObject and / or MediaResource.).freeze,
2261
2259
  domain: term(
2262
- unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze),
2263
- type: "owl:Class".freeze
2260
+ type: "owl:Class".freeze,
2261
+ unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
2264
2262
  ),
2265
2263
  label: "Ancillary data".freeze,
2266
2264
  range: "ebucore:AncillaryData".freeze,
@@ -2343,8 +2341,8 @@ module RDF::Vocab
2343
2341
  comment: %(To signal the presence of
2344
2342
  AudioDescription.).freeze,
2345
2343
  domain: term(
2346
- unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze),
2347
- type: "owl:Class".freeze
2344
+ type: "owl:Class".freeze,
2345
+ unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
2348
2346
  ),
2349
2347
  label: "Audio description".freeze,
2350
2348
  range: "ebucore:AudioDescription".freeze,
@@ -2364,8 +2362,8 @@ module RDF::Vocab
2364
2362
  comment: %(To signal the presence of
2365
2363
  Captioning.).freeze,
2366
2364
  domain: term(
2367
- unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze),
2368
- type: "owl:Class".freeze
2365
+ type: "owl:Class".freeze,
2366
+ unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
2369
2367
  ),
2370
2368
  label: "Captioning".freeze,
2371
2369
  range: "ebucore:Captioning".freeze,
@@ -2525,8 +2523,8 @@ module RDF::Vocab
2525
2523
  comment: %(To identify an episode of a
2526
2524
  Series or a Season.).freeze,
2527
2525
  domain: term(
2528
- unionOf: list("ebucore:Season".freeze, "ebucore:Series".freeze),
2529
- type: "owl:Class".freeze
2526
+ type: "owl:Class".freeze,
2527
+ unionOf: list("ebucore:Season".freeze, "ebucore:Series".freeze)
2530
2528
  ),
2531
2529
  inverseOf: "ebucore:isEpisodeOf".freeze,
2532
2530
  label: "Episode".freeze,
@@ -2570,8 +2568,8 @@ module RDF::Vocab
2570
2568
  property :hasIdentifier,
2571
2569
  comment: %(To provide an alternative Identifier.).freeze,
2572
2570
  domain: term(
2573
- unionOf: list("ebucore:Resource".freeze, "ebucore:BusinessObject".freeze),
2574
- type: "owl:Class".freeze
2571
+ type: "owl:Class".freeze,
2572
+ unionOf: list("ebucore:Resource".freeze, "ebucore:BusinessObject".freeze)
2575
2573
  ),
2576
2574
  label: ["Identifier".freeze, "Range: Identifier or string or anyURI".freeze],
2577
2575
  type: "rdf:Property".freeze
@@ -2613,8 +2611,8 @@ module RDF::Vocab
2613
2611
  use to best possible level of granularity fo describe the usage of language within a
2614
2612
  MediaResource including at Fragment and Track levels.).freeze,
2615
2613
  domain: term(
2616
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
2617
- type: "owl:Class".freeze
2614
+ type: "owl:Class".freeze,
2615
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
2618
2616
  ),
2619
2617
  equivalentProperty: "ma:hasLanguage".freeze,
2620
2618
  label: "Language".freeze,
@@ -2742,8 +2740,8 @@ module RDF::Vocab
2742
2740
  comment: %(To associate PublicationEvents with
2743
2741
  PublicationChannels or as elements of a PublicationHistory or PublicationPlanning.).freeze,
2744
2742
  domain: term(
2745
- unionOf: list("ebucore:PublicationChannel".freeze, "ebucore:PublicationHistory".freeze, "ebucore:PublicationPlan".freeze),
2746
- type: "owl:Class".freeze
2743
+ type: "owl:Class".freeze,
2744
+ unionOf: list("ebucore:PublicationChannel".freeze, "ebucore:PublicationHistory".freeze, "ebucore:PublicationPlan".freeze)
2747
2745
  ),
2748
2746
  label: "Publication event".freeze,
2749
2747
  range: "ebucore:PublicationEvent".freeze,
@@ -2751,8 +2749,8 @@ module RDF::Vocab
2751
2749
  property :hasPublicationHistory,
2752
2750
  comment: %(To provide the history of publication of an EditorailObject or MediaResource.).freeze,
2753
2751
  domain: term(
2754
- unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze),
2755
- type: "owl:Class".freeze
2752
+ type: "owl:Class".freeze,
2753
+ unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
2756
2754
  ),
2757
2755
  label: "Publication history".freeze,
2758
2756
  range: "ebucore:PublicationHistory".freeze,
@@ -2777,8 +2775,8 @@ module RDF::Vocab
2777
2775
  comment: [%(Range: a string or a Rating.).freeze, %(To identify the presence of Rating attributed
2778
2776
  to a Resource or BusinessObject.).freeze],
2779
2777
  domain: term(
2780
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
2781
- type: "owl:Class".freeze
2778
+ type: "owl:Class".freeze,
2779
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
2782
2780
  ),
2783
2781
  equivalentProperty: "ma:hasRating".freeze,
2784
2782
  label: "Rating".freeze,
@@ -2792,8 +2790,8 @@ module RDF::Vocab
2792
2790
  property :hasRelatedArtefact,
2793
2791
  comment: %(To identify and Artefact related to EditorialObject or a resource.).freeze,
2794
2792
  domain: term(
2795
- unionOf: list("ebucore:EditorialObject".freeze, "ebucore:Resource".freeze),
2796
- type: "owl:Class".freeze
2793
+ type: "owl:Class".freeze,
2794
+ unionOf: list("ebucore:EditorialObject".freeze, "ebucore:Resource".freeze)
2797
2795
  ),
2798
2796
  label: "Related artefact".freeze,
2799
2797
  range: "ebucore:Artefact".freeze,
@@ -2913,8 +2911,8 @@ module RDF::Vocab
2913
2911
  property :hasSeason,
2914
2912
  comment: %(The Season of a Series.).freeze,
2915
2913
  domain: term(
2916
- unionOf: list("ebucore:Series".freeze, "ebucore:Brand".freeze),
2917
- type: "owl:Class".freeze
2914
+ type: "owl:Class".freeze,
2915
+ unionOf: list("ebucore:Series".freeze, "ebucore:Brand".freeze)
2918
2916
  ),
2919
2917
  inverseOf: "ebucore:isSeasonOf".freeze,
2920
2918
  label: "Season".freeze,
@@ -2924,8 +2922,8 @@ module RDF::Vocab
2924
2922
  property :hasSeries,
2925
2923
  comment: %(A Series.).freeze,
2926
2924
  domain: term(
2927
- unionOf: list("ebucore:Brand".freeze, "ebucore:Season".freeze),
2928
- type: "owl:Class".freeze
2925
+ type: "owl:Class".freeze,
2926
+ unionOf: list("ebucore:Brand".freeze, "ebucore:Season".freeze)
2929
2927
  ),
2930
2928
  inverseOf: "ebucore:isSeasonOf".freeze,
2931
2929
  label: "Series".freeze,
@@ -2946,8 +2944,8 @@ module RDF::Vocab
2946
2944
  comment: [%(A locator/URI to a resource or a Signing resource.).freeze, %(To identify the presence of Signing associated
2947
2945
  to the BusinessObject/Resource.).freeze],
2948
2946
  domain: term(
2949
- unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze),
2950
- type: "owl:Class".freeze
2947
+ type: "owl:Class".freeze,
2948
+ unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
2951
2949
  ),
2952
2950
  equivalentProperty: "ma:hasSigning".freeze,
2953
2951
  label: "Accessibility - signing".freeze,
@@ -3005,8 +3003,8 @@ module RDF::Vocab
3005
3003
  comment: [%(A locator to a resource or a Signing resource.).freeze, %(To signal the presence of Subtitling associated
3006
3004
  with the EditorialObject or MediaResource.).freeze],
3007
3005
  domain: term(
3008
- unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze),
3009
- type: "owl:Class".freeze
3006
+ type: "owl:Class".freeze,
3007
+ unionOf: list("ebucore:EditorialObject".freeze, "ebucore:MediaResource".freeze)
3010
3008
  ),
3011
3009
  equivalentProperty: "ma:hasSubtitling".freeze,
3012
3010
  label: "Subtitling".freeze,
@@ -3092,14 +3090,14 @@ module RDF::Vocab
3092
3090
  property :hasVersion,
3093
3091
  comment: %(To identify another version of an Asset, BusinessObject or Resource.).freeze,
3094
3092
  domain: term(
3095
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3096
- type: "owl:Class".freeze
3093
+ type: "owl:Class".freeze,
3094
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3097
3095
  ),
3098
3096
  inverseOf: "ebucore:isVersionOf".freeze,
3099
3097
  label: "Version".freeze,
3100
3098
  range: term(
3101
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3102
- type: "owl:Class".freeze
3099
+ type: "owl:Class".freeze,
3100
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3103
3101
  ),
3104
3102
  type: "rdf:Property".freeze
3105
3103
  property :hasVideoCodec,
@@ -3200,14 +3198,14 @@ module RDF::Vocab
3200
3198
  property :isClonedFrom,
3201
3199
  comment: %(Identifies relationship between a digital instantiation of a resource and its direct copy, with no generational loss.).freeze,
3202
3200
  domain: term(
3203
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3204
- type: "owl:Class".freeze
3201
+ type: "owl:Class".freeze,
3202
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3205
3203
  ),
3206
3204
  inverseOf: "ebucore:clonedTo".freeze,
3207
3205
  label: "Cloned from".freeze,
3208
3206
  range: term(
3209
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3210
- type: "owl:Class".freeze
3207
+ type: "owl:Class".freeze,
3208
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3211
3209
  ),
3212
3210
  type: "rdf:Property".freeze
3213
3211
  property :isComposedOf,
@@ -3227,14 +3225,14 @@ module RDF::Vocab
3227
3225
  property :isDerivedFrom,
3228
3226
  comment: %(Identifies a content-based relationship between two resources.).freeze,
3229
3227
  domain: term(
3230
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3231
- type: "owl:Class".freeze
3228
+ type: "owl:Class".freeze,
3229
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3232
3230
  ),
3233
3231
  inverseOf: "ebucore:derivedTo".freeze,
3234
3232
  label: "Derived from".freeze,
3235
3233
  range: term(
3236
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3237
- type: "owl:Class".freeze
3234
+ type: "owl:Class".freeze,
3235
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3238
3236
  ),
3239
3237
  type: "rdf:Property".freeze
3240
3238
  property :isDubbedFrom,
@@ -3250,8 +3248,8 @@ module RDF::Vocab
3250
3248
  inverseOf: "ebucore:hasEpisode".freeze,
3251
3249
  label: "Parent season / series".freeze,
3252
3250
  range: term(
3253
- unionOf: list("ebucore:Season".freeze, "ebucore:Series".freeze),
3254
- type: "owl:Class".freeze
3251
+ type: "owl:Class".freeze,
3252
+ unionOf: list("ebucore:Season".freeze, "ebucore:Series".freeze)
3255
3253
  ),
3256
3254
  subPropertyOf: "ebucore:hasRelatedBusinessObject".freeze,
3257
3255
  type: "rdf:Property".freeze
@@ -3295,13 +3293,13 @@ module RDF::Vocab
3295
3293
  property :isNextInSequence,
3296
3294
  comment: %(A link to a an BusinessObject or a Resource following the current BusinessObject or Resource in an ordered sequence.).freeze,
3297
3295
  domain: term(
3298
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3299
- type: "owl:Class".freeze
3296
+ type: "owl:Class".freeze,
3297
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3300
3298
  ),
3301
3299
  label: "Next".freeze,
3302
3300
  range: term(
3303
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3304
- type: "owl:Class".freeze
3301
+ type: "owl:Class".freeze,
3302
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3305
3303
  ),
3306
3304
  type: "rdf:Property".freeze
3307
3305
  property :isOperatedBy,
@@ -3321,13 +3319,13 @@ module RDF::Vocab
3321
3319
  property :isReferencedBy,
3322
3320
  comment: %(To express references across Assets, BusinessObjects or Resources.).freeze,
3323
3321
  domain: term(
3324
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3325
- type: "owl:Class".freeze
3322
+ type: "owl:Class".freeze,
3323
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3326
3324
  ),
3327
3325
  label: "Related object, resource".freeze,
3328
3326
  range: term(
3329
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3330
- type: "owl:Class".freeze
3327
+ type: "owl:Class".freeze,
3328
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3331
3329
  ),
3332
3330
  type: "rdf:Property".freeze
3333
3331
  property :isRelatedToBusinessObject,
@@ -3350,25 +3348,25 @@ module RDF::Vocab
3350
3348
  property :isReplacedBy,
3351
3349
  comment: %(To identify substitutions.).freeze,
3352
3350
  domain: term(
3353
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3354
- type: "owl:Class".freeze
3351
+ type: "owl:Class".freeze,
3352
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3355
3353
  ),
3356
3354
  label: "Replacement".freeze,
3357
3355
  range: term(
3358
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3359
- type: "owl:Class".freeze
3356
+ type: "owl:Class".freeze,
3357
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3360
3358
  ),
3361
3359
  type: "rdf:Property".freeze
3362
3360
  property :isRequiredBy,
3363
3361
  comment: %(To express strong relations between Assets, BusinessObjects or Resources.).freeze,
3364
3362
  domain: term(
3365
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3366
- type: "owl:Class".freeze
3363
+ type: "owl:Class".freeze,
3364
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3367
3365
  ),
3368
3366
  label: "Required".freeze,
3369
3367
  range: term(
3370
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
3371
- type: "owl:Class".freeze
3368
+ type: "owl:Class".freeze,
3369
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
3372
3370
  ),
3373
3371
  type: "rdf:Property".freeze
3374
3372
  property :isSeasonOf,
@@ -3384,8 +3382,8 @@ module RDF::Vocab
3384
3382
  domain: "ebucore:Series".freeze,
3385
3383
  label: "Parent Brand or Series".freeze,
3386
3384
  range: term(
3387
- unionOf: list("ebucore:Brand".freeze, "ebucore:Season".freeze),
3388
- type: "owl:Class".freeze
3385
+ type: "owl:Class".freeze,
3386
+ unionOf: list("ebucore:Brand".freeze, "ebucore:Season".freeze)
3389
3387
  ),
3390
3388
  type: "rdf:Property".freeze
3391
3389
  property :isVersionOf,
@@ -3552,8 +3550,8 @@ module RDF::Vocab
3552
3550
  property :loudnessIntegratedLoudness,
3553
3551
  comment: %(The value for integrated loudness measured at AudioProgramme or AudioContent level.).freeze,
3554
3552
  domain: term(
3555
- unionOf: list("ebucore:AudioProgramme".freeze, "ebucore:AudioContent".freeze),
3556
- type: "owl:Class".freeze
3553
+ type: "owl:Class".freeze,
3554
+ unionOf: list("ebucore:AudioProgramme".freeze, "ebucore:AudioContent".freeze)
3557
3555
  ),
3558
3556
  label: "Integrated loudness".freeze,
3559
3557
  range: "xsd:float".freeze,
@@ -3562,8 +3560,8 @@ module RDF::Vocab
3562
3560
  property :loudnessMaxMomentary,
3563
3561
  comment: %(The value for maximum momentary loudness measured at AudioProgramme or AudioContent level.).freeze,
3564
3562
  domain: term(
3565
- unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze),
3566
- type: "owl:Class".freeze
3563
+ type: "owl:Class".freeze,
3564
+ unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze)
3567
3565
  ),
3568
3566
  label: "Max momentary loudness".freeze,
3569
3567
  range: "xsd:float".freeze,
@@ -3572,8 +3570,8 @@ module RDF::Vocab
3572
3570
  property :loudnessMaxTruepeak,
3573
3571
  comment: %(The value for maximum true peak loudness measured at AudioProgramme or AudioContent level.).freeze,
3574
3572
  domain: term(
3575
- unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze),
3576
- type: "owl:Class".freeze
3573
+ type: "owl:Class".freeze,
3574
+ unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze)
3577
3575
  ),
3578
3576
  label: "Max true peak loudness".freeze,
3579
3577
  range: "xsd:float".freeze,
@@ -3582,8 +3580,8 @@ module RDF::Vocab
3582
3580
  property :loudnessMethod,
3583
3581
  comment: %(The method for loudness measurement at AudioProgramme or AudioContent level.).freeze,
3584
3582
  domain: term(
3585
- unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze),
3586
- type: "owl:Class".freeze
3583
+ type: "owl:Class".freeze,
3584
+ unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze)
3587
3585
  ),
3588
3586
  label: "Loudness method".freeze,
3589
3587
  range: "xsd:float".freeze,
@@ -3598,8 +3596,8 @@ module RDF::Vocab
3598
3596
  property :loudnessRange,
3599
3597
  comment: %(The loudness range measured at AudioProgramme or AudioContent level.).freeze,
3600
3598
  domain: term(
3601
- unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze),
3602
- type: "owl:Class".freeze
3599
+ type: "owl:Class".freeze,
3600
+ unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze)
3603
3601
  ),
3604
3602
  label: "Loudness range".freeze,
3605
3603
  range: "xsd:float".freeze,
@@ -3608,8 +3606,8 @@ module RDF::Vocab
3608
3606
  property :lounessMaxShortTerm,
3609
3607
  comment: %(The maximum short term loudness measured at AudioProgramme or AudioContent level.).freeze,
3610
3608
  domain: term(
3611
- unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze),
3612
- type: "owl:Class".freeze
3609
+ type: "owl:Class".freeze,
3610
+ unionOf: list("ebucore:AudioContent".freeze, "ebucore:AudioProgramme".freeze)
3613
3611
  ),
3614
3612
  label: "Max short term loudness".freeze,
3615
3613
  range: "xsd:float".freeze,
@@ -3751,8 +3749,8 @@ module RDF::Vocab
3751
3749
  comment: %(The orientation of a Document or an Image i.e. landscape or
3752
3750
  portrait.).freeze,
3753
3751
  domain: term(
3754
- unionOf: list("ebucore:Document".freeze, "ebucore:Image".freeze),
3755
- type: "owl:Class".freeze
3752
+ type: "owl:Class".freeze,
3753
+ unionOf: list("ebucore:Document".freeze, "ebucore:Image".freeze)
3756
3754
  ),
3757
3755
  label: "Orientation".freeze,
3758
3756
  range: "xsd:string".freeze,
@@ -4064,13 +4062,13 @@ module RDF::Vocab
4064
4062
  property :references,
4065
4063
  comment: %(To express a reference between Assets, BusinessObjects or Resources.).freeze,
4066
4064
  domain: term(
4067
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
4068
- type: "owl:Class".freeze
4065
+ type: "owl:Class".freeze,
4066
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
4069
4067
  ),
4070
4068
  label: "References".freeze,
4071
4069
  range: term(
4072
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
4073
- type: "owl:Class".freeze
4070
+ type: "owl:Class".freeze,
4071
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
4074
4072
  ),
4075
4073
  type: "rdf:Property".freeze
4076
4074
  property :regionDelimX,
@@ -4092,13 +4090,13 @@ module RDF::Vocab
4092
4090
  property :replaces,
4093
4091
  comment: %(To identify substitution.).freeze,
4094
4092
  domain: term(
4095
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
4096
- type: "owl:Class".freeze
4093
+ type: "owl:Class".freeze,
4094
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
4097
4095
  ),
4098
4096
  label: "Replaces".freeze,
4099
4097
  range: term(
4100
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
4101
- type: "owl:Class".freeze
4098
+ type: "owl:Class".freeze,
4099
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
4102
4100
  ),
4103
4101
  type: "rdf:Property".freeze
4104
4102
  property :represents,
@@ -4110,13 +4108,13 @@ module RDF::Vocab
4110
4108
  property :requires,
4111
4109
  comment: %(To express dependency.).freeze,
4112
4110
  domain: term(
4113
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
4114
- type: "owl:Class".freeze
4111
+ type: "owl:Class".freeze,
4112
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
4115
4113
  ),
4116
4114
  label: "Requires".freeze,
4117
4115
  range: term(
4118
- unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze),
4119
- type: "owl:Class".freeze
4116
+ type: "owl:Class".freeze,
4117
+ unionOf: list("ebucore:BusinessObject".freeze, "ebucore:Resource".freeze)
4120
4118
  ),
4121
4119
  type: "rdf:Property".freeze
4122
4120
  property :resourceDescription,
@@ -4297,8 +4295,8 @@ module RDF::Vocab
4297
4295
  property :start,
4298
4296
  comment: %(The start point of the MediaResource.).freeze,
4299
4297
  domain: term(
4300
- unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze),
4301
- type: "owl:Class".freeze
4298
+ type: "owl:Class".freeze,
4299
+ unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze)
4302
4300
  ),
4303
4301
  label: "Start time".freeze,
4304
4302
  type: "rdf:Property".freeze
@@ -4489,8 +4487,8 @@ module RDF::Vocab
4489
4487
  property :timelineTrackduration,
4490
4488
  comment: %(To provide information on the duration of a TimelineTrack.).freeze,
4491
4489
  domain: term(
4492
- unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze),
4493
- type: "owl:Class".freeze
4490
+ type: "owl:Class".freeze,
4491
+ unionOf: list("ebucore:MediaResource".freeze, "ebucore:EditorialObject".freeze)
4494
4492
  ),
4495
4493
  equivalentProperty: "ma:duration".freeze,
4496
4494
  label: "TimelineTrack duration".freeze,