rdf-vocab 3.1.6 → 3.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -3
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +25 -8
  5. data/lib/rdf/vocab/acl.rb +67 -194
  6. data/lib/rdf/vocab/as.rb +471 -984
  7. data/lib/rdf/vocab/bf2.rb +1714 -3034
  8. data/lib/rdf/vocab/bibframe.rb +2270 -1840
  9. data/lib/rdf/vocab/bibo.rb +696 -1201
  10. data/lib/rdf/vocab/cc.rb +75 -214
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1420 -3261
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +556 -898
  17. data/lib/rdf/vocab/dc11.rb +92 -158
  18. data/lib/rdf/vocab/dcat.rb +300 -466
  19. data/lib/rdf/vocab/dcmitype.rb +77 -131
  20. data/lib/rdf/vocab/disco.rb +228 -459
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1639 -2395
  23. data/lib/rdf/vocab/earl.rb +105 -243
  24. data/lib/rdf/vocab/ebucore.rb +3957 -8695
  25. data/lib/rdf/vocab/edm.rb +211 -426
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +268 -648
  29. data/lib/rdf/vocab/foaf.rb +448 -756
  30. data/lib/rdf/vocab/geo.rb +24 -167
  31. data/lib/rdf/vocab/geojson.rb +32 -101
  32. data/lib/rdf/vocab/geonames.rb +2915 -3092
  33. data/lib/rdf/vocab/gr.rb +716 -1991
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +133 -300
  36. data/lib/rdf/vocab/hydra.rb +298 -511
  37. data/lib/rdf/vocab/iana.rb +142 -417
  38. data/lib/rdf/vocab/ical.rb +532 -1045
  39. data/lib/rdf/vocab/identifiers.rb +215 -1019
  40. data/lib/rdf/vocab/iiif.rb +106 -245
  41. data/lib/rdf/vocab/jsonld.rb +163 -323
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +175 -199
  44. data/lib/rdf/vocab/ma.rb +312 -702
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +540 -1351
  47. data/lib/rdf/vocab/mo.rb +1579 -2844
  48. data/lib/rdf/vocab/mods.rb +503 -1026
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +264 -546
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +33 -70
  53. data/lib/rdf/vocab/ore.rb +64 -123
  54. data/lib/rdf/vocab/org.rb +226 -422
  55. data/lib/rdf/vocab/pcdm.rb +61 -133
  56. data/lib/rdf/vocab/pplan.rb +16 -202
  57. data/lib/rdf/vocab/premis.rb +793 -2039
  58. data/lib/rdf/vocab/premiseventtype.rb +115 -273
  59. data/lib/rdf/vocab/prov.rb +1077 -1724
  60. data/lib/rdf/vocab/ptr.rb +111 -254
  61. data/lib/rdf/vocab/rdau.rb +10506 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +102 -110
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +34 -79
  65. data/lib/rdf/vocab/schema.rb +11193 -22240
  66. data/lib/rdf/vocab/schemas.rb +16333 -0
  67. data/lib/rdf/vocab/sd.rb +123 -280
  68. data/lib/rdf/vocab/sh.rb +912 -1651
  69. data/lib/rdf/vocab/sioc.rb +513 -917
  70. data/lib/rdf/vocab/siocservices.rb +39 -80
  71. data/lib/rdf/vocab/sioctypes.rb +183 -344
  72. data/lib/rdf/vocab/skos.rb +136 -260
  73. data/lib/rdf/vocab/skosxl.rb +36 -69
  74. data/lib/rdf/vocab/v.rb +231 -529
  75. data/lib/rdf/vocab/vcard.rb +407 -1038
  76. data/lib/rdf/vocab/vmd.rb +231 -529
  77. data/lib/rdf/vocab/void.rb +112 -236
  78. data/lib/rdf/vocab/vs.rb +20 -42
  79. data/lib/rdf/vocab/wdrs.rb +65 -158
  80. data/lib/rdf/vocab/wot.rb +113 -194
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +206 -663
  83. data/lib/rdf/vocab/xkos.rb +122 -275
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +72 -24
data/lib/rdf/vocab/oa.rb CHANGED
@@ -3,699 +3,417 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/oa#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
- # @!parse
7
- # # Vocabulary for <http://www.w3.org/ns/oa#>
8
- # #
9
- # # Web Annotation Ontology
10
- # #
11
- # # 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.
12
- # # @version 2016-11-12T21:28:11Z
13
- # # @see http://www.w3.org/TR/annotation-vocab/
14
- # class OA < RDF::StrictVocabulary
15
- # # The class for Web Annotations.
16
- # # @return [RDF::Vocabulary::Term]
17
- # attr_reader :Annotation
18
- #
19
- # # 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.
20
- # # @return [RDF::Vocabulary::Term]
21
- # attr_reader :Choice
22
- #
23
- # # 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.
24
- # # @return [RDF::Vocabulary::Term]
25
- # attr_reader :CssSelector
26
- #
27
- # # A resource which describes styles for resources participating in the Annotation using CSS.
28
- # # @return [RDF::Vocabulary::Term]
29
- # attr_reader :CssStyle
30
- #
31
- # # 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.
32
- # # @return [RDF::Vocabulary::Term]
33
- # attr_reader :DataPositionSelector
34
- #
35
- # # 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.
36
- # # @return [RDF::Vocabulary::Term]
37
- # attr_reader :Direction
38
- #
39
- # # The FragmentSelector class is used to record the segment of a representation using the IRI fragment specification defined by the representation's media type.
40
- # # @return [RDF::Vocabulary::Term]
41
- # attr_reader :FragmentSelector
42
- #
43
- # # The HttpRequestState class is used to record the HTTP request headers that a client SHOULD use to request the correct representation from the resource.
44
- # # @return [RDF::Vocabulary::Term]
45
- # attr_reader :HttpRequestState
46
- #
47
- # # 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.
48
- # # @return [RDF::Vocabulary::Term]
49
- # attr_reader :Motivation
50
- #
51
- # # 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.
52
- # # @return [RDF::Vocabulary::Term]
53
- # attr_reader :RangeSelector
54
- #
55
- # # 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.
56
- # # @return [RDF::Vocabulary::Term]
57
- # attr_reader :ResourceSelection
58
- #
59
- # # 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.
60
- # # @return [RDF::Vocabulary::Term]
61
- # attr_reader :Selector
62
- #
63
- # # 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.
64
- # # @return [RDF::Vocabulary::Term]
65
- # attr_reader :SpecificResource
66
- #
67
- # # 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.
68
- # # @return [RDF::Vocabulary::Term]
69
- # attr_reader :State
70
- #
71
- # # 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.
72
- # # @return [RDF::Vocabulary::Term]
73
- # attr_reader :Style
74
- #
75
- # # 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.
76
- # # @return [RDF::Vocabulary::Term]
77
- # attr_reader :SvgSelector
78
- #
79
- # # 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.
80
- # # @return [RDF::Vocabulary::Term]
81
- # attr_reader :TextPositionSelector
82
- #
83
- # # 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.
84
- # # @return [RDF::Vocabulary::Term]
85
- # attr_reader :TextQuoteSelector
86
- #
87
- # #
88
- # # @return [RDF::Vocabulary::Term]
89
- # attr_reader :TextualBody
90
- #
91
- # # 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.
92
- # # @return [RDF::Vocabulary::Term]
93
- # attr_reader :TimeState
94
- #
95
- # # An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value.
96
- # # @return [RDF::Vocabulary::Term]
97
- # attr_reader :XPathSelector
98
- #
99
- # # 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.
100
- # # @return [RDF::Vocabulary::Term]
101
- # attr_reader :annotationService
102
- #
103
- # # 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 .
104
- # # @return [RDF::Vocabulary::Term]
105
- # attr_reader :bodyValue
106
- #
107
- # # A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation.
108
- # # @return [RDF::Vocabulary::Term]
109
- # attr_reader :cachedSource
110
- #
111
- # # 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.
112
- # # @return [RDF::Vocabulary::Term]
113
- # attr_reader :canonical
114
- #
115
- # # The end property is used to convey the 0-based index of the end position of a range of content.
116
- # # @return [RDF::Vocabulary::Term]
117
- # attr_reader :end
118
- #
119
- # # The object of the predicate is a copy of the text which is being selected, after normalization.
120
- # # @return [RDF::Vocabulary::Term]
121
- # attr_reader :exact
122
- #
123
- # # The object of the relationship is a resource that is a body of the Annotation.
124
- # # @return [RDF::Vocabulary::Term]
125
- # attr_reader :hasBody
126
- #
127
- # # The relationship between a RangeSelector and the Selector that describes the end position of the range.
128
- # # @return [RDF::Vocabulary::Term]
129
- # attr_reader :hasEndSelector
130
- #
131
- # # The purpose served by the resource in the Annotation.
132
- # # @return [RDF::Vocabulary::Term]
133
- # attr_reader :hasPurpose
134
- #
135
- # # The scope or context in which the resource is used within the Annotation.
136
- # # @return [RDF::Vocabulary::Term]
137
- # attr_reader :hasScope
138
- #
139
- # # 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.
140
- # # @return [RDF::Vocabulary::Term]
141
- # attr_reader :hasSelector
142
- #
143
- # # 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.
144
- # # @return [RDF::Vocabulary::Term]
145
- # attr_reader :hasSource
146
- #
147
- # # The relationship between a RangeSelector and the Selector that describes the start position of the range.
148
- # # @return [RDF::Vocabulary::Term]
149
- # attr_reader :hasStartSelector
150
- #
151
- # # 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.
152
- # # @return [RDF::Vocabulary::Term]
153
- # attr_reader :hasState
154
- #
155
- # # The relationship between an Annotation and its Target.
156
- # # @return [RDF::Vocabulary::Term]
157
- # attr_reader :hasTarget
158
- #
159
- # # The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation.
160
- # # @return [RDF::Vocabulary::Term]
161
- # attr_reader :motivatedBy
162
- #
163
- # # The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector.
164
- # # @return [RDF::Vocabulary::Term]
165
- # attr_reader :prefix
166
- #
167
- # # 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.
168
- # # @return [RDF::Vocabulary::Term]
169
- # attr_reader :processingLanguage
170
- #
171
- # # 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.
172
- # # @return [RDF::Vocabulary::Term]
173
- # attr_reader :refinedBy
174
- #
175
- # # A system that was used by the application that created the Annotation to render the resource.
176
- # # @return [RDF::Vocabulary::Term]
177
- # attr_reader :renderedVia
178
- #
179
- # # The timestamp at which the Source resource should be interpreted as being applicable to the Annotation.
180
- # # @return [RDF::Vocabulary::Term]
181
- # attr_reader :sourceDate
182
- #
183
- # # The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.
184
- # # @return [RDF::Vocabulary::Term]
185
- # attr_reader :sourceDateEnd
186
- #
187
- # # The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.
188
- # # @return [RDF::Vocabulary::Term]
189
- # attr_reader :sourceDateStart
190
- #
191
- # # The start position in a 0-based index at which a range of content is selected from the data in the source resource.
192
- # # @return [RDF::Vocabulary::Term]
193
- # attr_reader :start
194
- #
195
- # # The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource.
196
- # # @return [RDF::Vocabulary::Term]
197
- # attr_reader :styleClass
198
- #
199
- # # A reference to a Stylesheet that should be used to apply styles to the Annotation rendering.
200
- # # @return [RDF::Vocabulary::Term]
201
- # attr_reader :styledBy
202
- #
203
- # # The snippet of text that occurs immediately after the text which is being selected.
204
- # # @return [RDF::Vocabulary::Term]
205
- # attr_reader :suffix
206
- #
207
- # # The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource.
208
- # # @return [RDF::Vocabulary::Term]
209
- # attr_reader :textDirection
210
- #
211
- # # A object of the relationship is a resource from which the source resource was retrieved by the providing system.
212
- # # @return [RDF::Vocabulary::Term]
213
- # attr_reader :via
214
- #
215
- # # An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs.
216
- # # @return [RDF::Vocabulary::Term]
217
- # attr_reader :PreferContainedDescriptions
218
- #
219
- # # An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions.
220
- # # @return [RDF::Vocabulary::Term]
221
- # attr_reader :PreferContainedIRIs
222
- #
223
- # # The motivation for when the user intends to provide an assessment about the Target resource.
224
- # # @return [RDF::Vocabulary::Term]
225
- # attr_reader :assessing
226
- #
227
- # # The motivation for when the user intends to create a bookmark to the Target or part thereof.
228
- # # @return [RDF::Vocabulary::Term]
229
- # attr_reader :bookmarking
230
- #
231
- # # The motivation for when the user intends to that classify the Target as something.
232
- # # @return [RDF::Vocabulary::Term]
233
- # attr_reader :classifying
234
- #
235
- # # The motivation for when the user intends to comment about the Target.
236
- # # @return [RDF::Vocabulary::Term]
237
- # attr_reader :commenting
238
- #
239
- # # The motivation for when the user intends to describe the Target, as opposed to a comment about them.
240
- # # @return [RDF::Vocabulary::Term]
241
- # attr_reader :describing
242
- #
243
- # # The motivation for when the user intends to request a change or edit to the Target resource.
244
- # # @return [RDF::Vocabulary::Term]
245
- # attr_reader :editing
246
- #
247
- # # The motivation for when the user intends to highlight the Target resource or segment of it.
248
- # # @return [RDF::Vocabulary::Term]
249
- # attr_reader :highlighting
250
- #
251
- # # 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.
252
- # # @return [RDF::Vocabulary::Term]
253
- # attr_reader :identifying
254
- #
255
- # # The motivation for when the user intends to link to a resource related to the Target.
256
- # # @return [RDF::Vocabulary::Term]
257
- # attr_reader :linking
258
- #
259
- # # The direction of text that is read from left to right.
260
- # # @return [RDF::Vocabulary::Term]
261
- # attr_reader :ltrDirection
262
- #
263
- # # The motivation for when the user intends to assign some value or quality to the Target.
264
- # # @return [RDF::Vocabulary::Term]
265
- # attr_reader :moderating
266
- #
267
- # # The motivation for when the user intends to ask a question about the Target.
268
- # # @return [RDF::Vocabulary::Term]
269
- # attr_reader :questioning
270
- #
271
- # # The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource.
272
- # # @return [RDF::Vocabulary::Term]
273
- # attr_reader :replying
274
- #
275
- # # The direction of text that is read from right to left.
276
- # # @return [RDF::Vocabulary::Term]
277
- # attr_reader :rtlDirection
278
- #
279
- # # The motivation for when the user intends to associate a tag with the Target.
280
- # # @return [RDF::Vocabulary::Term]
281
- # attr_reader :tagging
282
- #
283
- # end
284
6
  OA = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/oa#")) do
285
7
 
286
8
  # Ontology definition
287
9
  ontology :"http://www.w3.org/ns/oa#",
288
- 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.).freeze,
289
- "dc11:title": "Web Annotation Ontology".freeze,
290
- "dc:creator": [term(
291
- "foaf:name": "Benjamin Young".freeze,
292
- type: "foaf:Person".freeze
10
+ 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.".freeze,
11
+ "http://purl.org/dc/elements/1.1/title": "Web Annotation Ontology".freeze,
12
+ "http://purl.org/dc/terms/creator": [term(
13
+ "http://xmlns.com/foaf/0.1/name": "Benjamin Young".freeze,
14
+ type: "http://xmlns.com/foaf/0.1/Person".freeze
293
15
  ), term(
294
- "foaf:name": "Paolo Ciccarese".freeze,
295
- type: "foaf:Person".freeze
16
+ "http://xmlns.com/foaf/0.1/name": "Paolo Ciccarese".freeze,
17
+ type: "http://xmlns.com/foaf/0.1/Person".freeze
296
18
  ), term(
297
- "foaf:name": "Robert Sanderson".freeze,
298
- type: "foaf:Person".freeze
19
+ "http://xmlns.com/foaf/0.1/name": "Robert Sanderson".freeze,
20
+ type: "http://xmlns.com/foaf/0.1/Person".freeze
299
21
  )],
300
- "dc:modified": "2016-11-12T21:28:11Z".freeze,
301
- "owl:versionInfo": "2016-11-12T21:28:11Z".freeze,
302
- "prov:wasRevisionOf": "http://www.openannotation.org/spec/core/20130208/oa.owl".freeze,
303
- "rdfs:seeAlso": "http://www.w3.org/TR/annotation-vocab/".freeze,
304
- type: "owl:Ontology".freeze
22
+ "http://purl.org/dc/terms/modified": "2016-11-12T21:28:11Z".freeze,
23
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/annotation-vocab/".freeze,
24
+ "http://www.w3.org/2002/07/owl#versionInfo": "2016-11-12T21:28:11Z".freeze,
25
+ "http://www.w3.org/ns/prov#wasRevisionOf": "http://www.openannotation.org/spec/core/20130208/oa.owl".freeze,
26
+ type: "http://www.w3.org/2002/07/owl#Ontology".freeze
305
27
 
306
28
  # Class definitions
307
29
  term :Annotation,
308
- comment: %(The class for Web Annotations.).freeze,
309
- isDefinedBy: "oa:".freeze,
30
+ comment: "The class for Web Annotations.".freeze,
31
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
310
32
  label: "Annotation".freeze,
311
- type: "rdfs:Class".freeze
33
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
312
34
  term :Choice,
313
- 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.).freeze,
314
- isDefinedBy: "oa:".freeze,
35
+ 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.".freeze,
36
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
315
37
  label: "Choice".freeze,
316
38
  subClassOf: "http://www.w3.org/ns/activitystreams#OrderedCollection".freeze,
317
- type: "rdfs:Class".freeze
39
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
318
40
  term :CssSelector,
319
- 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.).freeze,
320
- isDefinedBy: "oa:".freeze,
41
+ 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.".freeze,
42
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
321
43
  label: "CssSelector".freeze,
322
- subClassOf: "oa:Selector".freeze,
323
- type: "rdfs:Class".freeze
44
+ subClassOf: "http://www.w3.org/ns/oa#Selector".freeze,
45
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
324
46
  term :CssStyle,
325
- comment: %(A resource which describes styles for resources participating in the Annotation using CSS.).freeze,
326
- isDefinedBy: "oa:".freeze,
47
+ comment: "A resource which describes styles for resources participating in the Annotation using CSS.".freeze,
48
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
327
49
  label: "CssStyle".freeze,
328
- subClassOf: "oa:Style".freeze,
329
- type: "rdfs:Class".freeze
50
+ subClassOf: "http://www.w3.org/ns/oa#Style".freeze,
51
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
330
52
  term :DataPositionSelector,
331
- 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.).freeze,
332
- isDefinedBy: "oa:".freeze,
53
+ 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.".freeze,
54
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
333
55
  label: "DataPositionSelector".freeze,
334
- subClassOf: "oa:Selector".freeze,
335
- type: "rdfs:Class".freeze
56
+ subClassOf: "http://www.w3.org/ns/oa#Selector".freeze,
57
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
336
58
  term :Direction,
337
- 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.).freeze,
338
- isDefinedBy: "oa:".freeze,
59
+ 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.".freeze,
60
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
339
61
  label: "Direction".freeze,
340
- type: "rdfs:Class".freeze
62
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
341
63
  term :FragmentSelector,
342
- 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.).freeze,
343
- isDefinedBy: "oa:".freeze,
64
+ 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.".freeze,
65
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
344
66
  label: "FragmentSelector".freeze,
345
- subClassOf: "oa:Selector".freeze,
346
- type: "rdfs:Class".freeze
67
+ subClassOf: "http://www.w3.org/ns/oa#Selector".freeze,
68
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
347
69
  term :HttpRequestState,
348
- 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. ).freeze,
349
- isDefinedBy: "oa:".freeze,
70
+ 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. ".freeze,
71
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
350
72
  label: "HttpRequestState".freeze,
351
- subClassOf: "oa:State".freeze,
352
- type: "rdfs:Class".freeze
73
+ subClassOf: "http://www.w3.org/ns/oa#State".freeze,
74
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
353
75
  term :Motivation,
354
- 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.).freeze,
355
- isDefinedBy: "oa:".freeze,
76
+ 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.".freeze,
77
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
356
78
  label: "Motivation".freeze,
357
- subClassOf: "skos:Concept".freeze,
358
- type: "rdfs:Class".freeze
79
+ subClassOf: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
80
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
359
81
  term :RangeSelector,
360
- 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.).freeze,
361
- isDefinedBy: "oa:".freeze,
82
+ 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.".freeze,
83
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
362
84
  label: "RangeSelector".freeze,
363
- subClassOf: "oa:Selector".freeze,
364
- type: "rdfs:Class".freeze
85
+ subClassOf: "http://www.w3.org/ns/oa#Selector".freeze,
86
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
365
87
  term :ResourceSelection,
366
- 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.).freeze,
367
- isDefinedBy: "oa:".freeze,
88
+ 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.".freeze,
89
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
368
90
  label: "ResourceSelection".freeze,
369
- type: "rdfs:Class".freeze
91
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
370
92
  term :Selector,
371
- 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.).freeze,
372
- isDefinedBy: "oa:".freeze,
93
+ 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.".freeze,
94
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
373
95
  label: "Selector".freeze,
374
- type: "rdfs:Class".freeze
96
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
375
97
  term :SpecificResource,
376
- 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.).freeze,
377
- isDefinedBy: "oa:".freeze,
98
+ 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.".freeze,
99
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
378
100
  label: "SpecificResource".freeze,
379
- subClassOf: "oa:ResourceSelection".freeze,
380
- type: "rdfs:Class".freeze
101
+ subClassOf: "http://www.w3.org/ns/oa#ResourceSelection".freeze,
102
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
381
103
  term :State,
382
- 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.).freeze,
383
- isDefinedBy: "oa:".freeze,
104
+ 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.".freeze,
105
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
384
106
  label: "State".freeze,
385
- type: "rdfs:Class".freeze
107
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
386
108
  term :Style,
387
- 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.).freeze,
388
- isDefinedBy: "oa:".freeze,
109
+ 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.".freeze,
110
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
389
111
  label: "Style".freeze,
390
- type: "rdfs:Class".freeze
112
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
391
113
  term :SvgSelector,
392
- 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.).freeze,
393
- isDefinedBy: "oa:".freeze,
114
+ 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.".freeze,
115
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
394
116
  label: "SvgSelector".freeze,
395
- subClassOf: "oa:Selector".freeze,
396
- type: "rdfs:Class".freeze
117
+ subClassOf: "http://www.w3.org/ns/oa#Selector".freeze,
118
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
397
119
  term :TextPositionSelector,
398
- 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.).freeze,
399
- isDefinedBy: "oa:".freeze,
120
+ 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.".freeze,
121
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
400
122
  label: "TextPositionSelector".freeze,
401
- subClassOf: "oa:Selector".freeze,
402
- type: "rdfs:Class".freeze
123
+ subClassOf: "http://www.w3.org/ns/oa#Selector".freeze,
124
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
403
125
  term :TextQuoteSelector,
404
- 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.).freeze,
405
- isDefinedBy: "oa:".freeze,
126
+ 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.".freeze,
127
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
406
128
  label: "TextQuoteSelector".freeze,
407
- subClassOf: "oa:Selector".freeze,
408
- type: "rdfs:Class".freeze
129
+ subClassOf: "http://www.w3.org/ns/oa#Selector".freeze,
130
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
409
131
  term :TextualBody,
410
- comment: %().freeze,
411
- isDefinedBy: "oa:".freeze,
132
+ comment: "".freeze,
133
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
412
134
  label: "TextualBody".freeze,
413
- type: "rdfs:Class".freeze
135
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
414
136
  term :TimeState,
415
- 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.).freeze,
416
- isDefinedBy: "oa:".freeze,
137
+ 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.".freeze,
138
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
417
139
  label: "TimeState".freeze,
418
- subClassOf: "oa:State".freeze,
419
- type: "rdfs:Class".freeze
140
+ subClassOf: "http://www.w3.org/ns/oa#State".freeze,
141
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
420
142
  term :XPathSelector,
421
- comment: %( An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value.).freeze,
422
- isDefinedBy: "oa:".freeze,
143
+ comment: " An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value.".freeze,
144
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
423
145
  label: "XPathSelector".freeze,
424
- subClassOf: "oa:Selector".freeze,
425
- type: "rdfs:Class".freeze
146
+ subClassOf: "http://www.w3.org/ns/oa#Selector".freeze,
147
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
426
148
 
427
149
  # Property definitions
428
150
  property :annotationService,
429
- comment: %(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.
430
-
431
- 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.
432
- ).freeze,
433
- isDefinedBy: "oa:".freeze,
151
+ comment: "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.\n\n 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.\n ".freeze,
152
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
434
153
  label: "annotationService".freeze,
435
- type: "rdf:Property".freeze
154
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
436
155
  property :bodyValue,
437
- 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 .
438
- ).freeze,
439
- domain: "oa:Annotation".freeze,
440
- isDefinedBy: "oa:".freeze,
156
+ 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 .\n ".freeze,
157
+ domain: "http://www.w3.org/ns/oa#Annotation".freeze,
158
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
441
159
  label: "bodyValue".freeze,
442
- range: "xsd:string".freeze,
443
- type: "rdf:Property".freeze
160
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
161
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
444
162
  property :cachedSource,
445
- comment: %(A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation.).freeze,
446
- domain: "oa:TimeState".freeze,
447
- isDefinedBy: "oa:".freeze,
163
+ comment: "A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation.".freeze,
164
+ domain: "http://www.w3.org/ns/oa#TimeState".freeze,
165
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
448
166
  label: "cachedSource".freeze,
449
- type: "rdf:Property".freeze
167
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
450
168
  property :canonical,
451
- 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.).freeze,
452
- isDefinedBy: "oa:".freeze,
169
+ 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.".freeze,
170
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
453
171
  label: "canonical".freeze,
454
- type: "rdf:Property".freeze
172
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
455
173
  property :end,
456
- comment: %(The end property is used to convey the 0-based index of the end position of a range of content.).freeze,
457
- isDefinedBy: "oa:".freeze,
174
+ comment: "The end property is used to convey the 0-based index of the end position of a range of content.".freeze,
175
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
458
176
  label: "end".freeze,
459
- range: "xsd:nonNegativeInteger".freeze,
460
- type: "rdf:Property".freeze
177
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
178
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
461
179
  property :exact,
462
- comment: %(The object of the predicate is a copy of the text which is being selected, after normalization.).freeze,
463
- isDefinedBy: "oa:".freeze,
180
+ comment: "The object of the predicate is a copy of the text which is being selected, after normalization.".freeze,
181
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
464
182
  label: "exact".freeze,
465
- range: "xsd:string".freeze,
466
- type: "rdf:Property".freeze
183
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
184
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
467
185
  property :hasBody,
468
- comment: %(The object of the relationship is a resource that is a body of the Annotation.).freeze,
469
- domain: "oa:Annotation".freeze,
470
- isDefinedBy: "oa:".freeze,
186
+ comment: "The object of the relationship is a resource that is a body of the Annotation.".freeze,
187
+ domain: "http://www.w3.org/ns/oa#Annotation".freeze,
188
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
471
189
  label: "hasBody".freeze,
472
- type: "rdf:Property".freeze
190
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
473
191
  property :hasEndSelector,
474
- comment: %(The relationship between a RangeSelector and the Selector that describes the end position of the range. ).freeze,
475
- domain: "oa:RangeSelector".freeze,
476
- isDefinedBy: "oa:".freeze,
192
+ comment: "The relationship between a RangeSelector and the Selector that describes the end position of the range. ".freeze,
193
+ domain: "http://www.w3.org/ns/oa#RangeSelector".freeze,
194
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
477
195
  label: "hasEndSelector".freeze,
478
- range: "oa:Selector".freeze,
479
- type: "rdf:Property".freeze
196
+ range: "http://www.w3.org/ns/oa#Selector".freeze,
197
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
480
198
  property :hasPurpose,
481
- comment: %(The purpose served by the resource in the Annotation.).freeze,
482
- isDefinedBy: "oa:".freeze,
199
+ comment: "The purpose served by the resource in the Annotation.".freeze,
200
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
483
201
  label: "hasPurpose".freeze,
484
- range: "oa:Motivation".freeze,
485
- type: "rdf:Property".freeze
202
+ range: "http://www.w3.org/ns/oa#Motivation".freeze,
203
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
486
204
  property :hasScope,
487
- comment: %(The scope or context in which the resource is used within the Annotation.).freeze,
488
- domain: "oa:SpecificResource".freeze,
489
- isDefinedBy: "oa:".freeze,
205
+ comment: "The scope or context in which the resource is used within the Annotation.".freeze,
206
+ domain: "http://www.w3.org/ns/oa#SpecificResource".freeze,
207
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
490
208
  label: "hasScope".freeze,
491
- type: "rdf:Property".freeze
209
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
492
210
  property :hasSelector,
493
- 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.).freeze,
494
- domain: "oa:ResourceSelection".freeze,
495
- isDefinedBy: "oa:".freeze,
211
+ 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.".freeze,
212
+ domain: "http://www.w3.org/ns/oa#ResourceSelection".freeze,
213
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
496
214
  label: "hasSelector".freeze,
497
- range: "oa:Selector".freeze,
498
- type: "rdf:Property".freeze
215
+ range: "http://www.w3.org/ns/oa#Selector".freeze,
216
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
499
217
  property :hasSource,
500
- 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.).freeze,
501
- domain: "oa:ResourceSelection".freeze,
502
- isDefinedBy: "oa:".freeze,
218
+ 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.".freeze,
219
+ domain: "http://www.w3.org/ns/oa#ResourceSelection".freeze,
220
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
503
221
  label: "hasSource".freeze,
504
- type: "rdf:Property".freeze
222
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
505
223
  property :hasStartSelector,
506
- comment: %(The relationship between a RangeSelector and the Selector that describes the start position of the range. ).freeze,
507
- domain: "oa:RangeSelector".freeze,
508
- isDefinedBy: "oa:".freeze,
224
+ comment: "The relationship between a RangeSelector and the Selector that describes the start position of the range. ".freeze,
225
+ domain: "http://www.w3.org/ns/oa#RangeSelector".freeze,
226
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
509
227
  label: "hasStartSelector".freeze,
510
- range: "oa:Selector".freeze,
511
- type: "rdf:Property".freeze
228
+ range: "http://www.w3.org/ns/oa#Selector".freeze,
229
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
512
230
  property :hasState,
513
- 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.).freeze,
514
- domain: "oa:ResourceSelection".freeze,
515
- isDefinedBy: "oa:".freeze,
231
+ 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.".freeze,
232
+ domain: "http://www.w3.org/ns/oa#ResourceSelection".freeze,
233
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
516
234
  label: "hasState".freeze,
517
- range: "oa:State".freeze,
518
- type: "rdf:Property".freeze
235
+ range: "http://www.w3.org/ns/oa#State".freeze,
236
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
519
237
  property :hasTarget,
520
- comment: %(The relationship between an Annotation and its Target.).freeze,
521
- domain: "oa:Annotation".freeze,
522
- isDefinedBy: "oa:".freeze,
238
+ comment: "The relationship between an Annotation and its Target.".freeze,
239
+ domain: "http://www.w3.org/ns/oa#Annotation".freeze,
240
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
523
241
  label: "hasTarget".freeze,
524
- type: "rdf:Property".freeze
242
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
525
243
  property :motivatedBy,
526
- comment: %(The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation.).freeze,
527
- domain: "oa:Annotation".freeze,
528
- isDefinedBy: "oa:".freeze,
244
+ comment: "The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation.".freeze,
245
+ domain: "http://www.w3.org/ns/oa#Annotation".freeze,
246
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
529
247
  label: "motivatedBy".freeze,
530
- range: "oa:Motivation".freeze,
531
- type: "rdf:Property".freeze
248
+ range: "http://www.w3.org/ns/oa#Motivation".freeze,
249
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
532
250
  property :prefix,
533
- comment: %(The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector.).freeze,
534
- isDefinedBy: "oa:".freeze,
251
+ comment: "The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector.".freeze,
252
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
535
253
  label: "prefix".freeze,
536
- range: "xsd:string".freeze,
537
- type: "rdf:Property".freeze
254
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
255
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
538
256
  property :processingLanguage,
539
- 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.).freeze,
540
- isDefinedBy: "oa:".freeze,
257
+ 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.".freeze,
258
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
541
259
  label: "processingLanguage".freeze,
542
- range: "xsd:string".freeze,
543
- type: "rdf:Property".freeze
260
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
261
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
544
262
  property :refinedBy,
545
- 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. ).freeze,
546
- isDefinedBy: "oa:".freeze,
263
+ 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. ".freeze,
264
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
547
265
  label: "refinedBy".freeze,
548
- type: "rdf:Property".freeze
266
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
549
267
  property :renderedVia,
550
- comment: %(A system that was used by the application that created the Annotation to render the resource.).freeze,
551
- domain: "oa:SpecificResource".freeze,
552
- isDefinedBy: "oa:".freeze,
268
+ comment: "A system that was used by the application that created the Annotation to render the resource.".freeze,
269
+ domain: "http://www.w3.org/ns/oa#SpecificResource".freeze,
270
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
553
271
  label: "renderedVia".freeze,
554
- type: "rdf:Property".freeze
272
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
555
273
  property :sourceDate,
556
- comment: %(The timestamp at which the Source resource should be interpreted as being applicable to the Annotation.).freeze,
557
- domain: "oa:TimeState".freeze,
558
- isDefinedBy: "oa:".freeze,
274
+ comment: "The timestamp at which the Source resource should be interpreted as being applicable to the Annotation.".freeze,
275
+ domain: "http://www.w3.org/ns/oa#TimeState".freeze,
276
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
559
277
  label: "sourceDate".freeze,
560
- range: "xsd:dateTime".freeze,
561
- type: "rdf:Property".freeze
278
+ range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
279
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
562
280
  property :sourceDateEnd,
563
- comment: %(The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.).freeze,
564
- domain: "oa:TimeState".freeze,
565
- isDefinedBy: "oa:".freeze,
281
+ comment: "The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.".freeze,
282
+ domain: "http://www.w3.org/ns/oa#TimeState".freeze,
283
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
566
284
  label: "sourceDateEnd".freeze,
567
- range: "xsd:dateTime".freeze,
568
- type: "rdf:Property".freeze
285
+ range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
286
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
569
287
  property :sourceDateStart,
570
- comment: %(The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.).freeze,
571
- domain: "oa:TimeState".freeze,
572
- isDefinedBy: "oa:".freeze,
288
+ comment: "The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.".freeze,
289
+ domain: "http://www.w3.org/ns/oa#TimeState".freeze,
290
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
573
291
  label: "sourceDateStart".freeze,
574
- range: "xsd:dateTime".freeze,
575
- type: "rdf:Property".freeze
292
+ range: "http://www.w3.org/2001/XMLSchema#dateTime".freeze,
293
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
576
294
  property :start,
577
- comment: %(The start position in a 0-based index at which a range of content is selected from the data in the source resource.).freeze,
578
- isDefinedBy: "oa:".freeze,
295
+ comment: "The start position in a 0-based index at which a range of content is selected from the data in the source resource.".freeze,
296
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
579
297
  label: "start".freeze,
580
- range: "xsd:nonNegativeInteger".freeze,
581
- type: "rdf:Property".freeze
298
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
299
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
582
300
  property :styleClass,
583
- comment: %(The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource.).freeze,
584
- domain: "oa:SpecificResource".freeze,
585
- isDefinedBy: "oa:".freeze,
301
+ comment: "The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource.".freeze,
302
+ domain: "http://www.w3.org/ns/oa#SpecificResource".freeze,
303
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
586
304
  label: "styleClass".freeze,
587
- range: "xsd:string".freeze,
588
- type: "rdf:Property".freeze
305
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
306
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
589
307
  property :styledBy,
590
- comment: %(A reference to a Stylesheet that should be used to apply styles to the Annotation rendering.).freeze,
591
- domain: "oa:Annotation".freeze,
592
- isDefinedBy: "oa:".freeze,
308
+ comment: "A reference to a Stylesheet that should be used to apply styles to the Annotation rendering.".freeze,
309
+ domain: "http://www.w3.org/ns/oa#Annotation".freeze,
310
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
593
311
  label: "styledBy".freeze,
594
- range: "oa:Style".freeze,
595
- type: "rdf:Property".freeze
312
+ range: "http://www.w3.org/ns/oa#Style".freeze,
313
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
596
314
  property :suffix,
597
- comment: %(The snippet of text that occurs immediately after the text which is being selected.).freeze,
598
- isDefinedBy: "oa:".freeze,
315
+ comment: "The snippet of text that occurs immediately after the text which is being selected.".freeze,
316
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
599
317
  label: "suffix".freeze,
600
- range: "xsd:string".freeze,
601
- type: "rdf:Property".freeze
318
+ range: "http://www.w3.org/2001/XMLSchema#string".freeze,
319
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
602
320
  property :textDirection,
603
- comment: %(The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource.).freeze,
604
- isDefinedBy: "oa:".freeze,
321
+ comment: "The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource.".freeze,
322
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
605
323
  label: "textDirection".freeze,
606
- range: "oa:Direction".freeze,
607
- type: "rdf:Property".freeze
324
+ range: "http://www.w3.org/ns/oa#Direction".freeze,
325
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
608
326
  property :via,
609
- comment: %(A object of the relationship is a resource from which the source resource was retrieved by the providing system.).freeze,
610
- isDefinedBy: "oa:".freeze,
327
+ comment: "A object of the relationship is a resource from which the source resource was retrieved by the providing system.".freeze,
328
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
611
329
  label: "via".freeze,
612
- type: "rdf:Property".freeze
330
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
613
331
 
614
332
  # Extra definitions
615
333
  term :PreferContainedDescriptions,
616
- comment: %(An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs.).freeze,
617
- isDefinedBy: "oa:".freeze,
334
+ comment: "An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs.".freeze,
335
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
618
336
  label: "PreferContainedDescriptions".freeze,
619
- type: "rdfs:Resource".freeze
337
+ type: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze
620
338
  term :PreferContainedIRIs,
621
- comment: %(An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions.).freeze,
622
- isDefinedBy: "oa:".freeze,
339
+ comment: "An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions.".freeze,
340
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
623
341
  label: "PreferContainedIRIs".freeze,
624
- type: "rdfs:Resource".freeze
342
+ type: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze
625
343
  term :assessing,
626
- comment: %(The motivation for when the user intends to provide an assessment about the Target resource.).freeze,
627
- isDefinedBy: "oa:".freeze,
344
+ comment: "The motivation for when the user intends to provide an assessment about the Target resource.".freeze,
345
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
628
346
  label: "assessing".freeze,
629
- type: "oa:Motivation".freeze
347
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
630
348
  term :bookmarking,
631
- comment: %(The motivation for when the user intends to create a bookmark to the Target or part thereof.).freeze,
632
- isDefinedBy: "oa:".freeze,
349
+ comment: "The motivation for when the user intends to create a bookmark to the Target or part thereof.".freeze,
350
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
633
351
  label: "bookmarking".freeze,
634
- type: "oa:Motivation".freeze
352
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
635
353
  term :classifying,
636
- comment: %(The motivation for when the user intends to that classify the Target as something.).freeze,
637
- isDefinedBy: "oa:".freeze,
354
+ comment: "The motivation for when the user intends to that classify the Target as something.".freeze,
355
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
638
356
  label: "classifying".freeze,
639
- type: "oa:Motivation".freeze
357
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
640
358
  term :commenting,
641
- comment: %(The motivation for when the user intends to comment about the Target.).freeze,
642
- isDefinedBy: "oa:".freeze,
359
+ comment: "The motivation for when the user intends to comment about the Target.".freeze,
360
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
643
361
  label: "commenting".freeze,
644
- type: "oa:Motivation".freeze
362
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
645
363
  term :describing,
646
- comment: %(The motivation for when the user intends to describe the Target, as opposed to a comment about them.).freeze,
647
- isDefinedBy: "oa:".freeze,
364
+ comment: "The motivation for when the user intends to describe the Target, as opposed to a comment about them.".freeze,
365
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
648
366
  label: "describing".freeze,
649
- type: "oa:Motivation".freeze
367
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
650
368
  term :editing,
651
- comment: %(The motivation for when the user intends to request a change or edit to the Target resource.).freeze,
652
- isDefinedBy: "oa:".freeze,
369
+ comment: "The motivation for when the user intends to request a change or edit to the Target resource.".freeze,
370
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
653
371
  label: "editing".freeze,
654
- type: "oa:Motivation".freeze
372
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
655
373
  term :highlighting,
656
- comment: %(The motivation for when the user intends to highlight the Target resource or segment of it.).freeze,
657
- isDefinedBy: "oa:".freeze,
374
+ comment: "The motivation for when the user intends to highlight the Target resource or segment of it.".freeze,
375
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
658
376
  label: "highlighting".freeze,
659
- type: "oa:Motivation".freeze
377
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
660
378
  term :identifying,
661
- 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.).freeze,
662
- isDefinedBy: "oa:".freeze,
379
+ 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.".freeze,
380
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
663
381
  label: "identifying".freeze,
664
- type: "oa:Motivation".freeze
382
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
665
383
  term :linking,
666
- comment: %(The motivation for when the user intends to link to a resource related to the Target.).freeze,
667
- isDefinedBy: "oa:".freeze,
384
+ comment: "The motivation for when the user intends to link to a resource related to the Target.".freeze,
385
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
668
386
  label: "linking".freeze,
669
- type: "oa:Motivation".freeze
387
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
670
388
  term :ltrDirection,
671
- comment: %(The direction of text that is read from left to right.).freeze,
672
- isDefinedBy: "oa:".freeze,
389
+ comment: "The direction of text that is read from left to right.".freeze,
390
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
673
391
  label: "ltrDirection".freeze,
674
- type: "oa:Direction".freeze
392
+ type: "http://www.w3.org/ns/oa#Direction".freeze
675
393
  term :moderating,
676
- comment: %(The motivation for when the user intends to assign some value or quality to the Target.).freeze,
677
- isDefinedBy: "oa:".freeze,
394
+ comment: "The motivation for when the user intends to assign some value or quality to the Target.".freeze,
395
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
678
396
  label: "moderating".freeze,
679
- type: "oa:Motivation".freeze
397
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
680
398
  term :questioning,
681
- comment: %(The motivation for when the user intends to ask a question about the Target.).freeze,
682
- isDefinedBy: "oa:".freeze,
399
+ comment: "The motivation for when the user intends to ask a question about the Target.".freeze,
400
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
683
401
  label: "questioning".freeze,
684
- type: "oa:Motivation".freeze
402
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
685
403
  term :replying,
686
- comment: %(The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource.).freeze,
687
- isDefinedBy: "oa:".freeze,
404
+ comment: "The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource.".freeze,
405
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
688
406
  label: "replying".freeze,
689
- type: "oa:Motivation".freeze
407
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
690
408
  term :rtlDirection,
691
- comment: %(The direction of text that is read from right to left.).freeze,
692
- isDefinedBy: "oa:".freeze,
409
+ comment: "The direction of text that is read from right to left.".freeze,
410
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
693
411
  label: "rtlDirection".freeze,
694
- type: "oa:Direction".freeze
412
+ type: "http://www.w3.org/ns/oa#Direction".freeze
695
413
  term :tagging,
696
- comment: %(The motivation for when the user intends to associate a tag with the Target.).freeze,
697
- isDefinedBy: "oa:".freeze,
414
+ comment: "The motivation for when the user intends to associate a tag with the Target.".freeze,
415
+ isDefinedBy: "http://www.w3.org/ns/oa#".freeze,
698
416
  label: "tagging".freeze,
699
- type: "oa:Motivation".freeze
417
+ type: "http://www.w3.org/ns/oa#Motivation".freeze
700
418
  end
701
419
  end