rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,181 +3,183 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://iiif.io/api/presentation/2#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://iiif.io/api/presentation/2#>
7
+ # @!visibility private
6
8
  IIIF = Class.new(RDF::StrictVocabulary("http://iiif.io/api/presentation/2#")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://iiif.io/api/presentation/2#",
10
- "http://www.w3.org/2002/07/owl#versionInfo": "2015-12-13 23:00:00Z".freeze,
11
- type: "http://www.w3.org/2002/07/owl#Ontology".freeze
12
+ "http://www.w3.org/2002/07/owl#versionInfo": "2015-12-13 23:00:00Z",
13
+ type: "http://www.w3.org/2002/07/owl#Ontology"
12
14
 
13
15
  # Class definitions
14
16
  term :AnnotationList,
15
- comment: "AnnotationLists are an ordered list of Annotation objects. Typically all Annnotations in a list target the same Canvas".freeze,
16
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
17
- label: "AnnotationList".freeze,
18
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
17
+ comment: "AnnotationLists are an ordered list of Annotation objects. Typically all Annnotations in a list target the same Canvas",
18
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
19
+ label: "AnnotationList",
20
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
19
21
  term :Canvas,
20
- comment: "The canvas represents an individual page or view and acts as a central point for laying out the different content resources that make up the display.".freeze,
21
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
22
- label: "Canvas".freeze,
23
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
22
+ comment: "The canvas represents an individual page or view and acts as a central point for laying out the different content resources that make up the display.",
23
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
24
+ label: "Canvas",
25
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
24
26
  term :Collection,
25
- comment: "Collections are used to list the manifests available for viewing, and to describe the structures, hierarchies or collections that the physical objects are part of.".freeze,
26
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
27
- label: "Collection".freeze,
28
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
27
+ comment: "Collections are used to list the manifests available for viewing, and to describe the structures, hierarchies or collections that the physical objects are part of.",
28
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
29
+ label: "Collection",
30
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
29
31
  term :Layer,
30
- comment: "Layers are lists of AnnotationLists to group them together, for example to create the set of lists that make up a particular translation/edition of a text".freeze,
31
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
32
- label: "Layer".freeze,
33
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
32
+ comment: "Layers are lists of AnnotationLists to group them together, for example to create the set of lists that make up a particular translation/edition of a text",
33
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
34
+ label: "Layer",
35
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
34
36
  term :Manifest,
35
- comment: "The manifest resource represents a single object and any intellectual work or works embodied within that object".freeze,
36
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
37
- label: "Manifest".freeze,
38
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
37
+ comment: "The manifest resource represents a single object and any intellectual work or works embodied within that object",
38
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
39
+ label: "Manifest",
40
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
39
41
  term :Range,
40
- comment: "Ranges describe additional structure within an object, such as newspaper articles that span pages, the range of non-content-bearing pages at the beginning of a work, or chapters within a book".freeze,
41
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
42
- label: "Range".freeze,
43
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
42
+ comment: "Ranges describe additional structure within an object, such as newspaper articles that span pages, the range of non-content-bearing pages at the beginning of a work, or chapters within a book",
43
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
44
+ label: "Range",
45
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
44
46
  term :Sequence,
45
- comment: "The sequence conveys the ordering of the views of the object.".freeze,
46
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
47
- label: "Sequence".freeze,
48
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
47
+ comment: "The sequence conveys the ordering of the views of the object.",
48
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
49
+ label: "Sequence",
50
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
49
51
  term :ViewingDirection,
50
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
51
- label: "ViewingDirection".freeze,
52
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
52
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
53
+ label: "ViewingDirection",
54
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
53
55
  term :ViewingHint,
54
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
55
- label: "ViewingHint".freeze,
56
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
56
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
57
+ label: "ViewingHint",
58
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
57
59
  term :Zone,
58
- comment: "Used to group annotations together in an area of a Canvas, for example to model columns, foldouts or palimpsests; Note that Zones are not currently used in the IIIF Presentation API.".freeze,
59
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
60
- label: "Zone".freeze,
61
- subClassOf: "http://iiif.io/api/presentation/2#Canvas".freeze,
62
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
60
+ comment: "Used to group annotations together in an area of a Canvas, for example to model columns, foldouts or palimpsests; Note that Zones are not currently used in the IIIF Presentation API.",
61
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
62
+ label: "Zone",
63
+ subClassOf: "http://iiif.io/api/presentation/2#Canvas",
64
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
63
65
 
64
66
  # Property definitions
65
67
  property :attributionLabel,
66
- comment: "A string containing an attribution description that must be displayed when using the resource".freeze,
67
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
68
- label: "attributionLabel".freeze,
69
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
68
+ comment: "A string containing an attribution description that must be displayed when using the resource",
69
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
70
+ label: "attributionLabel",
71
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
70
72
  property :hasAnnotations,
71
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
72
- label: "hasAnnotations".freeze,
73
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
74
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
73
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
74
+ label: "hasAnnotations",
75
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
76
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
75
77
  property :hasCanvases,
76
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
77
- label: "hasCanvases".freeze,
78
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
79
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
78
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
79
+ label: "hasCanvases",
80
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
81
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
80
82
  property :hasCollections,
81
- domain: "http://iiif.io/api/presentation/2#Collection".freeze,
82
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
83
- label: "hasCollections".freeze,
84
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
85
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
83
+ domain: "http://iiif.io/api/presentation/2#Collection",
84
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
85
+ label: "hasCollections",
86
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
87
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
86
88
  property :hasContentLayer,
87
- comment: "A link from a Range to a Layer that provides the content resources of that Range".freeze,
88
- domain: "http://iiif.io/api/presentation/2#Range".freeze,
89
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
90
- label: "hasContentLayer".freeze,
91
- range: "http://iiif.io/api/presentation/2#Layer".freeze,
92
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
89
+ comment: "A link from a Range to a Layer that provides the content resources of that Range",
90
+ domain: "http://iiif.io/api/presentation/2#Range",
91
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
92
+ label: "hasContentLayer",
93
+ range: "http://iiif.io/api/presentation/2#Layer",
94
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
93
95
  property :hasImageAnnotations,
94
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
95
- label: "hasImageAnnotations".freeze,
96
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
97
- subPropertyOf: "http://iiif.io/api/presentation/2#hasAnnotations".freeze,
98
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
96
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
97
+ label: "hasImageAnnotations",
98
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
99
+ subPropertyOf: "http://iiif.io/api/presentation/2#hasAnnotations",
100
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
99
101
  property :hasLists,
100
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
101
- label: "hasLists".freeze,
102
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
103
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
102
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
103
+ label: "hasLists",
104
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
105
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
104
106
  property :hasManifests,
105
- domain: "http://iiif.io/api/presentation/2#Collection".freeze,
106
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
107
- label: "hasManifests".freeze,
108
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
109
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
107
+ domain: "http://iiif.io/api/presentation/2#Collection",
108
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
109
+ label: "hasManifests",
110
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
111
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
110
112
  property :hasRanges,
111
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
112
- label: "hasRanges".freeze,
113
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
114
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
113
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
114
+ label: "hasRanges",
115
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
116
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
115
117
  property :hasSequences,
116
- domain: "http://iiif.io/api/presentation/2#Manifest".freeze,
117
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
118
- label: "hasSequences".freeze,
119
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
120
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
118
+ domain: "http://iiif.io/api/presentation/2#Manifest",
119
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
120
+ label: "hasSequences",
121
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
122
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
121
123
  property :hasStartCanvas,
122
- comment: "A link from a Manifest or Sequence to the Canvas that the rendering agent should initialize their view with.".freeze,
123
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
124
- label: "hasStartCanvas".freeze,
125
- range: "http://iiif.io/api/presentation/2#Canvas".freeze,
126
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
124
+ comment: "A link from a Manifest or Sequence to the Canvas that the rendering agent should initialize their view with.",
125
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
126
+ label: "hasStartCanvas",
127
+ range: "http://iiif.io/api/presentation/2#Canvas",
128
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
127
129
  property :metadataLabels,
128
- comment: "An rdf:List of label/value pairs providing descriptive metadata about the resource, intended for human audience".freeze,
129
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
130
- label: "metadataLabels".freeze,
131
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
132
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
130
+ comment: "An rdf:List of label/value pairs providing descriptive metadata about the resource, intended for human audience",
131
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
132
+ label: "metadataLabels",
133
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
134
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
133
135
  property :viewingDirection,
134
- comment: "References the sc:ViewingDirection that defines the direction that the resource should be viewed in".freeze,
135
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
136
- label: "viewingDirection".freeze,
137
- range: "http://iiif.io/api/presentation/2#ViewingDirection".freeze,
138
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
136
+ comment: "References the sc:ViewingDirection that defines the direction that the resource should be viewed in",
137
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
138
+ label: "viewingDirection",
139
+ range: "http://iiif.io/api/presentation/2#ViewingDirection",
140
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
139
141
  property :viewingHint,
140
- comment: "A hint to a user agent as to how to render the resource".freeze,
141
- isDefinedBy: "http://iiif.io/api/presentation/2#".freeze,
142
- label: "viewingHint".freeze,
143
- range: "http://iiif.io/api/presentation/2#ViewingHint".freeze,
144
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
142
+ comment: "A hint to a user agent as to how to render the resource",
143
+ isDefinedBy: "http://iiif.io/api/presentation/2#",
144
+ label: "viewingHint",
145
+ range: "http://iiif.io/api/presentation/2#ViewingHint",
146
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
145
147
 
146
148
  # Extra definitions
147
149
  term :bottomToTopDirection,
148
- comment: "Bottom-to-Top Viewing Direction".freeze,
149
- type: "http://iiif.io/api/presentation/2#ViewingDirection".freeze
150
+ comment: "Bottom-to-Top Viewing Direction",
151
+ type: "http://iiif.io/api/presentation/2#ViewingDirection"
150
152
  term :continuousHint,
151
- comment: "Each canvas represents a segment of a continuous object such as a long scroll".freeze,
152
- type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
153
+ comment: "Each canvas represents a segment of a continuous object such as a long scroll",
154
+ type: "http://iiif.io/api/presentation/2#ViewingHint"
153
155
  term :facingPagesHint,
154
- comment: "Canvases with this hint depict both parts of an opening.".freeze,
155
- type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
156
+ comment: "Canvases with this hint depict both parts of an opening.",
157
+ type: "http://iiif.io/api/presentation/2#ViewingHint"
156
158
  term :individualsHint,
157
- comment: "Each canvas represents a separate individual object, and should not have transitions".freeze,
158
- type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
159
+ comment: "Each canvas represents a separate individual object, and should not have transitions",
160
+ type: "http://iiif.io/api/presentation/2#ViewingHint"
159
161
  term :leftToRightDirection,
160
- comment: "Left-to-Right Viewing Direction".freeze,
161
- type: "http://iiif.io/api/presentation/2#ViewingDirection".freeze
162
+ comment: "Left-to-Right Viewing Direction",
163
+ type: "http://iiif.io/api/presentation/2#ViewingDirection"
162
164
  term :multiPartHint,
163
- comment: "Collections with this hint consist of multiple manifests that each form part of a logical whole.".freeze,
164
- type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
165
+ comment: "Collections with this hint consist of multiple manifests that each form part of a logical whole.",
166
+ type: "http://iiif.io/api/presentation/2#ViewingHint"
165
167
  term :nonPagedHint,
166
- comment: "Viewing Hint that the Canvas MUST NOT be presented in a page turner".freeze,
167
- type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
168
+ comment: "Viewing Hint that the Canvas MUST NOT be presented in a page turner",
169
+ type: "http://iiif.io/api/presentation/2#ViewingHint"
168
170
  term :pagedHint,
169
- comment: "Viewing Hint that object has canvases that represent pages that can be turned".freeze,
170
- type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
171
+ comment: "Viewing Hint that object has canvases that represent pages that can be turned",
172
+ type: "http://iiif.io/api/presentation/2#ViewingHint"
171
173
  term :painting,
172
- type: "http://www.w3.org/ns/oa#Motivation".freeze
174
+ type: "http://www.w3.org/ns/oa#Motivation"
173
175
  term :rightToLeftDirection,
174
- comment: "Right-to-Left Viewing Direction".freeze,
175
- type: "http://iiif.io/api/presentation/2#ViewingDirection".freeze
176
+ comment: "Right-to-Left Viewing Direction",
177
+ type: "http://iiif.io/api/presentation/2#ViewingDirection"
176
178
  term :topHint,
177
- comment: "The topmost range in a nested hierarchy, such as a table of contents".freeze,
178
- type: "http://iiif.io/api/presentation/2#ViewingHint".freeze
179
+ comment: "The topmost range in a nested hierarchy, such as a table of contents",
180
+ type: "http://iiif.io/api/presentation/2#ViewingHint"
179
181
  term :topToBottomDirection,
180
- comment: "Top-to-Bottom Viewing Direction".freeze,
181
- type: "http://iiif.io/api/presentation/2#ViewingDirection".freeze
182
+ comment: "Top-to-Bottom Viewing Direction",
183
+ type: "http://iiif.io/api/presentation/2#ViewingDirection"
182
184
  end
183
185
  end