rdf-vocab 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -7
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4719 -4347
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +501 -227
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +563 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9464 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14900 -14698
- data/lib/rdf/vocab/schemas.rb +14900 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +63 -142
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +23 -6
data/lib/rdf/vocab/iiif.rb
CHANGED
@@ -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"
|
11
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
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"
|
16
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
17
|
-
label: "AnnotationList"
|
18
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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."
|
21
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
22
|
-
label: "Canvas"
|
23
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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."
|
26
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
27
|
-
label: "Collection"
|
28
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
31
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
32
|
-
label: "Layer"
|
33
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
36
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
37
|
-
label: "Manifest"
|
38
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
41
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
42
|
-
label: "Range"
|
43
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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."
|
46
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
47
|
-
label: "Sequence"
|
48
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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#"
|
51
|
-
label: "ViewingDirection"
|
52
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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#"
|
55
|
-
label: "ViewingHint"
|
56
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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."
|
59
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
60
|
-
label: "Zone"
|
61
|
-
subClassOf: "http://iiif.io/api/presentation/2#Canvas"
|
62
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
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"
|
67
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
68
|
-
label: "attributionLabel"
|
69
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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#"
|
72
|
-
label: "hasAnnotations"
|
73
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
74
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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#"
|
77
|
-
label: "hasCanvases"
|
78
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
79
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
82
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
83
|
-
label: "hasCollections"
|
84
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
85
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
88
|
-
domain: "http://iiif.io/api/presentation/2#Range"
|
89
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
90
|
-
label: "hasContentLayer"
|
91
|
-
range: "http://iiif.io/api/presentation/2#Layer"
|
92
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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#"
|
95
|
-
label: "hasImageAnnotations"
|
96
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
97
|
-
subPropertyOf: "http://iiif.io/api/presentation/2#hasAnnotations"
|
98
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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#"
|
101
|
-
label: "hasLists"
|
102
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
103
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
106
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
107
|
-
label: "hasManifests"
|
108
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
109
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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#"
|
112
|
-
label: "hasRanges"
|
113
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
114
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
117
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
118
|
-
label: "hasSequences"
|
119
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
120
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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."
|
123
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
124
|
-
label: "hasStartCanvas"
|
125
|
-
range: "http://iiif.io/api/presentation/2#Canvas"
|
126
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
129
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
130
|
-
label: "metadataLabels"
|
131
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
132
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
135
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
136
|
-
label: "viewingDirection"
|
137
|
-
range: "http://iiif.io/api/presentation/2#ViewingDirection"
|
138
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
141
|
-
isDefinedBy: "http://iiif.io/api/presentation/2#"
|
142
|
-
label: "viewingHint"
|
143
|
-
range: "http://iiif.io/api/presentation/2#ViewingHint"
|
144
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
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"
|
149
|
-
type: "http://iiif.io/api/presentation/2#ViewingDirection"
|
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"
|
152
|
-
type: "http://iiif.io/api/presentation/2#ViewingHint"
|
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."
|
155
|
-
type: "http://iiif.io/api/presentation/2#ViewingHint"
|
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"
|
158
|
-
type: "http://iiif.io/api/presentation/2#ViewingHint"
|
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"
|
161
|
-
type: "http://iiif.io/api/presentation/2#ViewingDirection"
|
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."
|
164
|
-
type: "http://iiif.io/api/presentation/2#ViewingHint"
|
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"
|
167
|
-
type: "http://iiif.io/api/presentation/2#ViewingHint"
|
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"
|
170
|
-
type: "http://iiif.io/api/presentation/2#ViewingHint"
|
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"
|
174
|
+
type: "http://www.w3.org/ns/oa#Motivation"
|
173
175
|
term :rightToLeftDirection,
|
174
|
-
comment: "Right-to-Left Viewing Direction"
|
175
|
-
type: "http://iiif.io/api/presentation/2#ViewingDirection"
|
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"
|
178
|
-
type: "http://iiif.io/api/presentation/2#ViewingHint"
|
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"
|
181
|
-
type: "http://iiif.io/api/presentation/2#ViewingDirection"
|
182
|
+
comment: "Top-to-Bottom Viewing Direction",
|
183
|
+
type: "http://iiif.io/api/presentation/2#ViewingDirection"
|
182
184
|
end
|
183
185
|
end
|