rdf-vocab 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -3,522 +3,524 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/hydra/core#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://www.w3.org/ns/hydra/core#>
7
+ # @!visibility private
6
8
  HYDRA = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/hydra/core#")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://www.w3.org/ns/hydra/core#",
10
- comment: "A lightweight vocabulary for hypermedia-driven Web APIs".freeze,
11
- "http://creativecommons.org/ns#attributionName": "Hydra W3C Community Group".freeze,
12
- "http://creativecommons.org/ns#attributionURL": "http://www.hydra-cg.com/".freeze,
13
- "http://creativecommons.org/ns#license": "http://creativecommons.org/licenses/by/4.0/".freeze,
14
- "http://purl.org/dc/terms/description": "The Hydra Core Vocabulary is a lightweight vocabulary to create hypermedia-driven Web APIs. By specifying a number of concepts commonly used in Web APIs it enables the creation of generic API clients.".freeze,
15
- "http://purl.org/dc/terms/publisher": "Hydra W3C Community Group".freeze,
16
- "http://purl.org/dc/terms/rights": "Copyright © 2012-2014 the Contributors to the Hydra Core Vocabulary Specification".freeze,
17
- "http://purl.org/vocab/vann/preferredNamespacePrefix": "hydra".freeze,
18
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.hydra-cg.com/spec/latest/core/".freeze,
19
- label: "The Hydra Core Vocabulary".freeze,
20
- type: "http://www.w3.org/2002/07/owl#Ontology".freeze
12
+ comment: "A lightweight vocabulary for hypermedia-driven Web APIs",
13
+ "http://creativecommons.org/ns#attributionName": "Hydra W3C Community Group",
14
+ "http://creativecommons.org/ns#attributionURL": "http://www.hydra-cg.com/",
15
+ "http://creativecommons.org/ns#license": "http://creativecommons.org/licenses/by/4.0/",
16
+ "http://purl.org/dc/terms/description": "The Hydra Core Vocabulary is a lightweight vocabulary to create hypermedia-driven Web APIs. By specifying a number of concepts commonly used in Web APIs it enables the creation of generic API clients.",
17
+ "http://purl.org/dc/terms/publisher": "Hydra W3C Community Group",
18
+ "http://purl.org/dc/terms/rights": "Copyright © 2012-2014 the Contributors to the Hydra Core Vocabulary Specification",
19
+ "http://purl.org/vocab/vann/preferredNamespacePrefix": "hydra",
20
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://www.hydra-cg.com/spec/latest/core/",
21
+ label: "The Hydra Core Vocabulary",
22
+ type: "http://www.w3.org/2002/07/owl#Ontology"
21
23
 
22
24
  # Class definitions
23
25
  term :ApiDocumentation,
24
- comment: "The Hydra API documentation class".freeze,
25
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
26
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
27
- label: "ApiDocumentation".freeze,
28
- subClassOf: "http://www.w3.org/ns/hydra/core#Resource".freeze,
29
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
26
+ comment: "The Hydra API documentation class",
27
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
28
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
29
+ label: "ApiDocumentation",
30
+ subClassOf: "http://www.w3.org/ns/hydra/core#Resource",
31
+ type: "http://www.w3.org/ns/hydra/core#Class"
30
32
  term :BaseUriSource,
31
- comment: "Provides a base abstract for base Uri source for Iri template resolution.".freeze,
32
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
33
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
34
- label: "Base Uri source".freeze,
35
- subClassOf: "http://www.w3.org/ns/hydra/core#Resource".freeze,
36
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
33
+ comment: "Provides a base abstract for base Uri source for Iri template resolution.",
34
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
35
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
36
+ label: "Base Uri source",
37
+ subClassOf: "http://www.w3.org/ns/hydra/core#Resource",
38
+ type: "http://www.w3.org/ns/hydra/core#Class"
37
39
  term :Class,
38
- comment: "The class of Hydra classes.".freeze,
39
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
40
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
41
- label: "Hydra Class".freeze,
42
- subClassOf: "http://www.w3.org/2000/01/rdf-schema#Class".freeze,
43
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/ns/hydra/core#Resource".freeze]
40
+ comment: "The class of Hydra classes.",
41
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
42
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
43
+ label: "Hydra Class",
44
+ subClassOf: "http://www.w3.org/2000/01/rdf-schema#Class",
45
+ type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/ns/hydra/core#Resource"]
44
46
  term :Collection,
45
- comment: "A collection holding references to a number of related resources.".freeze,
46
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
47
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
48
- label: "Collection".freeze,
49
- subClassOf: "http://www.w3.org/ns/hydra/core#Resource".freeze,
50
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
47
+ comment: "A collection holding references to a number of related resources.",
48
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
49
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
50
+ label: "Collection",
51
+ subClassOf: "http://www.w3.org/ns/hydra/core#Resource",
52
+ type: "http://www.w3.org/ns/hydra/core#Class"
51
53
  term :Error,
52
- comment: "A runtime error, used to report information beyond the returned status code.".freeze,
53
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
54
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
55
- label: "Error".freeze,
56
- subClassOf: "http://www.w3.org/ns/hydra/core#Status".freeze,
57
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
54
+ comment: "A runtime error, used to report information beyond the returned status code.",
55
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
56
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
57
+ label: "Error",
58
+ subClassOf: "http://www.w3.org/ns/hydra/core#Status",
59
+ type: "http://www.w3.org/ns/hydra/core#Class"
58
60
  term :HeaderSpecification,
59
- comment: "Specifies a possible either expected or returned header values".freeze,
60
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
61
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
62
- label: "Header specification".freeze,
63
- subClassOf: "http://www.w3.org/ns/hydra/core#Resource".freeze,
64
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
61
+ comment: "Specifies a possible either expected or returned header values",
62
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
63
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
64
+ label: "Header specification",
65
+ subClassOf: "http://www.w3.org/ns/hydra/core#Resource",
66
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
65
67
  term :IriTemplate,
66
- comment: "The class of IRI templates.".freeze,
67
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
68
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
69
- label: "IRI Template".freeze,
70
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
68
+ comment: "The class of IRI templates.",
69
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
70
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
71
+ label: "IRI Template",
72
+ type: "http://www.w3.org/ns/hydra/core#Class"
71
73
  term :IriTemplateMapping,
72
- comment: "A mapping from an IRI template variable to a property.".freeze,
73
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
74
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
75
- label: "IriTemplateMapping".freeze,
76
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
74
+ comment: "A mapping from an IRI template variable to a property.",
75
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
76
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
77
+ label: "IriTemplateMapping",
78
+ type: "http://www.w3.org/ns/hydra/core#Class"
77
79
  term :Link,
78
- comment: "The class of properties representing links.".freeze,
79
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
80
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
81
- label: "Link".freeze,
82
- subClassOf: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/ns/hydra/core#Resource".freeze],
83
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
80
+ comment: "The class of properties representing links.",
81
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
82
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
83
+ label: "Link",
84
+ subClassOf: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/ns/hydra/core#Resource"],
85
+ type: "http://www.w3.org/ns/hydra/core#Class"
84
86
  term :Operation,
85
- comment: "An operation.".freeze,
86
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
87
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
88
- label: "Operation".freeze,
89
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
87
+ comment: "An operation.",
88
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
89
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
90
+ label: "Operation",
91
+ type: "http://www.w3.org/ns/hydra/core#Class"
90
92
  term :PartialCollectionView,
91
- comment: "A PartialCollectionView describes a partial view of a Collection. Multiple PartialCollectionViews can be connected with the the next/previous properties to allow a client to retrieve all members of the collection.".freeze,
92
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
93
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
94
- label: "PartialCollectionView".freeze,
95
- subClassOf: "http://www.w3.org/ns/hydra/core#Resource".freeze,
96
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
93
+ comment: "A PartialCollectionView describes a partial view of a Collection. Multiple PartialCollectionViews can be connected with the the next/previous properties to allow a client to retrieve all members of the collection.",
94
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
95
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
96
+ label: "PartialCollectionView",
97
+ subClassOf: "http://www.w3.org/ns/hydra/core#Resource",
98
+ type: "http://www.w3.org/ns/hydra/core#Class"
97
99
  term :Resource,
98
- comment: "The class of dereferenceable resources by means a client can attempt to dereference; however, the received responses should still be verified.".freeze,
99
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
100
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
101
- label: "Hydra Resource".freeze,
102
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
100
+ comment: "The class of dereferenceable resources by means a client can attempt to dereference; however, the received responses should still be verified.",
101
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
102
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
103
+ label: "Hydra Resource",
104
+ type: "http://www.w3.org/ns/hydra/core#Class"
103
105
  term :Status,
104
- comment: "Additional information about a status code that might be returned.".freeze,
105
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
106
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
107
- label: "Status code description".freeze,
108
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
106
+ comment: "Additional information about a status code that might be returned.",
107
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
108
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
109
+ label: "Status code description",
110
+ type: "http://www.w3.org/ns/hydra/core#Class"
109
111
  term :SupportedProperty,
110
- comment: "A property known to be supported by a Hydra class.".freeze,
111
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
112
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
113
- label: "Supported Property".freeze,
114
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
112
+ comment: "A property known to be supported by a Hydra class.",
113
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
114
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
115
+ label: "Supported Property",
116
+ type: "http://www.w3.org/ns/hydra/core#Class"
115
117
  term :TemplatedLink,
116
- comment: "A templated link.".freeze,
117
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
118
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
119
- label: "Templated Link".freeze,
120
- subClassOf: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/ns/hydra/core#Resource".freeze],
121
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
118
+ comment: "A templated link.",
119
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
120
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
121
+ label: "Templated Link",
122
+ subClassOf: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/ns/hydra/core#Resource"],
123
+ type: "http://www.w3.org/ns/hydra/core#Class"
122
124
  term :VariableRepresentation,
123
- comment: "A representation specifies how to serialize variable values into strings.".freeze,
124
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
125
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
126
- label: "VariableRepresentation".freeze,
127
- type: "http://www.w3.org/ns/hydra/core#Class".freeze
125
+ comment: "A representation specifies how to serialize variable values into strings.",
126
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
127
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
128
+ label: "VariableRepresentation",
129
+ type: "http://www.w3.org/ns/hydra/core#Class"
128
130
 
129
131
  # Property definitions
130
132
  property :closedSet,
131
- comment: "Determines whether the provided set of header values is closed or not.".freeze,
132
- domain: "http://www.w3.org/ns/hydra/core#HeaderSpecification".freeze,
133
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
134
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
135
- label: "closed set".freeze,
136
- range: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
137
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
133
+ comment: "Determines whether the provided set of header values is closed or not.",
134
+ domain: "http://www.w3.org/ns/hydra/core#HeaderSpecification",
135
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
136
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
137
+ label: "closed set",
138
+ range: "http://www.w3.org/2001/XMLSchema#boolean",
139
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
138
140
  property :description,
139
- comment: "A description.".freeze,
140
- domainIncludes: ["http://www.w3.org/ns/hydra/core#ApiDocumentation".freeze, "http://www.w3.org/ns/hydra/core#Class".freeze, "http://www.w3.org/ns/hydra/core#Link".freeze, "http://www.w3.org/ns/hydra/core#Operation".freeze, "http://www.w3.org/ns/hydra/core#Status".freeze, "http://www.w3.org/ns/hydra/core#SupportedProperty".freeze, "http://www.w3.org/ns/hydra/core#TemplatedLink".freeze],
141
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
142
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
143
- label: "description".freeze,
144
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
145
- subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#comment".freeze,
146
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
141
+ comment: "A description.",
142
+ domainIncludes: ["http://www.w3.org/ns/hydra/core#ApiDocumentation", "http://www.w3.org/ns/hydra/core#Class", "http://www.w3.org/ns/hydra/core#Link", "http://www.w3.org/ns/hydra/core#Operation", "http://www.w3.org/ns/hydra/core#Status", "http://www.w3.org/ns/hydra/core#SupportedProperty", "http://www.w3.org/ns/hydra/core#TemplatedLink"],
143
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
144
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
145
+ label: "description",
146
+ range: "http://www.w3.org/2001/XMLSchema#string",
147
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#comment",
148
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
147
149
  property :expectsHeader,
148
- comment: "Specification of the header expected by the operation.".freeze,
149
- domain: "http://www.w3.org/ns/hydra/core#Operation".freeze,
150
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
151
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
152
- label: "expects header".freeze,
153
- rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string".freeze, "http://www.w3.org/ns/hydra/core#HeaderSpecification".freeze],
154
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
150
+ comment: "Specification of the header expected by the operation.",
151
+ domain: "http://www.w3.org/ns/hydra/core#Operation",
152
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
153
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
154
+ label: "expects header",
155
+ rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/hydra/core#HeaderSpecification"],
156
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
155
157
  property :extension,
156
- comment: "Hint on what kind of extensions are in use.".freeze,
157
- domain: "http://www.w3.org/ns/hydra/core#ApiDocumentation".freeze,
158
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
159
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
160
- label: "extension".freeze,
161
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
158
+ comment: "Hint on what kind of extensions are in use.",
159
+ domain: "http://www.w3.org/ns/hydra/core#ApiDocumentation",
160
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
161
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
162
+ label: "extension",
163
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
162
164
  property :freetextQuery,
163
- comment: "A property representing a freetext query.".freeze,
164
- domain: "http://www.w3.org/ns/hydra/core#Resource".freeze,
165
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
166
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
167
- label: "freetext query".freeze,
168
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
169
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
165
+ comment: "A property representing a freetext query.",
166
+ domain: "http://www.w3.org/ns/hydra/core#Resource",
167
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
168
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
169
+ label: "freetext query",
170
+ range: "http://www.w3.org/2001/XMLSchema#string",
171
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
170
172
  property :headerName,
171
- comment: "Name of the header.".freeze,
172
- domain: "http://www.w3.org/ns/hydra/core#HeaderSpecification".freeze,
173
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
174
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
175
- label: "header name".freeze,
176
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
177
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
173
+ comment: "Name of the header.",
174
+ domain: "http://www.w3.org/ns/hydra/core#HeaderSpecification",
175
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
176
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
177
+ label: "header name",
178
+ range: "http://www.w3.org/2001/XMLSchema#string",
179
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
178
180
  property :limit,
179
- comment: "Instructs to limit set only to N elements.".freeze,
180
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
181
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
182
- label: "take".freeze,
183
- range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
184
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
181
+ comment: "Instructs to limit set only to N elements.",
182
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
183
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
184
+ label: "take",
185
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
186
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
185
187
  property :mapping,
186
- comment: "A variable-to-property mapping of the IRI template.".freeze,
187
- domain: "http://www.w3.org/ns/hydra/core#IriTemplate".freeze,
188
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
189
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
190
- label: "mapping".freeze,
191
- range: "http://www.w3.org/ns/hydra/core#IriTemplateMapping".freeze,
192
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
188
+ comment: "A variable-to-property mapping of the IRI template.",
189
+ domain: "http://www.w3.org/ns/hydra/core#IriTemplate",
190
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
191
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
192
+ label: "mapping",
193
+ range: "http://www.w3.org/ns/hydra/core#IriTemplateMapping",
194
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
193
195
  property :method,
194
- comment: "The HTTP method.".freeze,
195
- domain: "http://www.w3.org/ns/hydra/core#Operation".freeze,
196
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
197
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
198
- label: "method".freeze,
199
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
200
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
196
+ comment: "The HTTP method.",
197
+ domain: "http://www.w3.org/ns/hydra/core#Operation",
198
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
199
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
200
+ label: "method",
201
+ range: "http://www.w3.org/2001/XMLSchema#string",
202
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
201
203
  property :offset,
202
- comment: "Instructs to skip N elements of the set.".freeze,
203
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
204
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
205
- label: "skip".freeze,
206
- range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
207
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
204
+ comment: "Instructs to skip N elements of the set.",
205
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
206
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
207
+ label: "skip",
208
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
209
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
208
210
  property :pageIndex,
209
- comment: "Instructs to provide a specific page of the collection at a given index.".freeze,
210
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
211
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
212
- label: "page index".freeze,
213
- range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
214
- subPropertyOf: "http://www.w3.org/ns/hydra/core#pageReference".freeze,
215
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
211
+ comment: "Instructs to provide a specific page of the collection at a given index.",
212
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
213
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
214
+ label: "page index",
215
+ range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
216
+ subPropertyOf: "http://www.w3.org/ns/hydra/core#pageReference",
217
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
216
218
  property :pageReference,
217
- comment: "Instructs to provide a specific page reference of the collection.".freeze,
218
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
219
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
220
- label: "page reference".freeze,
221
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
219
+ comment: "Instructs to provide a specific page reference of the collection.",
220
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
221
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
222
+ label: "page reference",
223
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
222
224
  property :possibleValue,
223
- comment: "Possible value of the header.".freeze,
224
- domain: "http://www.w3.org/ns/hydra/core#HeaderSpecification".freeze,
225
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
226
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
227
- label: "possible header value".freeze,
228
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
229
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
225
+ comment: "Possible value of the header.",
226
+ domain: "http://www.w3.org/ns/hydra/core#HeaderSpecification",
227
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
228
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
229
+ label: "possible header value",
230
+ range: "http://www.w3.org/2001/XMLSchema#string",
231
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
230
232
  property :property,
231
- comment: "A property".freeze,
232
- domainIncludes: ["http://www.w3.org/ns/hydra/core#IriTemplateMapping".freeze, "http://www.w3.org/ns/hydra/core#SupportedProperty".freeze],
233
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
234
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
235
- label: "property".freeze,
236
- range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze,
237
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
233
+ comment: "A property",
234
+ domainIncludes: ["http://www.w3.org/ns/hydra/core#IriTemplateMapping", "http://www.w3.org/ns/hydra/core#SupportedProperty"],
235
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
236
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
237
+ label: "property",
238
+ range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
239
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
238
240
  property :readable,
239
- comment: "True if the client can retrieve the property's value, false otherwise.".freeze,
240
- domain: "http://www.w3.org/ns/hydra/core#SupportedProperty".freeze,
241
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
242
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
243
- label: "readable".freeze,
244
- range: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
245
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
241
+ comment: "True if the client can retrieve the property's value, false otherwise.",
242
+ domain: "http://www.w3.org/ns/hydra/core#SupportedProperty",
243
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
244
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
245
+ label: "readable",
246
+ range: "http://www.w3.org/2001/XMLSchema#boolean",
247
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
246
248
  property :required,
247
- comment: "True if the property is required, false otherwise.".freeze,
248
- domainIncludes: ["http://www.w3.org/ns/hydra/core#IriTemplateMapping".freeze, "http://www.w3.org/ns/hydra/core#SupportedProperty".freeze],
249
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
250
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
251
- label: "required".freeze,
252
- range: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
253
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
249
+ comment: "True if the property is required, false otherwise.",
250
+ domainIncludes: ["http://www.w3.org/ns/hydra/core#IriTemplateMapping", "http://www.w3.org/ns/hydra/core#SupportedProperty"],
251
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
252
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
253
+ label: "required",
254
+ range: "http://www.w3.org/2001/XMLSchema#boolean",
255
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
254
256
  property :resolveRelativeUsing,
255
- domain: "http://www.w3.org/ns/hydra/core#IriTemplate".freeze,
256
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
257
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
258
- label: "relative Uri resolution".freeze,
259
- range: "http://www.w3.org/ns/hydra/core#BaseUriSource".freeze,
260
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
257
+ domain: "http://www.w3.org/ns/hydra/core#IriTemplate",
258
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
259
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
260
+ label: "relative Uri resolution",
261
+ range: "http://www.w3.org/ns/hydra/core#BaseUriSource",
262
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
261
263
  property :returnsHeader,
262
- comment: "Name of the header returned by the operation.".freeze,
263
- domain: "http://www.w3.org/ns/hydra/core#Operation".freeze,
264
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
265
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
266
- label: "returns header".freeze,
267
- rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string".freeze, "http://www.w3.org/ns/hydra/core#HeaderSpecification".freeze],
268
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
264
+ comment: "Name of the header returned by the operation.",
265
+ domain: "http://www.w3.org/ns/hydra/core#Operation",
266
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
267
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
268
+ label: "returns header",
269
+ rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string", "http://www.w3.org/ns/hydra/core#HeaderSpecification"],
270
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
269
271
  property :statusCode,
270
- comment: "The HTTP status code. Please note it may happen this value will be different to actual status code received.".freeze,
271
- domain: "http://www.w3.org/ns/hydra/core#Status".freeze,
272
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
273
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
274
- label: "status code".freeze,
275
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
276
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
272
+ comment: "The HTTP status code. Please note it may happen this value will be different to actual status code received.",
273
+ domain: "http://www.w3.org/ns/hydra/core#Status",
274
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
275
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
276
+ label: "status code",
277
+ range: "http://www.w3.org/2001/XMLSchema#integer",
278
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
277
279
  property :template,
278
- comment: "A templated string with placeholders. The literal's datatype indicates the template syntax; if not specified, hydra:Rfc6570Template is assumed.".freeze,
279
- domain: "http://www.w3.org/ns/hydra/core#IriTemplate".freeze,
280
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/ns/hydra/core#Rfc6570Template".freeze,
281
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
282
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
283
- label: "template".freeze,
284
- range: "http://www.w3.org/ns/hydra/core#Rfc6570Template".freeze,
285
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
280
+ comment: "A templated string with placeholders. The literal's datatype indicates the template syntax; if not specified, hydra:Rfc6570Template is assumed.",
281
+ domain: "http://www.w3.org/ns/hydra/core#IriTemplate",
282
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/ns/hydra/core#Rfc6570Template",
283
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
284
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
285
+ label: "template",
286
+ range: "http://www.w3.org/ns/hydra/core#Rfc6570Template",
287
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
286
288
  property :title,
287
- comment: "A title, often used along with a description.".freeze,
288
- domainIncludes: ["http://www.w3.org/ns/hydra/core#ApiDocumentation".freeze, "http://www.w3.org/ns/hydra/core#Class".freeze, "http://www.w3.org/ns/hydra/core#Link".freeze, "http://www.w3.org/ns/hydra/core#Operation".freeze, "http://www.w3.org/ns/hydra/core#Status".freeze, "http://www.w3.org/ns/hydra/core#SupportedProperty".freeze, "http://www.w3.org/ns/hydra/core#TemplatedLink".freeze],
289
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
290
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
291
- label: "title".freeze,
292
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
293
- subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label".freeze,
294
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
289
+ comment: "A title, often used along with a description.",
290
+ domainIncludes: ["http://www.w3.org/ns/hydra/core#ApiDocumentation", "http://www.w3.org/ns/hydra/core#Class", "http://www.w3.org/ns/hydra/core#Link", "http://www.w3.org/ns/hydra/core#Operation", "http://www.w3.org/ns/hydra/core#Status", "http://www.w3.org/ns/hydra/core#SupportedProperty", "http://www.w3.org/ns/hydra/core#TemplatedLink"],
291
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
292
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
293
+ label: "title",
294
+ range: "http://www.w3.org/2001/XMLSchema#string",
295
+ subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label",
296
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
295
297
  property :totalItems,
296
- comment: "The total number of items referenced by a collection.".freeze,
297
- domain: "http://www.w3.org/ns/hydra/core#Collection".freeze,
298
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
299
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
300
- label: "total items".freeze,
301
- range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
302
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
298
+ comment: "The total number of items referenced by a collection.",
299
+ domain: "http://www.w3.org/ns/hydra/core#Collection",
300
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
301
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
302
+ label: "total items",
303
+ range: "http://www.w3.org/2001/XMLSchema#integer",
304
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
303
305
  property :variable,
304
- comment: "An IRI template variable".freeze,
305
- domain: "http://www.w3.org/ns/hydra/core#IriTemplateMapping".freeze,
306
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
307
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
308
- label: "variable".freeze,
309
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
310
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
306
+ comment: "An IRI template variable",
307
+ domain: "http://www.w3.org/ns/hydra/core#IriTemplateMapping",
308
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
309
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
310
+ label: "variable",
311
+ range: "http://www.w3.org/2001/XMLSchema#string",
312
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
311
313
  property :variableRepresentation,
312
- comment: "The representation format to use when expanding the IRI template.".freeze,
313
- domain: "http://www.w3.org/ns/hydra/core#IriTemplateMapping".freeze,
314
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
315
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
316
- label: "variable representation".freeze,
317
- range: "http://www.w3.org/ns/hydra/core#VariableRepresentation".freeze,
318
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
314
+ comment: "The representation format to use when expanding the IRI template.",
315
+ domain: "http://www.w3.org/ns/hydra/core#IriTemplateMapping",
316
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
317
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
318
+ label: "variable representation",
319
+ range: "http://www.w3.org/ns/hydra/core#VariableRepresentation",
320
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
319
321
  property :writable,
320
- comment: "True if the client can change the property's value, false otherwise.".freeze,
321
- domain: "http://www.w3.org/ns/hydra/core#SupportedProperty".freeze,
322
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
323
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
324
- label: "writable".freeze,
325
- range: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
326
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
322
+ comment: "True if the client can change the property's value, false otherwise.",
323
+ domain: "http://www.w3.org/ns/hydra/core#SupportedProperty",
324
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
325
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
326
+ label: "writable",
327
+ range: "http://www.w3.org/2001/XMLSchema#boolean",
328
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
327
329
 
328
330
  # Datatype definitions
329
331
  term :Rfc6570Template,
330
- comment: "An IRI template as defined by RFC6570.".freeze,
331
- "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://tools.ietf.org/html/rfc6570".freeze,
332
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
333
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
334
- label: "RFC6570 IRI template".freeze,
335
- range: "http://www.w3.org/2001/XMLSchema#string".freeze,
336
- type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
332
+ comment: "An IRI template as defined by RFC6570.",
333
+ "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://tools.ietf.org/html/rfc6570",
334
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
335
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
336
+ label: "RFC6570 IRI template",
337
+ range: "http://www.w3.org/2001/XMLSchema#string",
338
+ type: "http://www.w3.org/2000/01/rdf-schema#Datatype"
337
339
 
338
340
  # Extra definitions
339
341
  term :BasicRepresentation,
340
- comment: "A representation that serializes just the lexical form of a variable value, but omits language and type information.".freeze,
341
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
342
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
343
- label: "BasicRepresentation".freeze,
344
- type: "http://www.w3.org/ns/hydra/core#VariableRepresentation".freeze
342
+ comment: "A representation that serializes just the lexical form of a variable value, but omits language and type information.",
343
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
344
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
345
+ label: "BasicRepresentation",
346
+ type: "http://www.w3.org/ns/hydra/core#VariableRepresentation"
345
347
  term :ExplicitRepresentation,
346
- comment: "A representation that serializes a variable value including its language and type information and thus differentiating between IRIs and literals.".freeze,
347
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
348
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
349
- label: "ExplicitRepresentation".freeze,
350
- type: "http://www.w3.org/ns/hydra/core#VariableRepresentation".freeze
348
+ comment: "A representation that serializes a variable value including its language and type information and thus differentiating between IRIs and literals.",
349
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
350
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
351
+ label: "ExplicitRepresentation",
352
+ type: "http://www.w3.org/ns/hydra/core#VariableRepresentation"
351
353
  term :LinkContext,
352
- comment: "States that the link's context IRI, as defined in RFC 5988, should be used as the base Uri".freeze,
353
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
354
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
355
- label: "Link context".freeze,
356
- type: "http://www.w3.org/ns/hydra/core#BaseUriSource".freeze
354
+ comment: "States that the link's context IRI, as defined in RFC 5988, should be used as the base Uri",
355
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
356
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
357
+ label: "Link context",
358
+ type: "http://www.w3.org/ns/hydra/core#BaseUriSource"
357
359
  term :Rfc3986,
358
- comment: "States that the base Uri should be established using RFC 3986 reference resolution algorithm specified in section 5.".freeze,
359
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
360
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
361
- label: "RFC 3986 based".freeze,
362
- type: "http://www.w3.org/ns/hydra/core#BaseUriSource".freeze
360
+ comment: "States that the base Uri should be established using RFC 3986 reference resolution algorithm specified in section 5.",
361
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
362
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
363
+ label: "RFC 3986 based",
364
+ type: "http://www.w3.org/ns/hydra/core#BaseUriSource"
363
365
  term :apiDocumentation,
364
- comment: "A link to the API documentation".freeze,
365
- domain: "http://www.w3.org/ns/hydra/core#Resource".freeze,
366
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
367
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
368
- label: "apiDocumentation".freeze,
369
- range: "http://www.w3.org/ns/hydra/core#ApiDocumentation".freeze,
370
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
366
+ comment: "A link to the API documentation",
367
+ domain: "http://www.w3.org/ns/hydra/core#Resource",
368
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
369
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
370
+ label: "apiDocumentation",
371
+ range: "http://www.w3.org/ns/hydra/core#ApiDocumentation",
372
+ type: "http://www.w3.org/ns/hydra/core#Link"
371
373
  term :collection,
372
- comment: "Collections somehow related to this resource.".freeze,
373
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
374
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
375
- label: "collection".freeze,
376
- range: "http://www.w3.org/ns/hydra/core#Collection".freeze,
377
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
374
+ comment: "Collections somehow related to this resource.",
375
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
376
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
377
+ label: "collection",
378
+ range: "http://www.w3.org/ns/hydra/core#Collection",
379
+ type: "http://www.w3.org/ns/hydra/core#Link"
378
380
  term :entrypoint,
379
- comment: "A link to main entry point of the Web API".freeze,
380
- domain: "http://www.w3.org/ns/hydra/core#ApiDocumentation".freeze,
381
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
382
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
383
- label: "entrypoint".freeze,
384
- range: "http://www.w3.org/ns/hydra/core#Resource".freeze,
385
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
381
+ comment: "A link to main entry point of the Web API",
382
+ domain: "http://www.w3.org/ns/hydra/core#ApiDocumentation",
383
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
384
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
385
+ label: "entrypoint",
386
+ range: "http://www.w3.org/ns/hydra/core#Resource",
387
+ type: "http://www.w3.org/ns/hydra/core#Link"
386
388
  term :expects,
387
- comment: "The information expected by the Web API.".freeze,
388
- domain: "http://www.w3.org/ns/hydra/core#Operation".freeze,
389
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
390
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
391
- label: "expects".freeze,
392
- rangeIncludes: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://www.w3.org/ns/hydra/core#Class".freeze, "http://www.w3.org/ns/hydra/core#Resource".freeze],
393
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
389
+ comment: "The information expected by the Web API.",
390
+ domain: "http://www.w3.org/ns/hydra/core#Operation",
391
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
392
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
393
+ label: "expects",
394
+ rangeIncludes: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2000/01/rdf-schema#Resource", "http://www.w3.org/ns/hydra/core#Class", "http://www.w3.org/ns/hydra/core#Resource"],
395
+ type: "http://www.w3.org/ns/hydra/core#Link"
394
396
  term :first,
395
- comment: "The first resource of an interlinked set of resources.".freeze,
396
- domain: "http://www.w3.org/ns/hydra/core#Resource".freeze,
397
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
398
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
399
- label: "first".freeze,
400
- range: "http://www.w3.org/ns/hydra/core#Resource".freeze,
401
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
397
+ comment: "The first resource of an interlinked set of resources.",
398
+ domain: "http://www.w3.org/ns/hydra/core#Resource",
399
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
400
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
401
+ label: "first",
402
+ range: "http://www.w3.org/ns/hydra/core#Resource",
403
+ type: "http://www.w3.org/ns/hydra/core#Link"
402
404
  term :last,
403
- comment: "The last resource of an interlinked set of resources.".freeze,
404
- domain: "http://www.w3.org/ns/hydra/core#Resource".freeze,
405
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
406
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
407
- label: "last".freeze,
408
- range: "http://www.w3.org/ns/hydra/core#Resource".freeze,
409
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
405
+ comment: "The last resource of an interlinked set of resources.",
406
+ domain: "http://www.w3.org/ns/hydra/core#Resource",
407
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
408
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
409
+ label: "last",
410
+ range: "http://www.w3.org/ns/hydra/core#Resource",
411
+ type: "http://www.w3.org/ns/hydra/core#Link"
410
412
  term :manages,
411
- comment: "This predicate is left for compatibility purposes and hydra:memberAssertion should be used instead.".freeze,
412
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
413
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
414
- label: "manages".freeze,
415
- subPropertyOf: "http://www.w3.org/ns/hydra/core#memberAssertion".freeze
413
+ comment: "This predicate is left for compatibility purposes and hydra:memberAssertion should be used instead.",
414
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic",
415
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
416
+ label: "manages",
417
+ subPropertyOf: "http://www.w3.org/ns/hydra/core#memberAssertion"
416
418
  term :member,
417
- comment: "A member of the collection".freeze,
418
- domain: "http://www.w3.org/ns/hydra/core#Collection".freeze,
419
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
420
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
421
- label: "member".freeze,
422
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
419
+ comment: "A member of the collection",
420
+ domain: "http://www.w3.org/ns/hydra/core#Collection",
421
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
422
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
423
+ label: "member",
424
+ type: "http://www.w3.org/ns/hydra/core#Link"
423
425
  term :memberAssertion,
424
- comment: "Semantics of each member provided by the collection.".freeze,
425
- domain: "http://www.w3.org/ns/hydra/core#Collection".freeze,
426
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
427
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
428
- label: "member assertion".freeze
426
+ comment: "Semantics of each member provided by the collection.",
427
+ domain: "http://www.w3.org/ns/hydra/core#Collection",
428
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
429
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
430
+ label: "member assertion"
429
431
  term :next,
430
- comment: "The resource following the current instance in an interlinked set of resources.".freeze,
431
- domain: "http://www.w3.org/ns/hydra/core#Resource".freeze,
432
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
433
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
434
- label: "next".freeze,
435
- range: "http://www.w3.org/ns/hydra/core#Resource".freeze,
436
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
432
+ comment: "The resource following the current instance in an interlinked set of resources.",
433
+ domain: "http://www.w3.org/ns/hydra/core#Resource",
434
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
435
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
436
+ label: "next",
437
+ range: "http://www.w3.org/ns/hydra/core#Resource",
438
+ type: "http://www.w3.org/ns/hydra/core#Link"
437
439
  term :object,
438
- comment: "The object.".freeze,
439
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
440
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
441
- label: "object".freeze
440
+ comment: "The object.",
441
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
442
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
443
+ label: "object"
442
444
  term :operation,
443
- comment: "An operation supported by the Hydra resource".freeze,
444
- domain: "http://www.w3.org/ns/hydra/core#Resource".freeze,
445
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
446
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
447
- label: "operation".freeze,
448
- range: "http://www.w3.org/ns/hydra/core#Operation".freeze,
449
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
445
+ comment: "An operation supported by the Hydra resource",
446
+ domain: "http://www.w3.org/ns/hydra/core#Resource",
447
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
448
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
449
+ label: "operation",
450
+ range: "http://www.w3.org/ns/hydra/core#Operation",
451
+ type: "http://www.w3.org/ns/hydra/core#Link"
450
452
  term :possibleStatus,
451
- comment: "A status that might be returned by the Web API (other statuses should be expected and properly handled as well)".freeze,
452
- domainIncludes: ["http://www.w3.org/ns/hydra/core#ApiDocumentation".freeze, "http://www.w3.org/ns/hydra/core#Operation".freeze],
453
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
454
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
455
- label: "possible status".freeze,
456
- range: "http://www.w3.org/ns/hydra/core#Status".freeze,
457
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
453
+ comment: "A status that might be returned by the Web API (other statuses should be expected and properly handled as well)",
454
+ domainIncludes: ["http://www.w3.org/ns/hydra/core#ApiDocumentation", "http://www.w3.org/ns/hydra/core#Operation"],
455
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
456
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
457
+ label: "possible status",
458
+ range: "http://www.w3.org/ns/hydra/core#Status",
459
+ type: "http://www.w3.org/ns/hydra/core#Link"
458
460
  term :previous,
459
- comment: "The resource preceding the current instance in an interlinked set of resources.".freeze,
460
- domain: "http://www.w3.org/ns/hydra/core#Resource".freeze,
461
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
462
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
463
- label: "previous".freeze,
464
- range: "http://www.w3.org/ns/hydra/core#Resource".freeze,
465
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
461
+ comment: "The resource preceding the current instance in an interlinked set of resources.",
462
+ domain: "http://www.w3.org/ns/hydra/core#Resource",
463
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
464
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
465
+ label: "previous",
466
+ range: "http://www.w3.org/ns/hydra/core#Resource",
467
+ type: "http://www.w3.org/ns/hydra/core#Link"
466
468
  term :returns,
467
- comment: "The information returned by the Web API on success".freeze,
468
- domain: "http://www.w3.org/ns/hydra/core#Operation".freeze,
469
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
470
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
471
- label: "returns".freeze,
472
- rangeIncludes: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2000/01/rdf-schema#Resource".freeze, "http://www.w3.org/ns/hydra/core#Class".freeze, "http://www.w3.org/ns/hydra/core#Resource".freeze],
473
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
469
+ comment: "The information returned by the Web API on success",
470
+ domain: "http://www.w3.org/ns/hydra/core#Operation",
471
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
472
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
473
+ label: "returns",
474
+ rangeIncludes: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2000/01/rdf-schema#Resource", "http://www.w3.org/ns/hydra/core#Class", "http://www.w3.org/ns/hydra/core#Resource"],
475
+ type: "http://www.w3.org/ns/hydra/core#Link"
474
476
  term :search,
475
- comment: "A IRI template that can be used to query a collection.".freeze,
476
- domain: "http://www.w3.org/ns/hydra/core#Resource".freeze,
477
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
478
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
479
- label: "search".freeze,
480
- range: "http://www.w3.org/ns/hydra/core#IriTemplate".freeze,
481
- type: "http://www.w3.org/ns/hydra/core#TemplatedLink".freeze
477
+ comment: "A IRI template that can be used to query a collection.",
478
+ domain: "http://www.w3.org/ns/hydra/core#Resource",
479
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
480
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
481
+ label: "search",
482
+ range: "http://www.w3.org/ns/hydra/core#IriTemplate",
483
+ type: "http://www.w3.org/ns/hydra/core#TemplatedLink"
482
484
  term :subject,
483
- comment: "The subject.".freeze,
484
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
485
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
486
- label: "subject".freeze
485
+ comment: "The subject.",
486
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
487
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
488
+ label: "subject"
487
489
  term :supportedClass,
488
- comment: "A class known to be supported by the Web API".freeze,
489
- domain: "http://www.w3.org/ns/hydra/core#ApiDocumentation".freeze,
490
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
491
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
492
- label: "supported classes".freeze,
493
- range: "http://www.w3.org/2000/01/rdf-schema#Class".freeze,
494
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
490
+ comment: "A class known to be supported by the Web API",
491
+ domain: "http://www.w3.org/ns/hydra/core#ApiDocumentation",
492
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
493
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
494
+ label: "supported classes",
495
+ range: "http://www.w3.org/2000/01/rdf-schema#Class",
496
+ type: "http://www.w3.org/ns/hydra/core#Link"
495
497
  term :supportedOperation,
496
- comment: "An operation supported by instances of the specific Hydra class, or the target of the Hydra link, or IRI template.".freeze,
497
- domainIncludes: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/ns/hydra/core#Class".freeze, "http://www.w3.org/ns/hydra/core#Link".freeze, "http://www.w3.org/ns/hydra/core#SupportedProperty".freeze, "http://www.w3.org/ns/hydra/core#TemplatedLink".freeze],
498
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
499
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
500
- label: "supported operation".freeze,
501
- range: "http://www.w3.org/ns/hydra/core#Operation".freeze,
502
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
498
+ comment: "An operation supported by instances of the specific Hydra class, or the target of the Hydra link, or IRI template.",
499
+ domainIncludes: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/ns/hydra/core#Class", "http://www.w3.org/ns/hydra/core#Link", "http://www.w3.org/ns/hydra/core#SupportedProperty", "http://www.w3.org/ns/hydra/core#TemplatedLink"],
500
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
501
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
502
+ label: "supported operation",
503
+ range: "http://www.w3.org/ns/hydra/core#Operation",
504
+ type: "http://www.w3.org/ns/hydra/core#Link"
503
505
  term :supportedProperty,
504
- comment: "The properties known to be supported by a Hydra class".freeze,
505
- domain: "http://www.w3.org/2000/01/rdf-schema#Class".freeze,
506
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
507
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
508
- label: "supported properties".freeze,
509
- range: "http://www.w3.org/ns/hydra/core#SupportedProperty".freeze,
510
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
506
+ comment: "The properties known to be supported by a Hydra class",
507
+ domain: "http://www.w3.org/2000/01/rdf-schema#Class",
508
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
509
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
510
+ label: "supported properties",
511
+ range: "http://www.w3.org/ns/hydra/core#SupportedProperty",
512
+ type: "http://www.w3.org/ns/hydra/core#Link"
511
513
  term :view,
512
- comment: "A specific view of a resource.".freeze,
513
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
514
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
515
- label: "view".freeze,
516
- type: "http://www.w3.org/ns/hydra/core#Link".freeze
514
+ comment: "A specific view of a resource.",
515
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
516
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
517
+ label: "view",
518
+ type: "http://www.w3.org/ns/hydra/core#Link"
517
519
  term :writeable,
518
- comment: "This property is left for compatibility purposes and hydra:writable should be used instead.".freeze,
519
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
520
- isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
521
- label: "writable".freeze,
522
- subPropertyOf: "http://www.w3.org/ns/hydra/core#writable".freeze
520
+ comment: "This property is left for compatibility purposes and hydra:writable should be used instead.",
521
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic",
522
+ isDefinedBy: "http://www.w3.org/ns/hydra/core",
523
+ label: "writable",
524
+ subPropertyOf: "http://www.w3.org/ns/hydra/core#writable"
523
525
  end
524
526
  end