-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoa.rdf
413 lines (412 loc) · 29.4 KB
/
oa.rdf
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:oa="http://www.w3.org/ns/oa#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#sourceDateStart">
<rdfs:comment>The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.</rdfs:comment>
<rdfs:label>sourceDateStart</rdfs:label>
<rdfs:isDefinedBy>
<owl:Ontology rdf:about="http://www.w3.org/ns/oa#">
<owl:versionInfo>2016-11-12T21:28:11Z</owl:versionInfo>
<dcterms:creator><foaf:Person><foaf:name>Paolo Ciccarese</foaf:name></foaf:Person></dcterms:creator>
<dcterms:creator><foaf:Person><foaf:name>Robert Sanderson</foaf:name></foaf:Person></dcterms:creator>
<rdfs:comment>The Web Annotation ontology defines the terms of the Web Annotation vocabulary. Any changes to this document MUST be from a Working Group in the W3C that has established expertise in the area.</rdfs:comment>
<prov:wasRevisionOf rdf:resource="http://www.openannotation.org/spec/core/20130208/oa.owl"/>
<rdfs:seeAlso rdf:resource="http://www.w3.org/TR/annotation-vocab/"/>
<dcterms:creator><foaf:Person><foaf:name>Benjamin Young</foaf:name></foaf:Person></dcterms:creator>
<dcterms:modified>2016-11-12T21:28:11Z</dcterms:modified>
<dc:title>Web Annotation Ontology</dc:title>
</owl:Ontology>
</rdfs:isDefinedBy>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#TimeState"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#suffix">
<rdfs:comment>The snippet of text that occurs immediately after the text which is being selected.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label>suffix</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#styledBy">
<rdfs:label>styledBy</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#Annotation"/>
<rdfs:range rdf:resource="http://www.w3.org/ns/oa#Style"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>A reference to a Stylesheet that should be used to apply styles to the Annotation rendering.</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#hasTarget">
<rdfs:comment>The relationship between an Annotation and its Target.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#Annotation"/>
<rdfs:label>hasTarget</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#cachedSource">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation.</rdfs:comment>
<rdfs:label>cachedSource</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#TimeState"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#hasEndSelector">
<rdfs:comment>The relationship between a RangeSelector and the Selector that describes the end position of the range. </rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/ns/oa#Selector"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#RangeSelector"/>
<rdfs:label>hasEndSelector</rdfs:label>
</rdf:Property>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#describing">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>The motivation for when the user intends to describe the Target, as opposed to a comment about them.</rdfs:comment>
<rdfs:label>describing</rdfs:label>
</oa:Motivation>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#HttpRequestState">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>HttpRequestState</rdfs:label>
<rdfs:comment>The HttpRequestState class is used to record the HTTP request headers that a client SHOULD use to request the correct representation from the resource. </rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#State"/>
</rdfs:Class>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#textDirection">
<rdfs:comment>The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:range rdf:resource="http://www.w3.org/ns/oa#Direction"/>
<rdfs:label>textDirection</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#processingLanguage">
<rdfs:comment>The object of the property is the language that should be used for textual processing algorithms when dealing with the content of the resource, including hyphenation, line breaking, which font to use for rendering and so forth. The value must follow the recommendations of BCP47.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>processingLanguage</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#canonical">
<rdfs:label>canonical</rdfs:label>
<rdfs:comment>A object of the relationship is the canonical IRI that can always be used to deduplicate the Annotation, regardless of the current IRI used to access the representation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#assessing">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>assessing</rdfs:label>
<rdfs:comment>The motivation for when the user intends to provide an assessment about the Target resource.</rdfs:comment>
</oa:Motivation>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#moderating">
<rdfs:label>moderating</rdfs:label>
<rdfs:comment>The motivation for when the user intends to assign some value or quality to the Target.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</oa:Motivation>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#sourceDateEnd">
<rdfs:label>sourceDateEnd</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#TimeState"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:comment>The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#identifying">
<rdfs:comment>The motivation for when the user intends to assign an identity to the Target or identify what is being depicted or described in the Target.</rdfs:comment>
<rdfs:label>identifying</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</oa:Motivation>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#CssStyle">
<rdfs:comment>A resource which describes styles for resources participating in the Annotation using CSS.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>CssStyle</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#Style"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#XPathSelector">
<rdfs:label>XPathSelector</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#Selector"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment> An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value.</rdfs:comment>
</rdfs:Class>
<rdfs:Resource rdf:about="http://www.w3.org/ns/oa#PreferContainedDescriptions">
<rdfs:label>PreferContainedDescriptions</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs.</rdfs:comment>
</rdfs:Resource>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#hasPurpose">
<rdfs:range rdf:resource="http://www.w3.org/ns/oa#Motivation"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>hasPurpose</rdfs:label>
<rdfs:comment>The purpose served by the resource in the Annotation.</rdfs:comment>
</rdf:Property>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#TextPositionSelector">
<rdfs:comment>The TextPositionSelector describes a range of text by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first character, position 1 would be immediately before the second character, and so on.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#Selector"/>
<rdfs:label>TextPositionSelector</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdfs:Class>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#tagging">
<rdfs:label>tagging</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>The motivation for when the user intends to associate a tag with the Target.</rdfs:comment>
</oa:Motivation>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#bookmarking">
<rdfs:label>bookmarking</rdfs:label>
<rdfs:comment>The motivation for when the user intends to create a bookmark to the Target or part thereof.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</oa:Motivation>
<rdfs:Resource rdf:about="http://www.w3.org/ns/oa#PreferContainedIRIs">
<rdfs:comment>An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions.</rdfs:comment>
<rdfs:label>PreferContainedIRIs</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdfs:Resource>
<oa:Direction rdf:about="http://www.w3.org/ns/oa#rtlDirection">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>The direction of text that is read from right to left.</rdfs:comment>
<rdfs:label>rtlDirection</rdfs:label>
</oa:Direction>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#bodyValue">
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#Annotation"/>
<rdfs:label>bodyValue</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>The object of the predicate is a plain text string to be used as the content of the body of the Annotation. The value MUST be an xsd:string and that data type MUST NOT be expressed in the serialization. Note that language MUST NOT be associated with the value either as a language tag, as that is only available for rdf:langString .
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#styleClass">
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#SpecificResource"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource.</rdfs:comment>
<rdfs:label>styleClass</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#hasStartSelector">
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#RangeSelector"/>
<rdfs:label>hasStartSelector</rdfs:label>
<rdfs:comment>The relationship between a RangeSelector and the Selector that describes the start position of the range. </rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/ns/oa#Selector"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#hasScope">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#SpecificResource"/>
<rdfs:label>hasScope</rdfs:label>
<rdfs:comment>The scope or context in which the resource is used within the Annotation.</rdfs:comment>
</rdf:Property>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#CssSelector">
<rdfs:label>CssSelector</rdfs:label>
<rdfs:comment>A CssSelector describes a Segment of interest in a representation that conforms to the Document Object Model through the use of the CSS selector specification.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#Selector"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#SvgSelector">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#Selector"/>
<rdfs:comment>An SvgSelector defines an area through the use of the Scalable Vector Graphics [SVG] standard. This allows the user to select a non-rectangular area of the content, such as a circle or polygon by describing the region using SVG. The SVG may be either embedded within the Annotation or referenced as an External Resource.</rdfs:comment>
<rdfs:label>SvgSelector</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdfs:Class>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#commenting">
<rdfs:comment>The motivation for when the user intends to comment about the Target.</rdfs:comment>
<rdfs:label>commenting</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</oa:Motivation>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#hasState">
<rdfs:range rdf:resource="http://www.w3.org/ns/oa#State"/>
<rdfs:label>hasState</rdfs:label>
<rdfs:comment>The relationship between the ResourceSelection, or its subclass SpecificResource, and a State resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#ResourceSelection"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#exact">
<rdfs:comment>The object of the predicate is a copy of the text which is being selected, after normalization.</rdfs:comment>
<rdfs:label>exact</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#hasSelector">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:range rdf:resource="http://www.w3.org/ns/oa#Selector"/>
<rdfs:comment>The object of the relationship is a Selector that describes the segment or region of interest within the source resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.</rdfs:comment>
<rdfs:label>hasSelector</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#ResourceSelection"/>
</rdf:Property>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#FragmentSelector">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#Selector"/>
<rdfs:label>FragmentSelector</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>The FragmentSelector class is used to record the segment of a representation using the IRI fragment specification defined by the representation's media type.</rdfs:comment>
</rdfs:Class>
<oa:Direction rdf:about="http://www.w3.org/ns/oa#ltrDirection">
<rdfs:comment>The direction of text that is read from left to right.</rdfs:comment>
<rdfs:label>ltrDirection</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</oa:Direction>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#hasBody">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>hasBody</rdfs:label>
<rdfs:comment>The object of the relationship is a resource that is a body of the Annotation.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#Annotation"/>
</rdf:Property>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#questioning">
<rdfs:label>questioning</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>The motivation for when the user intends to ask a question about the Target.</rdfs:comment>
</oa:Motivation>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#TextQuoteSelector">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#Selector"/>
<rdfs:label>TextQuoteSelector</rdfs:label>
<rdfs:comment>The TextQuoteSelector describes a range of text by copying it, and including some of the text immediately before (a prefix) and after (a suffix) it to distinguish between multiple copies of the same sequence of characters.</rdfs:comment>
</rdfs:Class>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#motivatedBy">
<rdfs:range rdf:resource="http://www.w3.org/ns/oa#Motivation"/>
<rdfs:comment>The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#Annotation"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>motivatedBy</rdfs:label>
</rdf:Property>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#TextualBody">
<rdfs:comment></rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>TextualBody</rdfs:label>
</rdfs:Class>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#end">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<rdfs:label>end</rdfs:label>
<rdfs:comment>The end property is used to convey the 0-based index of the end position of a range of content.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#editing">
<rdfs:comment>The motivation for when the user intends to request a change or edit to the Target resource.</rdfs:comment>
<rdfs:label>editing</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</oa:Motivation>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#refinedBy">
<rdfs:label>refinedBy</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>The relationship between a Selector and another Selector or a State and a Selector or State that should be applied to the results of the first to refine the processing of the source resource. </rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#start">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<rdfs:label>start</rdfs:label>
<rdfs:comment>The start position in a 0-based index at which a range of content is selected from the data in the source resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#linking">
<rdfs:comment>The motivation for when the user intends to link to a resource related to the Target.</rdfs:comment>
<rdfs:label>linking</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</oa:Motivation>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#renderedVia">
<rdfs:comment>A system that was used by the application that created the Annotation to render the resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#SpecificResource"/>
<rdfs:label>renderedVia</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#sourceDate">
<rdfs:comment>The timestamp at which the Source resource should be interpreted as being applicable to the Annotation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>sourceDate</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#TimeState"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</rdf:Property>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#classifying">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>classifying</rdfs:label>
<rdfs:comment>The motivation for when the user intends to that classify the Target as something.</rdfs:comment>
</oa:Motivation>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#via">
<rdfs:label>via</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>A object of the relationship is a resource from which the source resource was retrieved by the providing system.</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#annotationService">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>annotationService</rdfs:label>
<rdfs:comment><![CDATA[The object of the relationship is the end point of a service that conforms to the annotation-protocol, and it may be associated with any resource. The expectation of asserting the relationship is that the object is the preferred service for maintaining annotations about the subject resource, according to the publisher of the relationship.
This relationship is intended to be used both within Linked Data descriptions and as the rel type of a Link, via HTTP Link Headers rfc5988 for binary resources and in HTML <link> elements. For more information about these, please see the Annotation Protocol specification annotation-protocol.
]]></rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#prefix">
<rdfs:comment>The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label>prefix</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdf:Property>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#highlighting">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>highlighting</rdfs:label>
<rdfs:comment>The motivation for when the user intends to highlight the Target resource or segment of it.</rdfs:comment>
</oa:Motivation>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#DataPositionSelector">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>DataPositionSelector</rdfs:label>
<rdfs:comment>DataPositionSelector describes a range of data by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first byte, position 1 would be immediately before the second byte, and so on. The start byte is thus included in the list, but the end byte is not.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#Selector"/>
</rdfs:Class>
<oa:Motivation rdf:about="http://www.w3.org/ns/oa#replying">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>replying</rdfs:label>
<rdfs:comment>The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource.</rdfs:comment>
</oa:Motivation>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#Choice">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/activitystreams#OrderedCollection"/>
<rdfs:label>Choice</rdfs:label>
<rdfs:comment>A subClass of as:OrderedCollection that conveys to a consuming application that it should select one of the resources in the as:items list to use, rather than all of them. This is typically used to provide a choice of resources to render to the user, based on further supplied properties. If the consuming application cannot determine the user's preference, then it should use the first in the list.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdfs:Class>
<rdf:Property rdf:about="http://www.w3.org/ns/oa#hasSource">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>hasSource</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/ns/oa#ResourceSelection"/>
<rdfs:comment>The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.</rdfs:comment>
</rdf:Property>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#State">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>State</rdfs:label>
<rdfs:comment>A State describes the intended state of a resource as applied to the particular Annotation, and thus provides the information needed to retrieve the correct representation of that resource.</rdfs:comment>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#ResourceSelection">
<rdfs:label>ResourceSelection</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>Instances of the ResourceSelection class identify part (described by an oa:Selector) of another resource (referenced with oa:hasSource), possibly from a particular representation of a resource (described by an oa:State). Please note that ResourceSelection is not used directly in the Web Annotation model, but is provided as a separate class for further application profiles to use, separate from oa:SpecificResource which has many Annotation specific features.</rdfs:comment>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#Selector">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. This class is not used directly in the Annotation model, only its subclasses.</rdfs:comment>
<rdfs:label>Selector</rdfs:label>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#Style">
<rdfs:label>Style</rdfs:label>
<rdfs:comment>A Style describes the intended styling of a resource as applied to the particular Annotation, and thus provides the information to ensure that rendering is consistent across implementations.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#SpecificResource">
<rdfs:comment>Instances of the SpecificResource class identify part of another resource (referenced with oa:hasSource), a particular representation of a resource, a resource with styling hints for renders, or any combination of these, as used within an Annotation.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#ResourceSelection"/>
<rdfs:label>SpecificResource</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#RangeSelector">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:label>RangeSelector</rdfs:label>
<rdfs:comment>A Range Selector can be used to identify the beginning and the end of the selection by using other Selectors. The selection consists of everything from the beginning of the starting selector through to the beginning of the ending selector, but not including it.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#Selector"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#TimeState">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/oa#State"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:comment>A TimeState records the time at which the resource's state is appropriate for the Annotation, typically the time that the Annotation was created and/or a link to a persistent copy of the current version.</rdfs:comment>
<rdfs:label>TimeState</rdfs:label>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#Annotation">
<rdfs:comment>The class for Web Annotations.</rdfs:comment>
<rdfs:label>Annotation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#Direction">
<rdfs:label>Direction</rdfs:label>
<rdfs:comment>A class to encapsulate the different text directions that a textual resource might take. It is not used directly in the Annotation Model, only its three instances.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/ns/oa#Motivation">
<rdfs:label>Motivation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/oa#"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:comment>The Motivation class is used to record the user's intent or motivation for the creation of the Annotation, or the inclusion of the body or target, that it is associated with.</rdfs:comment>
</rdfs:Class>
</rdf:RDF>