rdf-vocab 0.8.8 → 2.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdf/vocab.rb +160 -61
  3. data/lib/rdf/vocab/acl.rb +6 -1
  4. data/lib/rdf/vocab/bibframe.rb +83 -78
  5. data/lib/rdf/vocab/bibo.rb +255 -248
  6. data/lib/rdf/vocab/cc.rb +132 -0
  7. data/lib/rdf/vocab/cert.rb +249 -0
  8. data/lib/rdf/vocab/cnt.rb +23 -18
  9. data/lib/rdf/vocab/crm.rb +12 -7
  10. data/lib/rdf/vocab/datacite.rb +88 -83
  11. data/lib/rdf/vocab/dc.rb +952 -0
  12. data/lib/rdf/vocab/dc11.rb +171 -0
  13. data/lib/rdf/vocab/dcat.rb +218 -0
  14. data/lib/rdf/vocab/dcmitype.rb +80 -75
  15. data/lib/rdf/vocab/doap.rb +341 -0
  16. data/lib/rdf/vocab/dwc.rb +1651 -1646
  17. data/lib/rdf/vocab/ebucore.rb +122 -117
  18. data/lib/rdf/vocab/edm.rb +102 -97
  19. data/lib/rdf/vocab/exif.rb +945 -0
  20. data/lib/rdf/vocab/extensions.rb +1 -0
  21. data/lib/rdf/vocab/fcrepo4.rb +62 -57
  22. data/lib/rdf/vocab/foaf.rb +618 -0
  23. data/lib/rdf/vocab/geo.rb +161 -0
  24. data/lib/rdf/vocab/geonames.rb +2742 -2737
  25. data/lib/rdf/vocab/gr.rb +1505 -0
  26. data/lib/rdf/vocab/ht.rb +240 -0
  27. data/lib/rdf/vocab/hydra.rb +96 -91
  28. data/lib/rdf/vocab/iana.rb +5 -0
  29. data/lib/rdf/vocab/ical.rb +532 -0
  30. data/lib/rdf/vocab/identifiers.rb +203 -182
  31. data/lib/rdf/vocab/iiif.rb +51 -26
  32. data/lib/rdf/vocab/jsonld.rb +15 -10
  33. data/lib/rdf/vocab/ldp.rb +66 -61
  34. data/lib/rdf/vocab/lrmi.rb +68 -63
  35. data/lib/rdf/vocab/ma.rb +517 -0
  36. data/lib/rdf/vocab/mads.rb +448 -206
  37. data/lib/rdf/vocab/marc_relators.rb +1240 -1235
  38. data/lib/rdf/vocab/mo.rb +2416 -0
  39. data/lib/rdf/vocab/mods.rb +17 -12
  40. data/lib/rdf/vocab/nfo.rb +65 -60
  41. data/lib/rdf/vocab/oa.rb +91 -86
  42. data/lib/rdf/vocab/og.rb +226 -0
  43. data/lib/rdf/vocab/ogc.rb +62 -0
  44. data/lib/rdf/vocab/ore.rb +24 -19
  45. data/lib/rdf/vocab/org.rb +83 -78
  46. data/lib/rdf/vocab/pplan.rb +54 -49
  47. data/lib/rdf/vocab/premis.rb +470 -465
  48. data/lib/rdf/vocab/premis_event_type.rb +85 -80
  49. data/lib/rdf/vocab/prov.rb +1554 -0
  50. data/lib/rdf/vocab/ptr.rb +5 -0
  51. data/lib/rdf/vocab/rsa.rb +76 -0
  52. data/lib/rdf/vocab/rss.rb +70 -0
  53. data/lib/rdf/vocab/schema.rb +10765 -0
  54. data/lib/rdf/vocab/sioc.rb +673 -0
  55. data/lib/rdf/vocab/sioc_services.rb +27 -22
  56. data/lib/rdf/vocab/skos.rb +242 -0
  57. data/lib/rdf/vocab/skosxl.rb +61 -0
  58. data/lib/rdf/vocab/v.rb +387 -0
  59. data/lib/rdf/vocab/vcard.rb +845 -0
  60. data/lib/rdf/vocab/version.rb +1 -0
  61. data/lib/rdf/vocab/vmd.rb +387 -0
  62. data/lib/rdf/vocab/void.rb +190 -0
  63. data/lib/rdf/vocab/vs.rb +32 -0
  64. data/lib/rdf/vocab/wdrs.rb +138 -0
  65. data/lib/rdf/vocab/wot.rb +171 -0
  66. data/lib/rdf/vocab/xhtml.rb +12 -0
  67. data/lib/rdf/vocab/xhv.rb +509 -0
  68. data/spec/spec_helper.rb +1 -0
  69. data/spec/vocab_spec.rb +1 -0
  70. metadata +76 -33
  71. data/lib/rdf/vocab/disco.rb +0 -369
@@ -0,0 +1,240 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using vocab-fetch from http://www.w3.org/2011/http#
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.w3.org/2011/http#>
8
+ # class HT < RDF::StrictVocabulary
9
+ # end
10
+ class HT < RDF::StrictVocabulary("http://www.w3.org/2011/http#")
11
+
12
+ # Class definitions
13
+ term :Connection,
14
+ comment: %(A connection used for HTTP transfer.).freeze,
15
+ label: "Connection".freeze,
16
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
17
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
18
+ term :EntityHeader,
19
+ comment: %(An entity header in an HTTP message.).freeze,
20
+ label: "Entity Header".freeze,
21
+ subClassOf: "ht:MessageHeader".freeze,
22
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
23
+ term :GeneralHeader,
24
+ comment: %(A general header in an HTTP message.).freeze,
25
+ label: "General Header".freeze,
26
+ subClassOf: "ht:MessageHeader".freeze,
27
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
28
+ term :HeaderElement,
29
+ comment: %(A part of a deconstructed header value.).freeze,
30
+ label: "Header Element".freeze,
31
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
32
+ term :HeaderName,
33
+ comment: %(A header name.).freeze,
34
+ label: "Header Name".freeze,
35
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
36
+ term :Message,
37
+ comment: %(An HTTP message.).freeze,
38
+ label: "Message".freeze,
39
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
40
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
41
+ term :MessageHeader,
42
+ comment: %(A header in an HTTP message.).freeze,
43
+ label: "Message Header".freeze,
44
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
45
+ term :Method,
46
+ comment: %(The HTTP method used for the request.).freeze,
47
+ label: "Method".freeze,
48
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
49
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
50
+ term :Parameter,
51
+ comment: %(A parameter for a part of a header value.).freeze,
52
+ label: "Parameter".freeze,
53
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
54
+ term :Request,
55
+ comment: %(An HTTP request.).freeze,
56
+ label: "Request".freeze,
57
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
58
+ subClassOf: "ht:Message".freeze,
59
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
60
+ term :RequestHeader,
61
+ comment: %(A header in an HTTP request message.).freeze,
62
+ label: "Request Header".freeze,
63
+ subClassOf: "ht:MessageHeader".freeze,
64
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
65
+ term :Response,
66
+ comment: %(An HTTP response.).freeze,
67
+ label: "Response".freeze,
68
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
69
+ subClassOf: "ht:Message".freeze,
70
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
71
+ term :ResponseHeader,
72
+ comment: %(A header in an HTTP response message.).freeze,
73
+ label: "Response Header".freeze,
74
+ subClassOf: "ht:MessageHeader".freeze,
75
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
76
+ term :StatusCode,
77
+ comment: %(The status code of an HTTP response.).freeze,
78
+ label: "Status code".freeze,
79
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
80
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
81
+
82
+ # Property definitions
83
+ property :absolutePath,
84
+ comment: %(The absolute path sort of request URI.).freeze,
85
+ label: "Absolute path".freeze,
86
+ subPropertyOf: "ht:requestURI".freeze,
87
+ type: "rdf:Property".freeze
88
+ property :absoluteURI,
89
+ comment: %(The absolute request URI.).freeze,
90
+ label: "Absolute URI".freeze,
91
+ subPropertyOf: "ht:requestURI".freeze,
92
+ type: "rdf:Property".freeze
93
+ property :authority,
94
+ comment: %(The authority sort of request URI.).freeze,
95
+ label: "Authority".freeze,
96
+ subPropertyOf: "ht:requestURI".freeze,
97
+ type: "rdf:Property".freeze
98
+ property :body,
99
+ comment: %(The entity body of an HTTP message.).freeze,
100
+ domain: "ht:Message".freeze,
101
+ label: "Entity Body".freeze,
102
+ range: "cnt:ContentAsBase64".freeze,
103
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
104
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
105
+ property :connectionAuthority,
106
+ comment: %(The authority of a connection used for the HTTP transfer.).freeze,
107
+ domain: "ht:Connection".freeze,
108
+ label: "Connection authority".freeze,
109
+ range: "rdfs:Literal".freeze,
110
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
111
+ property :elementName,
112
+ comment: %(The name of a header element.).freeze,
113
+ domain: "ht:HeaderElement".freeze,
114
+ label: "Header element name".freeze,
115
+ range: "rdfs:Literal".freeze,
116
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
117
+ property :elementValue,
118
+ comment: %(The value of a header element.).freeze,
119
+ domain: "ht:HeaderElement".freeze,
120
+ label: "Header element value".freeze,
121
+ range: "rdfs:Literal".freeze,
122
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
123
+ property :fieldName,
124
+ comment: %(The name of an HTTP header field.).freeze,
125
+ domain: "ht:MessageHeader".freeze,
126
+ label: "Field name".freeze,
127
+ range: "rdfs:Literal".freeze,
128
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
129
+ property :fieldValue,
130
+ comment: %(The value of an HTTP header field.).freeze,
131
+ domain: "ht:MessageHeader".freeze,
132
+ label: "Field value".freeze,
133
+ range: "rdfs:Literal".freeze,
134
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
135
+ property :hdrName,
136
+ comment: %(The name of an HTTP header.).freeze,
137
+ domain: "ht:MessageHeader".freeze,
138
+ label: "Header name".freeze,
139
+ range: "ht:HeaderName".freeze,
140
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
141
+ property :headerElements,
142
+ comment: %(The deconstructed parts of an HTTP header value.).freeze,
143
+ domain: "ht:MessageHeader".freeze,
144
+ label: "Header elements".freeze,
145
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
146
+ property :headers,
147
+ comment: %(The headers in an HTTP message.).freeze,
148
+ domain: "ht:Message".freeze,
149
+ label: "Headers".freeze,
150
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
151
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
152
+ property :httpVersion,
153
+ comment: %(The HTTP version of an HTTP message.).freeze,
154
+ domain: "ht:Message".freeze,
155
+ label: "HTTP version".freeze,
156
+ range: "rdfs:Literal".freeze,
157
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
158
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
159
+ property :methodName,
160
+ comment: %(The HTTP method name used for the HTTP request.).freeze,
161
+ domain: "ht:Request".freeze,
162
+ label: "Method name".freeze,
163
+ range: "rdfs:Literal".freeze,
164
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
165
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
166
+ property :mthd,
167
+ comment: %(The HTTP method used for the HTTP request.).freeze,
168
+ domain: "ht:Request".freeze,
169
+ label: "Method".freeze,
170
+ range: "ht:Method".freeze,
171
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
172
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
173
+ property :paramName,
174
+ comment: %(The name of a parameter in a part of a deconstructed HTTP header value.).freeze,
175
+ domain: "ht:Parameter".freeze,
176
+ label: "Parameter name".freeze,
177
+ range: "rdfs:Literal".freeze,
178
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
179
+ property :paramValue,
180
+ comment: %(The value of a parameter in a part of a deconstructed HTTP header value.).freeze,
181
+ domain: "ht:Parameter".freeze,
182
+ label: "Parameter value".freeze,
183
+ range: "rdfs:Literal".freeze,
184
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
185
+ property :params,
186
+ comment: %(The parameters in a part of a deconstructed HTTP header value.).freeze,
187
+ domain: "ht:HeaderElement".freeze,
188
+ label: "Header parameters".freeze,
189
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
190
+ property :reasonPhrase,
191
+ comment: %(The reason phrase \(status text\) of an HTTP response.).freeze,
192
+ domain: "ht:Response".freeze,
193
+ label: "Reason phrase".freeze,
194
+ range: "rdfs:Literal".freeze,
195
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
196
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
197
+ property :requestURI,
198
+ comment: %(The request URI of an HTTP request.).freeze,
199
+ domain: "ht:Request".freeze,
200
+ label: "Request URI".freeze,
201
+ range: "rdfs:Literal".freeze,
202
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
203
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
204
+ property :requests,
205
+ comment: %(The HTTP requests made via a connection.).freeze,
206
+ domain: "ht:Connection".freeze,
207
+ label: "Requests".freeze,
208
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
209
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
210
+ property :resp,
211
+ comment: %(The HTTP response sent in answer to an HTTP request.).freeze,
212
+ domain: "ht:Request".freeze,
213
+ label: "Response".freeze,
214
+ range: "ht:Response".freeze,
215
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
216
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
217
+ property :sc,
218
+ comment: %(The status code of an HTTP response.).freeze,
219
+ domain: "ht:Response".freeze,
220
+ label: "Status code".freeze,
221
+ range: "ht:StatusCode".freeze,
222
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
223
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
224
+ property :statusCodeNumber,
225
+ comment: %(The status code number.).freeze,
226
+ domain: "ht:StatusCode".freeze,
227
+ label: "Status code".freeze,
228
+ range: "xsd:int".freeze,
229
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
230
+ subPropertyOf: "dc:identifier".freeze,
231
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
232
+ property :statusCodeValue,
233
+ comment: %(The status code value of an HTTP response.).freeze,
234
+ domain: "ht:Response".freeze,
235
+ label: "Status code".freeze,
236
+ range: "rdfs:Literal".freeze,
237
+ :"rdfs:isDefinedBy" => %(http://www.ietf.org/rfc/rfc2616.txt).freeze,
238
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
239
+ end
240
+ end
@@ -1,351 +1,356 @@
1
1
  # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
2
3
  # This file generated automatically using vocab-fetch from http://www.w3.org/ns/hydra/core#
3
4
  require 'rdf'
4
5
  module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.w3.org/ns/hydra/core#>
8
+ # class HYDRA < RDF::StrictVocabulary
9
+ # end
5
10
  class HYDRA < RDF::StrictVocabulary("http://www.w3.org/ns/hydra/core#")
6
11
 
7
12
  # Class definitions
8
13
  term :ApiDocumentation,
9
14
  comment: %(The Hydra API documentation class).freeze,
10
15
  label: "ApiDocumentation".freeze,
11
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
16
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
12
17
  subClassOf: "hydra:Resource".freeze,
13
18
  type: "hydra:Class".freeze,
14
- "vs:term_status" => %(testing).freeze
19
+ :"vs:term_status" => %(testing).freeze
15
20
  term :Class,
16
21
  comment: %(The class of Hydra classes. Hydra classes and their instances are dereferenceable resources.).freeze,
17
22
  label: "Hydra Class".freeze,
18
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
23
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
19
24
  subClassOf: ["hydra:Resource".freeze, "rdfs:Class".freeze],
20
25
  type: ["hydra:Resource".freeze, "rdfs:Class".freeze],
21
- "vs:term_status" => %(testing).freeze
26
+ :"vs:term_status" => %(testing).freeze
22
27
  term :Collection,
23
28
  comment: %(A collection holding references to a number of related resources.).freeze,
24
29
  label: "Collection".freeze,
25
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
30
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
26
31
  subClassOf: "hydra:Resource".freeze,
27
32
  type: "hydra:Class".freeze,
28
- "vs:term_status" => %(testing).freeze
33
+ :"vs:term_status" => %(testing).freeze
29
34
  term :CreateResourceOperation,
30
35
  comment: %(A CreateResourceOperation is a HTTP operation which expects an input of the type specified by hydra:expects and creates a resource of the type specified by hydra:returns.).freeze,
31
36
  label: "CreateResourceOperation".freeze,
32
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
37
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
33
38
  subClassOf: "hydra:Operation".freeze,
34
39
  type: "hydra:Class".freeze,
35
- "vs:term_status" => %(testing).freeze
40
+ :"vs:term_status" => %(testing).freeze
36
41
  term :DeleteResourceOperation,
37
42
  comment: %(A DeleteResourceOperation is a HTTP operation that deletes a resource.).freeze,
38
43
  label: "DeleteResourceOperation".freeze,
39
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
44
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
40
45
  subClassOf: "hydra:Operation".freeze,
41
46
  type: "hydra:Class".freeze,
42
- "vs:term_status" => %(testing).freeze
47
+ :"vs:term_status" => %(testing).freeze
43
48
  term :Error,
44
49
  comment: %(A runtime error, used to report information beyond the returned status code.).freeze,
45
50
  label: "Error".freeze,
46
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
51
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
47
52
  subClassOf: "hydra:StatusCodeDescription".freeze,
48
53
  type: "hydra:Class".freeze,
49
- "vs:term_status" => %(testing).freeze
54
+ :"vs:term_status" => %(testing).freeze
50
55
  term :IriTemplate,
51
56
  comment: %(The class of IRI templates.).freeze,
52
57
  label: "IRI Template".freeze,
53
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
58
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
54
59
  subClassOf: "hydra:Resource".freeze,
55
60
  type: "hydra:Class".freeze,
56
- "vs:term_status" => %(testing).freeze
61
+ :"vs:term_status" => %(testing).freeze
57
62
  term :IriTemplateMapping,
58
63
  comment: %(A mapping from an IRI template variable to a property.).freeze,
59
64
  label: "IriTemplateMapping".freeze,
60
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
65
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
61
66
  subClassOf: "hydra:Resource".freeze,
62
67
  type: "hydra:Class".freeze,
63
- "vs:term_status" => %(testing).freeze
68
+ :"vs:term_status" => %(testing).freeze
64
69
  term :Link,
65
70
  comment: %(The class of properties representing links.).freeze,
66
71
  label: "Link".freeze,
67
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
72
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
68
73
  subClassOf: ["hydra:Resource".freeze, "rdf:Property".freeze],
69
74
  type: "hydra:Class".freeze,
70
- "vs:term_status" => %(testing).freeze
75
+ :"vs:term_status" => %(testing).freeze
71
76
  term :Operation,
72
77
  comment: %(An operation.).freeze,
73
78
  label: "Operation".freeze,
74
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
79
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
75
80
  subClassOf: "hydra:Resource".freeze,
76
81
  type: "hydra:Class".freeze,
77
- "vs:term_status" => %(testing).freeze
82
+ :"vs:term_status" => %(testing).freeze
78
83
  term :PagedCollection,
79
84
  comment: %(A PagedCollection is a subclass of Collection with the only difference that its members are sorted and only a subset of all members are returned in a single PagedCollection. To get the other members, the nextPage/previousPage properties have to be used.).freeze,
80
85
  label: "PagedCollection".freeze,
81
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
86
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
82
87
  subClassOf: "hydra:Collection".freeze,
83
88
  type: "hydra:Class".freeze,
84
- "vs:term_status" => %(testing).freeze
89
+ :"vs:term_status" => %(testing).freeze
85
90
  term :ReplaceResourceOperation,
86
91
  comment: %(A ReplaceResourceOperation is a HTTP operation which overwrites a resource. It expects data of the type specified in hydra:expects and results in a resource of the type specified by hydra:returns.).freeze,
87
92
  label: "ReplaceResourceOperation".freeze,
88
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
93
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
89
94
  subClassOf: "hydra:Operation".freeze,
90
95
  type: "hydra:Class".freeze,
91
- "vs:term_status" => %(testing).freeze
96
+ :"vs:term_status" => %(testing).freeze
92
97
  term :Resource,
93
98
  comment: %(The class of dereferenceable resources.).freeze,
94
99
  label: "Hydra Resource".freeze,
95
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
100
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
96
101
  subClassOf: "rdfs:Resource".freeze,
97
102
  type: "hydra:Class".freeze,
98
- "vs:term_status" => %(testing).freeze
103
+ :"vs:term_status" => %(testing).freeze
99
104
  term :StatusCodeDescription,
100
105
  comment: %(Additional information about a status code that might be returned.).freeze,
101
106
  label: "Status code description".freeze,
102
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
107
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
103
108
  subClassOf: "hydra:Resource".freeze,
104
109
  type: "hydra:Class".freeze,
105
- "vs:term_status" => %(testing).freeze
110
+ :"vs:term_status" => %(testing).freeze
106
111
  term :SupportedProperty,
107
112
  comment: %(A property known to be supported by a Hydra class.).freeze,
108
113
  label: "Supported Property".freeze,
109
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
114
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
110
115
  subClassOf: "hydra:Resource".freeze,
111
116
  type: "hydra:Class".freeze,
112
- "vs:term_status" => %(testing).freeze
117
+ :"vs:term_status" => %(testing).freeze
113
118
  term :TemplatedLink,
114
119
  comment: %(A templated link.).freeze,
115
120
  label: "Templated Link".freeze,
116
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
121
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
117
122
  subClassOf: ["hydra:Resource".freeze, "rdf:Property".freeze],
118
123
  type: "hydra:Class".freeze,
119
- "vs:term_status" => %(testing).freeze
124
+ :"vs:term_status" => %(testing).freeze
120
125
 
121
126
  # Property definitions
122
127
  property :description,
123
128
  comment: %(A description.).freeze,
124
129
  label: "description".freeze,
125
130
  range: "xsd:string".freeze,
126
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
131
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
127
132
  subPropertyOf: "rdfs:comment".freeze,
128
133
  type: "rdf:Property".freeze,
129
- "vs:term_status" => %(testing).freeze
134
+ :"vs:term_status" => %(testing).freeze
130
135
  property :freetextQuery,
131
136
  comment: %(A property representing a freetext query.).freeze,
132
137
  label: "freetext query".freeze,
133
138
  range: "xsd:string".freeze,
134
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
139
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
135
140
  type: "rdf:Property".freeze,
136
- "vs:term_status" => %(testing).freeze
141
+ :"vs:term_status" => %(testing).freeze
137
142
  property :itemsPerPage,
138
143
  comment: %(The maximum number of items referenced by each single PagedCollection in a set of interlinked PagedCollections.).freeze,
139
144
  domain: "hydra:PagedCollection".freeze,
140
145
  label: "items per page".freeze,
141
146
  range: "xsd:integer".freeze,
142
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
147
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
143
148
  type: "rdf:Property".freeze,
144
- "vs:term_status" => %(testing).freeze
149
+ :"vs:term_status" => %(testing).freeze
145
150
  property :mapping,
146
151
  comment: %(A variable-to-property mapping of the IRI template.).freeze,
147
152
  domain: "hydra:IriTemplate".freeze,
148
153
  label: "mapping".freeze,
149
154
  range: "hydra:IriTemplateMapping".freeze,
150
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
155
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
151
156
  type: "rdf:Property".freeze,
152
- "vs:term_status" => %(testing).freeze
157
+ :"vs:term_status" => %(testing).freeze
153
158
  property :method,
154
159
  comment: %(The HTTP method.).freeze,
155
160
  domain: "hydra:Operation".freeze,
156
161
  label: "method".freeze,
157
162
  range: "xsd:string".freeze,
158
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
163
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
159
164
  type: "rdf:Property".freeze,
160
- "vs:term_status" => %(testing).freeze
165
+ :"vs:term_status" => %(testing).freeze
161
166
  property :property,
162
167
  comment: %(A property).freeze,
163
168
  label: "property".freeze,
164
169
  range: "rdf:Property".freeze,
165
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
170
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
166
171
  type: "rdf:Property".freeze,
167
- "vs:term_status" => %(testing).freeze
172
+ :"vs:term_status" => %(testing).freeze
168
173
  property :readonly,
169
174
  comment: %(True if the property is read-only, false otherwise.).freeze,
170
175
  domain: "hydra:SupportedProperty".freeze,
171
176
  label: "ready-only".freeze,
172
177
  range: "xsd:boolean".freeze,
173
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
178
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
174
179
  type: "rdf:Property".freeze,
175
- "vs:term_status" => %(testing).freeze
180
+ :"vs:term_status" => %(testing).freeze
176
181
  property :required,
177
182
  comment: %(True if the property is required, false otherwise.).freeze,
178
183
  label: "required".freeze,
179
184
  range: "xsd:boolean".freeze,
180
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
185
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
181
186
  type: "rdf:Property".freeze,
182
- "vs:term_status" => %(testing).freeze
187
+ :"vs:term_status" => %(testing).freeze
183
188
  property :statusCode,
184
189
  comment: %(The HTTP status code).freeze,
185
190
  domain: "hydra:StatusCodeDescription".freeze,
186
191
  label: "status code".freeze,
187
192
  range: "xsd:integer".freeze,
188
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
193
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
189
194
  type: "rdf:Property".freeze,
190
- "vs:term_status" => %(testing).freeze
195
+ :"vs:term_status" => %(testing).freeze
191
196
  property :template,
192
197
  comment: %(An IRI template as defined by RFC6570.).freeze,
193
198
  domain: "hydra:IriTemplate".freeze,
194
199
  label: "template".freeze,
195
200
  range: "xsd:string".freeze,
196
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
197
- "rdfs:seeAlso" => %(http://tools.ietf.org/html/rfc6570).freeze,
201
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
202
+ :"rdfs:seeAlso" => %(http://tools.ietf.org/html/rfc6570).freeze,
198
203
  type: "rdf:Property".freeze,
199
- "vs:term_status" => %(testing).freeze
204
+ :"vs:term_status" => %(testing).freeze
200
205
  property :title,
201
206
  comment: %(A title, often used along with a description.).freeze,
202
207
  label: "title".freeze,
203
208
  range: "xsd:string".freeze,
204
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
209
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
205
210
  subPropertyOf: "rdfs:label".freeze,
206
211
  type: "rdf:Property".freeze,
207
- "vs:term_status" => %(testing).freeze
212
+ :"vs:term_status" => %(testing).freeze
208
213
  property :totalItems,
209
214
  comment: %(The total number of items referenced by a collection or a set of interlinked PagedCollections.).freeze,
210
215
  domain: "hydra:Collection".freeze,
211
216
  label: "total items".freeze,
212
217
  range: "xsd:integer".freeze,
213
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
218
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
214
219
  type: "rdf:Property".freeze,
215
- "vs:term_status" => %(testing).freeze
220
+ :"vs:term_status" => %(testing).freeze
216
221
  property :variable,
217
222
  comment: %(An IRI template variable).freeze,
218
223
  domain: "hydra:IriTemplateMapping".freeze,
219
224
  label: "variable".freeze,
220
225
  range: "xsd:string".freeze,
221
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
226
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
222
227
  type: "rdf:Property".freeze,
223
- "vs:term_status" => %(testing).freeze
228
+ :"vs:term_status" => %(testing).freeze
224
229
  property :writeonly,
225
230
  comment: %(True if the property is write-only, false otherwise.).freeze,
226
231
  domain: "hydra:SupportedProperty".freeze,
227
232
  label: "write-only".freeze,
228
233
  range: "xsd:boolean".freeze,
229
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
234
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
230
235
  type: "rdf:Property".freeze,
231
- "vs:term_status" => %(testing).freeze
236
+ :"vs:term_status" => %(testing).freeze
232
237
 
233
238
  # Extra definitions
234
239
  term :apiDocumentation,
235
240
  comment: %(A link to the API documentation).freeze,
236
241
  label: "apiDocumentation".freeze,
237
242
  range: "hydra:ApiDocumentation".freeze,
238
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
243
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
239
244
  type: "hydra:Link".freeze,
240
- "vs:term_status" => %(testing).freeze
245
+ :"vs:term_status" => %(testing).freeze
241
246
  term :entrypoint,
242
247
  comment: %(A link to main entry point of the Web API).freeze,
243
248
  domain: "hydra:ApiDocumentation".freeze,
244
249
  label: "entrypoint".freeze,
245
250
  range: "hydra:Resource".freeze,
246
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
251
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
247
252
  type: "hydra:Link".freeze,
248
- "vs:term_status" => %(testing).freeze
253
+ :"vs:term_status" => %(testing).freeze
249
254
  term :expects,
250
255
  comment: %(The information expected by the Web API.).freeze,
251
256
  domain: "hydra:Operation".freeze,
252
257
  label: "expects".freeze,
253
258
  range: "hydra:Class".freeze,
254
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
259
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
255
260
  type: "hydra:Link".freeze,
256
- "vs:term_status" => %(testing).freeze
261
+ :"vs:term_status" => %(testing).freeze
257
262
  term :firstPage,
258
263
  comment: %(The first page of an interlinked set of PagedCollections).freeze,
259
264
  domain: "hydra:PagedCollection".freeze,
260
265
  label: "first page".freeze,
261
266
  range: "hydra:PagedCollection".freeze,
262
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
267
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
263
268
  type: "hydra:Link".freeze,
264
- "vs:term_status" => %(testing).freeze
269
+ :"vs:term_status" => %(testing).freeze
265
270
  term :lastPage,
266
271
  comment: %(The last page of an interlinked set of PagedCollections).freeze,
267
272
  domain: "hydra:PagedCollection".freeze,
268
273
  label: "last page".freeze,
269
274
  range: "hydra:PagedCollection".freeze,
270
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
275
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
271
276
  type: "hydra:Link".freeze,
272
- "vs:term_status" => %(testing).freeze
277
+ :"vs:term_status" => %(testing).freeze
273
278
  term :member,
274
279
  comment: %(A member of the collection).freeze,
275
280
  domain: "hydra:Collection".freeze,
276
281
  label: "member".freeze,
277
282
  range: "hydra:Resource".freeze,
278
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
283
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
279
284
  type: "hydra:Link".freeze,
280
- "vs:term_status" => %(testing).freeze
285
+ :"vs:term_status" => %(testing).freeze
281
286
  term :nextPage,
282
287
  comment: %(The page following the current instance in an interlinked set of PagedCollections).freeze,
283
288
  domain: "hydra:PagedCollection".freeze,
284
289
  label: "next page".freeze,
285
290
  range: "hydra:PagedCollection".freeze,
286
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
291
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
287
292
  type: "hydra:Link".freeze,
288
- "vs:term_status" => %(testing).freeze
293
+ :"vs:term_status" => %(testing).freeze
289
294
  term :operation,
290
295
  comment: %(An operation supported by the Hydra resource).freeze,
291
296
  domain: "hydra:Resource".freeze,
292
297
  label: "operation".freeze,
293
298
  range: "hydra:Operation".freeze,
294
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
299
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
295
300
  type: "hydra:Link".freeze,
296
- "vs:term_status" => %(testing).freeze
301
+ :"vs:term_status" => %(testing).freeze
297
302
  term :previousPage,
298
303
  comment: %(The page preceding the current instance in an interlinked set of PagedCollections).freeze,
299
304
  domain: "hydra:PagedCollection".freeze,
300
305
  label: "previous page".freeze,
301
306
  range: "hydra:PagedCollection".freeze,
302
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
307
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
303
308
  type: "hydra:Link".freeze,
304
- "vs:term_status" => %(testing).freeze
309
+ :"vs:term_status" => %(testing).freeze
305
310
  term :returns,
306
311
  comment: %(The information returned by the Web API on success).freeze,
307
312
  domain: "hydra:Operation".freeze,
308
313
  label: "returns".freeze,
309
314
  range: "hydra:Class".freeze,
310
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
315
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
311
316
  type: "hydra:Link".freeze,
312
- "vs:term_status" => %(testing).freeze
317
+ :"vs:term_status" => %(testing).freeze
313
318
  term :search,
314
319
  comment: %(A IRI template that can be used to query a collection).freeze,
315
320
  label: "search".freeze,
316
321
  range: "hydra:IriTemplate".freeze,
317
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
322
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
318
323
  type: "hydra:TemplatedLink".freeze,
319
- "vs:term_status" => %(testing).freeze
324
+ :"vs:term_status" => %(testing).freeze
320
325
  term :statusCodes,
321
326
  comment: %(Additional information about status codes that might be returned by the Web API).freeze,
322
327
  label: "status codes".freeze,
323
328
  range: "hydra:StatusCodeDescription".freeze,
324
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
329
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
325
330
  type: "hydra:Link".freeze,
326
- "vs:term_status" => %(testing).freeze
331
+ :"vs:term_status" => %(testing).freeze
327
332
  term :supportedClass,
328
333
  comment: %(A class known to be supported by the Web API).freeze,
329
334
  domain: "hydra:ApiDocumentation".freeze,
330
335
  label: "supported classes".freeze,
331
336
  range: "hydra:Class".freeze,
332
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
337
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
333
338
  type: "hydra:Link".freeze,
334
- "vs:term_status" => %(testing).freeze
339
+ :"vs:term_status" => %(testing).freeze
335
340
  term :supportedOperation,
336
341
  comment: %(An operation supported by instances of the specific Hydra class or the target of the Hydra link).freeze,
337
342
  label: "supported operation".freeze,
338
343
  range: "hydra:Operation".freeze,
339
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
344
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
340
345
  type: "hydra:Link".freeze,
341
- "vs:term_status" => %(testing).freeze
346
+ :"vs:term_status" => %(testing).freeze
342
347
  term :supportedProperty,
343
348
  comment: %(The properties known to be supported by a Hydra class).freeze,
344
349
  domain: "hydra:Class".freeze,
345
350
  label: "supported properties".freeze,
346
351
  range: "hydra:SupportedProperty".freeze,
347
- "rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
352
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/ns/hydra/core).freeze,
348
353
  type: "hydra:Link".freeze,
349
- "vs:term_status" => %(testing).freeze
354
+ :"vs:term_status" => %(testing).freeze
350
355
  end
351
356
  end