-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsc.xml
184 lines (183 loc) · 11.3 KB
/
sc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:sc="http://iiif.io/api/presentation/2#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:oa="http://www.w3.org/ns/oa#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<sc:ViewingHint rdf:about="http://iiif.io/api/presentation/2#pagedHint">
<rdfs:comment>Viewing Hint that object has canvases that represent pages that can be turned</rdfs:comment>
</sc:ViewingHint>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#hasSequences">
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdfs:label>hasSequences</rdfs:label>
<rdfs:domain rdf:resource="http://iiif.io/api/presentation/2#Manifest"/>
<rdfs:isDefinedBy>
<owl:Ontology rdf:about="http://iiif.io/api/presentation/2#">
<owl:versionInfo>2015-12-13 23:00:00Z</owl:versionInfo>
</owl:Ontology>
</rdfs:isDefinedBy>
</rdf:Property>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#hasRanges">
<rdfs:label>hasRanges</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
</rdf:Property>
<rdfs:Class rdf:about="http://iiif.io/api/presentation/2#Zone">
<rdfs:label>Zone</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs: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.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://iiif.io/api/presentation/2#Canvas"/>
</rdfs:Class>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#hasImageAnnotations">
<rdfs:subPropertyOf>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#hasAnnotations">
<rdfs:label>hasAnnotations</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
</rdf:Property>
</rdfs:subPropertyOf>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdfs:label>hasImageAnnotations</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
</rdf:Property>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#hasCollections">
<rdfs:domain rdf:resource="http://iiif.io/api/presentation/2#Collection"/>
<rdfs:label>hasCollections</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
</rdf:Property>
<sc:ViewingHint rdf:about="http://iiif.io/api/presentation/2#nonPagedHint">
<rdfs:comment>Viewing Hint that the Canvas MUST NOT be presented in a page turner</rdfs:comment>
</sc:ViewingHint>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#attributionLabel">
<rdfs:comment>A string containing an attribution description that must be displayed when using the resource</rdfs:comment>
<rdfs:label>attributionLabel</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
</rdf:Property>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#hasLists">
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs:label>hasLists</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#hasManifests">
<rdfs:domain rdf:resource="http://iiif.io/api/presentation/2#Collection"/>
<rdfs:label>hasManifests</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
</rdf:Property>
<sc:ViewingHint rdf:about="http://iiif.io/api/presentation/2#multiPartHint">
<rdfs:comment>Collections with this hint consist of multiple manifests that each form part of a logical whole.</rdfs:comment>
</sc:ViewingHint>
<sc:ViewingHint rdf:about="http://iiif.io/api/presentation/2#facingPagesHint">
<rdfs:comment>Canvases with this hint depict both parts of an opening.</rdfs:comment>
</sc:ViewingHint>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#hasCanvases">
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs:label>hasCanvases</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#hasContentLayer">
<rdfs:label>hasContentLayer</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs:range rdf:resource="http://iiif.io/api/presentation/2#Layer"/>
<rdfs:domain rdf:resource="http://iiif.io/api/presentation/2#Range"/>
<rdfs:comment>A link from a Range to a Layer that provides the content resources of that Range</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#viewingHint">
<rdfs:label>viewingHint</rdfs:label>
<rdfs:comment>A hint to a user agent as to how to render the resource</rdfs:comment>
<rdfs:range rdf:resource="http://iiif.io/api/presentation/2#ViewingHint"/>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
</rdf:Property>
<sc:ViewingDirection rdf:about="http://iiif.io/api/presentation/2#leftToRightDirection">
<rdfs:comment>Left-to-Right Viewing Direction</rdfs:comment>
</sc:ViewingDirection>
<rdfs:Class rdf:about="http://iiif.io/api/presentation/2#AnnotationList">
<rdfs:label>AnnotationList</rdfs:label>
<rdfs:comment>AnnotationLists are an ordered list of Annotation objects. Typically all Annnotations in a list target the same Canvas</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
</rdfs:Class>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#metadataLabels">
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs:comment>An rdf:List of label/value pairs providing descriptive metadata about the resource, intended for human audience</rdfs:comment>
<rdfs:label>metadataLabels</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#hasStartCanvas">
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs:label>hasStartCanvas</rdfs:label>
<rdfs:range rdf:resource="http://iiif.io/api/presentation/2#Canvas"/>
<rdfs:comment>A link from a Manifest or Sequence to the Canvas that the rendering agent should initialize their view with.</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="http://iiif.io/api/presentation/2#viewingDirection">
<rdfs:range rdf:resource="http://iiif.io/api/presentation/2#ViewingDirection"/>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs:comment>References the sc:ViewingDirection that defines the direction that the resource should be viewed in</rdfs:comment>
<rdfs:label>viewingDirection</rdfs:label>
</rdf:Property>
<sc:ViewingDirection rdf:about="http://iiif.io/api/presentation/2#bottomToTopDirection">
<rdfs:comment>Bottom-to-Top Viewing Direction</rdfs:comment>
</sc:ViewingDirection>
<sc:ViewingDirection rdf:about="http://iiif.io/api/presentation/2#topToBottomDirection">
<rdfs:comment>Top-to-Bottom Viewing Direction</rdfs:comment>
</sc:ViewingDirection>
<rdfs:Class rdf:about="http://iiif.io/api/presentation/2#Sequence">
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs:label>Sequence</rdfs:label>
<rdfs:comment>The sequence conveys the ordering of the views of the object.</rdfs:comment>
</rdfs:Class>
<sc:ViewingHint rdf:about="http://iiif.io/api/presentation/2#individualsHint">
<rdfs:comment>Each canvas represents a separate individual object, and should not have transitions</rdfs:comment>
</sc:ViewingHint>
<sc:ViewingDirection rdf:about="http://iiif.io/api/presentation/2#rightToLeftDirection">
<rdfs:comment>Right-to-Left Viewing Direction</rdfs:comment>
</sc:ViewingDirection>
<sc:ViewingHint rdf:about="http://iiif.io/api/presentation/2#topHint">
<rdfs:comment>The topmost range in a nested hierarchy, such as a table of contents</rdfs:comment>
</sc:ViewingHint>
<oa:Motivation rdf:about="http://iiif.io/api/presentation/2#painting"/>
<sc:ViewingHint rdf:about="http://iiif.io/api/presentation/2#continuousHint">
<rdfs:comment>Each canvas represents a segment of a continuous object such as a long scroll</rdfs:comment>
</sc:ViewingHint>
<rdfs:Class rdf:about="http://iiif.io/api/presentation/2#ViewingHint">
<rdfs:label>ViewingHint</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://iiif.io/api/presentation/2#Canvas">
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs: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.</rdfs:comment>
<rdfs:label>Canvas</rdfs:label>
</rdfs:Class>
<rdfs:Class rdf:about="http://iiif.io/api/presentation/2#Layer">
<rdfs: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</rdfs:comment>
<rdfs:label>Layer</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#List">
<rdfs:isDefinedBy>
<owl:Ontology rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
</rdfs:isDefinedBy>
<rdfs:label>List</rdfs:label>
</rdfs:Class>
<rdfs:Class rdf:about="http://iiif.io/api/presentation/2#Manifest">
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs:label>Manifest</rdfs:label>
<rdfs:comment>The manifest resource represents a single object and any intellectual work or works embodied within that object</rdfs:comment>
</rdfs:Class>
<rdfs:Class rdf:about="http://iiif.io/api/presentation/2#Range">
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs: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</rdfs:comment>
<rdfs:label>Range</rdfs:label>
</rdfs:Class>
<rdfs:Class rdf:about="http://iiif.io/api/presentation/2#Collection">
<rdfs:label>Collection</rdfs:label>
<rdfs: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.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://iiif.io/api/presentation/2#ViewingDirection">
<rdfs:isDefinedBy rdf:resource="http://iiif.io/api/presentation/2#"/>
<rdfs:label>ViewingDirection</rdfs:label>
</rdfs:Class>
</rdf:RDF>