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