ApiDocumentation => 'hydra:ApiDocumentation'
BasicRepresentation => 'hydra:BasicRepresentation'
Class => 'hydra:Class'
Collection => 'hydra:Collection'
Error => 'hydra:Error'
ExplicitRepresentation => 'hydra:ExplicitRepresentation'
HeaderSpecification => 'hydra:HeaderSpecification'
IriTemplate => 'hydra:IriTemplate'
IriTemplateMapping => 'hydra:IriTemplateMapping'
Link => 'hydra:Link'
Operation => 'hydra:Operation'
PartialCollectionView => 'hydra:PartialCollectionView'
Resource => 'hydra:Resource'
Rfc6570Template => 'hydra:Rfc6570Template'
Status => 'hydra:Status'
SupportedProperty => 'hydra:SupportedProperty'
TemplatedLink => 'hydra:TemplatedLink'
VariableRepresentation => 'hydra:VariableRepresentation'
apiDocumentation => 'hydra:apiDocumentation'
cc => 'http://creativecommons.org/ns#'
cc:attributionURL =>
@type => '@id'
cc:license =>
@type => '@id'
closedSet =>
@id => 'hydra:possibleValue'
@type => 'xsd:boolean'
collection => 'hydra:collection'
comment => 'rdfs:comment'
dc => 'http://purl.org/dc/terms/'
defines =>
@reverse => 'rdfs:isDefinedBy'
description => 'hydra:description'
domain =>
@id => 'rdfs:domain'
@type => '@vocab'
domainIncludes =>
@id => 'schema:domainIncludes'
@type => '@id'
entrypoint =>
@id => 'hydra:entrypoint'
@type => '@id'
expects =>
@id => 'hydra:expects'
@type => '@vocab'
expectsHeader =>
@id => 'hydra:expectsHeader'
@type => 'xsd:string'
extension =>
@id => 'hydra:extension'
@type => '@id'
first =>
@id => 'hydra:first'
@type => '@id'
freetextQuery => 'hydra:freetextQuery'
headerName => 'hydra:headerName'
hydra => 'http://www.w3.org/ns/hydra/core#'
isDefinedBy =>
@id => 'rdfs:isDefinedBy'
@type => '@id'
label => 'rdfs:label'
last =>
@id => 'hydra:last'
@type => '@id'
limit =>
@id => 'hydra:limit'
@type => 'xsd:nonNegativeInteger'
manages => 'hydra:manages'
mapping => 'hydra:mapping'
member =>
@id => 'hydra:member'
@type => '@id'
memberAssertion => 'hydra:memberAssertion'
method => 'hydra:method'
name =>
@id => 'hydra:name'
@type => 'xsd:string'
next =>
@id => 'hydra:next'
@type => '@id'
object =>
@id => 'hydra:object'
@type => '@vocab'
offset =>
@id => 'hydra:offset'
@type => 'xsd:nonNegativeInteger'
operation => 'hydra:operation'
owl => 'http://www.w3.org/2002/07/owl#'
pageIndex =>
@id => 'hydra:pageIndex'
@type => 'xsd:nonNegativeInteger'
pageReference =>
@id => 'hydra:pageReference'
possibleStatus =>
@id => 'hydra:possibleStatus'
@type => '@id'
possibleValue => 'hydra:possibleValue'
preferredPrefix => 'http://purl.org/vocab/vann/preferredNamespacePrefix'
previous =>
@id => 'hydra:previous'
@type => '@id'
property =>
@id => 'hydra:property'
@type => '@vocab'
range =>
@id => 'rdfs:range'
@type => '@vocab'
rangeIncludes =>
@id => 'schema:rangeIncludes'
@type => '@id'
rdf => 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
rdfs => 'http://www.w3.org/2000/01/rdf-schema#'
readable => 'hydra:readable'
required => 'hydra:required'
returns =>
@id => 'hydra:returns'
@type => '@vocab'
returnsHeader =>
@id => 'hydra:returnsHeader'
@type => 'xsd:string'
schema => 'http://schema.org/'
search => 'hydra:search'
seeAlso =>
@id => 'rdfs:seeAlso'
@type => '@id'
statusCode => 'hydra:statusCode'
subClassOf =>
@id => 'rdfs:subClassOf'
@type => '@vocab'
subPropertyOf =>
@id => 'rdfs:subPropertyOf'
@type => '@vocab'
subject =>
@id => 'hydra:subject'
@type => '@vocab'
supportedClass =>
@id => 'hydra:supportedClass'
@type => '@vocab'
supportedOperation =>
@id => 'hydra:supportedOperation'
@type => '@id'
supportedProperty =>
@id => 'hydra:supportedProperty'
@type => '@id'
template => 'hydra:template'
title => 'hydra:title'
totalItems => 'hydra:totalItems'
variable => 'hydra:variable'
variableRepresentation =>
@id => 'hydra:variableRepresentation'
@type => '@vocab'
view =>
@id => 'hydra:view'
@type => '@id'
vs => 'http://www.w3.org/2003/06/sw-vocab-status/ns#'
writable => 'hydra:writable'
writeable => 'hydra:writeable'
xsd => 'http://www.w3.org/2001/XMLSchema#'
dc: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.'
dc:rights => 'Copyright © 2012-2014 the Contributors to the Hydra Core Vocabulary Specification'
0 =>
@id => 'hydra:Resource'
@type => 'hydra:Class'
comment => 'The class of dereferenceable resources by means a client can attempt to dereference; however, the received responses should still be verified.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Hydra Resource'
vs:term_status => 'testing'
1 =>
@id => 'hydra:Class'
@type =>
0 => 'hydra:Resource'
1 => 'rdfs:Class'
comment => 'The class of Hydra classes.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Hydra Class'
subClassOf =>
0 => 'rdfs:Class'
vs:term_status => 'testing'
2 =>
@id => 'hydra:Link'
@type => 'hydra:Class'
comment => 'The class of properties representing links.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Link'
subClassOf =>
0 => 'hydra:Resource'
1 => 'rdf:Property'
vs:term_status => 'testing'
3 =>
@id => 'hydra:apiDocumentation'
@type => 'hydra:Link'
comment => 'A link to the API documentation'
domain => 'hydra:Resource'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'apiDocumentation'
range => 'hydra:ApiDocumentation'
vs:term_status => 'testing'
4 =>
@id => 'hydra:ApiDocumentation'
@type => 'hydra:Class'
comment => 'The Hydra API documentation class'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'ApiDocumentation'
subClassOf => 'hydra:Resource'
vs:term_status => 'testing'
5 =>
@id => 'hydra:entrypoint'
@type => 'hydra:Link'
comment => 'A link to main entry point of the Web API'
domain => 'hydra:ApiDocumentation'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'entrypoint'
range => 'hydra:Resource'
vs:term_status => 'testing'
6 =>
@id => 'hydra:supportedClass'
@type => 'hydra:Link'
comment => 'A class known to be supported by the Web API'
domain => 'hydra:ApiDocumentation'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'supported classes'
range => 'rdfs:Class'
vs:term_status => 'testing'
7 =>
@id => 'hydra:possibleStatus'
@type => 'hydra:Link'
comment => 'A status that might be returned by the Web API (other statuses should be expected and properly handled as well)'
domainIncludes =>
0 => 'hydra:ApiDocumentation'
1 => 'hydra:Operation'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'possible status'
range => 'hydra:Status'
vs:term_status => 'testing'
8 =>
@id => 'hydra:supportedProperty'
@type => 'hydra:Link'
comment => 'The properties known to be supported by a Hydra class'
domain => 'rdfs:Class'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'supported properties'
range => 'hydra:SupportedProperty'
vs:term_status => 'testing'
9 =>
@id => 'hydra:SupportedProperty'
@type => 'hydra:Class'
comment => 'A property known to be supported by a Hydra class.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Supported Property'
vs:term_status => 'testing'
10 =>
@id => 'hydra:property'
@type => 'rdf:Property'
comment => 'A property'
domainIncludes =>
0 => 'hydra:SupportedProperty'
1 => 'hydra:IriTemplateMapping'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'property'
range => 'rdf:Property'
vs:term_status => 'testing'
11 =>
@id => 'hydra:required'
@type => 'rdf:Property'
comment => 'True if the property is required, false otherwise.'
domainIncludes =>
0 => 'hydra:SupportedProperty'
1 => 'hydra:IriTemplateMapping'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'required'
range => 'xsd:boolean'
vs:term_status => 'testing'
12 =>
@id => 'hydra:readable'
@type => 'rdf:Property'
comment => 'True if the client can retrieve the property's value, false otherwise.'
domain => 'hydra:SupportedProperty'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'readable'
range => 'xsd:boolean'
vs:term_status => 'testing'
13 =>
@id => 'hydra:writable'
@type => 'rdf:Property'
comment => 'True if the client can change the property's value, false otherwise.'
domain => 'hydra:SupportedProperty'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'writable'
range => 'xsd:boolean'
vs:term_status => 'testing'
14 =>
@id => 'hydra:writeable'
comment => 'This property is left for compatibility purposes and hydra:writable should be used instead.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'writable'
subPropertyOf => 'hydra:writable'
vs:term_status => 'archaic'
15 =>
@id => 'hydra:supportedOperation'
@type => 'hydra:Link'
comment => 'An operation supported by instances of the specific Hydra class, or the target of the Hydra link, or IRI template.'
domainIncludes =>
0 => 'rdfs:Class'
1 => 'hydra:Class'
2 => 'hydra:Link'
3 => 'hydra:TemplatedLink'
4 => 'hydra:SupportedProperty'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'supported operation'
range => 'hydra:Operation'
vs:term_status => 'testing'
16 =>
@id => 'hydra:operation'
@type => 'hydra:Link'
comment => 'An operation supported by the Hydra resource'
domain => 'hydra:Resource'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'operation'
range => 'hydra:Operation'
vs:term_status => 'testing'
17 =>
@id => 'hydra:Operation'
@type => 'hydra:Class'
comment => 'An operation.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Operation'
vs:term_status => 'testing'
18 =>
@id => 'hydra:method'
@type => 'rdf:Property'
comment => 'The HTTP method.'
domain => 'hydra:Operation'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'method'
range => 'xsd:string'
vs:term_status => 'testing'
19 =>
@id => 'hydra:expects'
@type => 'hydra:Link'
comment => 'The information expected by the Web API.'
domain => 'hydra:Operation'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'expects'
rangeIncludes =>
0 => 'rdfs:Resource'
1 => 'hydra:Resource'
2 => 'rdfs:Class'
3 => 'hydra:Class'
vs:term_status => 'testing'
20 =>
@id => 'hydra:returns'
@type => 'hydra:Link'
comment => 'The information returned by the Web API on success'
domain => 'hydra:Operation'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'returns'
rangeIncludes =>
0 => 'rdfs:Resource'
1 => 'hydra:Resource'
2 => 'rdfs:Class'
3 => 'hydra:Class'
vs:term_status => 'testing'
21 =>
@id => 'hydra:Status'
@type => 'hydra:Class'
comment => 'Additional information about a status code that might be returned.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Status code description'
vs:term_status => 'testing'
22 =>
@id => 'hydra:statusCode'
@type => 'rdf:Property'
comment => 'The HTTP status code. Please note it may happen this value will be different to actual status code received.'
domain => 'hydra:Status'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'status code'
range => 'xsd:integer'
vs:term_status => 'testing'
23 =>
@id => 'hydra:title'
@type => 'rdf:Property'
comment => 'A title, often used along with a description.'
domainIncludes =>
0 => 'hydra:ApiDocumentation'
1 => 'hydra:Status'
2 => 'hydra:Class'
3 => 'hydra:SupportedProperty'
4 => 'hydra:Operation'
5 => 'hydra:Link'
6 => 'hydra:TemplatedLink'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'title'
range => 'xsd:string'
subPropertyOf => 'rdfs:label'
vs:term_status => 'testing'
24 =>
@id => 'hydra:description'
@type => 'rdf:Property'
comment => 'A description.'
domainIncludes =>
0 => 'hydra:ApiDocumentation'
1 => 'hydra:Status'
2 => 'hydra:Class'
3 => 'hydra:SupportedProperty'
4 => 'hydra:Operation'
5 => 'hydra:Link'
6 => 'hydra:TemplatedLink'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'description'
range => 'xsd:string'
subPropertyOf => 'rdfs:comment'
vs:term_status => 'testing'
25 =>
@id => 'hydra:Error'
@type => 'hydra:Class'
comment => 'A runtime error, used to report information beyond the returned status code.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Error'
subClassOf => 'hydra:Status'
vs:term_status => 'testing'
26 =>
@id => 'hydra:Collection'
@type => 'hydra:Class'
comment => 'A collection holding references to a number of related resources.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Collection'
subClassOf => 'hydra:Resource'
vs:term_status => 'testing'
27 =>
@id => 'hydra:collection'
@type => 'hydra:Link'
comment => 'Collections somehow related to this resource.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'collection'
range => 'hydra:Collection'
vs:term_status => 'testing'
28 =>
@id => 'hydra:memberAssertion'
comment => 'Semantics of each member provided by the collection.'
domainIncludes =>
0 => 'hydra:Collection'
1 => 'hydra:Class'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'member assertion'
vs:term_status => 'testing'
29 =>
@id => 'hydra:manages'
comment => 'This predicate is left for compatibility purposes and hydra:memberAssertion should be used instead.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'manages'
subPropertyOf => 'hydra:memberAssertion'
vs:term_status => 'archaic'
30 =>
@id => 'hydra:subject'
comment => 'The subject.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'subject'
vs:term_status => 'testing'
31 =>
@id => 'hydra:object'
comment => 'The object.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'object'
vs:term_status => 'testing'
32 =>
@id => 'hydra:member'
@type => 'hydra:Link'
comment => 'A member of the collection'
domain => 'hydra:Collection'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'member'
vs:term_status => 'testing'
33 =>
@id => 'hydra:view'
@type => 'hydra:Link'
comment => 'A specific view of a resource.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'view'
vs:term_status => 'testing'
34 =>
@id => 'hydra:PartialCollectionView'
@type => 'hydra:Class'
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.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'PartialCollectionView'
subClassOf => 'hydra:Resource'
vs:term_status => 'testing'
35 =>
@id => 'hydra:totalItems'
@type => 'rdf:Property'
comment => 'The total number of items referenced by a collection.'
domain => 'hydra:Collection'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'total items'
range => 'xsd:integer'
vs:term_status => 'testing'
36 =>
@id => 'hydra:first'
@type => 'hydra:Link'
comment => 'The first resource of an interlinked set of resources.'
domain => 'hydra:Resource'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'first'
range => 'hydra:Resource'
vs:term_status => 'testing'
37 =>
@id => 'hydra:last'
@type => 'hydra:Link'
comment => 'The last resource of an interlinked set of resources.'
domain => 'hydra:Resource'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'last'
range => 'hydra:Resource'
vs:term_status => 'testing'
38 =>
@id => 'hydra:next'
@type => 'hydra:Link'
comment => 'The resource following the current instance in an interlinked set of resources.'
domain => 'hydra:Resource'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'next'
range => 'hydra:Resource'
vs:term_status => 'testing'
39 =>
@id => 'hydra:previous'
@type => 'hydra:Link'
comment => 'The resource preceding the current instance in an interlinked set of resources.'
domain => 'hydra:Resource'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'previous'
range => 'hydra:Resource'
vs:term_status => 'testing'
40 =>
@id => 'hydra:search'
@type => 'hydra:TemplatedLink'
comment => 'A IRI template that can be used to query a collection.'
domain => 'hydra:Resource'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'search'
range => 'hydra:IriTemplate'
vs:term_status => 'testing'
41 =>
@id => 'hydra:freetextQuery'
@type => 'rdf:Property'
comment => 'A property representing a freetext query.'
domain => 'hydra:Resource'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'freetext query'
range => 'xsd:string'
vs:term_status => 'testing'
42 =>
@id => 'hydra:TemplatedLink'
@type => 'hydra:Class'
comment => 'A templated link.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Templated Link'
subClassOf =>
0 => 'hydra:Resource'
1 => 'rdf:Property'
vs:term_status => 'testing'
43 =>
@id => 'hydra:IriTemplate'
@type => 'hydra:Class'
comment => 'The class of IRI templates.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'IRI Template'
vs:term_status => 'testing'
44 =>
@id => 'hydra:template'
@type => 'rdf:Property'
comment => 'A templated string with placeholders. The literal's datatype indicates the template syntax; if not specified, hydra:Rfc6570Template is assumed.'
domain => 'hydra:IriTemplate'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'template'
range => 'hydra:Rfc6570Template'
seeAlso => 'hydra:Rfc6570Template'
vs:term_status => 'testing'
45 =>
@id => 'hydra:Rfc6570Template'
@type => 'rdfs:Datatype'
comment => 'An IRI template as defined by RFC6570.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'RFC6570 IRI template'
range => 'xsd:string'
seeAlso => 'http://tools.ietf.org/html/rfc6570'
vs:term_status => 'testing'
46 =>
@id => 'hydra:variableRepresentation'
@type => 'rdf:Property'
comment => 'The representation format to use when expanding the IRI template.'
domainIncludes =>
0 => 'hydra:IriTemplateMapping'
1 => 'hydra:IriTemplate'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'variable representation'
range => 'hydra:VariableRepresentation'
vs:term_status => 'testing'
47 =>
@id => 'hydra:VariableRepresentation'
@type => 'hydra:Class'
comment => 'A representation specifies how to serialize variable values into strings.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'VariableRepresentation'
vs:term_status => 'testing'
48 =>
@id => 'hydra:BasicRepresentation'
@type => 'hydra:VariableRepresentation'
comment => 'A representation that serializes just the lexical form of a variable value, but omits language and type information.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'BasicRepresentation'
vs:term_status => 'testing'
49 =>
@id => 'hydra:ExplicitRepresentation'
@type => 'hydra:VariableRepresentation'
comment => 'A representation that serializes a variable value including its language and type information and thus differentiating between IRIs and literals.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'ExplicitRepresentation'
vs:term_status => 'testing'
50 =>
@id => 'hydra:mapping'
@type => 'rdf:Property'
comment => 'A variable-to-property mapping of the IRI template.'
domain => 'hydra:IriTemplate'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'mapping'
range => 'hydra:IriTemplateMapping'
vs:term_status => 'testing'
51 =>
@id => 'hydra:IriTemplateMapping'
@type => 'hydra:Class'
comment => 'A mapping from an IRI template variable to a property.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'IriTemplateMapping'
vs:term_status => 'testing'
52 =>
@id => 'hydra:variable'
@type => 'rdf:Property'
comment => 'An IRI template variable'
domain => 'hydra:IriTemplateMapping'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'variable'
range => 'xsd:string'
vs:term_status => 'testing'
53 =>
@id => 'hydra:resolveRelativeUsing'
@type => 'rdf:Property'
domain => 'hydra:IriTemplate'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'relative Uri resolution'
range => 'hydra:BaseUriSource'
vs:term_status => 'testing'
54 =>
@id => 'hydra:BaseUriSource'
@type => 'hydra:Class'
comment => 'Provides a base abstract for base Uri source for Iri template resolution.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Base Uri source'
subClassOf => 'hydra:Resource'
vs:term_status => 'testing'
55 =>
@id => 'hydra:Rfc3986'
@type => 'hydra:BaseUriSource'
comment => 'States that the base Uri should be established using RFC 3986 reference resolution algorithm specified in section 5.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'RFC 3986 based'
vs:term_status => 'testing'
56 =>
@id => 'hydra:LinkContext'
@type => 'hydra:BaseUriSource'
comment => 'States that the link's context IRI, as defined in RFC 5988, should be used as the base Uri'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Link context'
vs:term_status => 'testing'
57 =>
@id => 'hydra:offset'
@type => 'rdf:Property'
comment => 'Instructs to skip N elements of the set.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'skip'
range => 'xsd:nonNegativeInteger'
vs:term_status => 'testing'
58 =>
@id => 'hydra:limit'
@type => 'rdf:Property'
comment => 'Instructs to limit set only to N elements.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'take'
range => 'xsd:nonNegativeInteger'
vs:term_status => 'testing'
59 =>
@id => 'hydra:pageIndex'
@type => 'rdf:Property'
comment => 'Instructs to provide a specific page of the collection at a given index.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'page index'
range => 'xsd:nonNegativeInteger'
subPropertyOf => 'hydra:pageReference'
vs:term_status => 'testing'
60 =>
@id => 'hydra:pageReference'
@type => 'rdf:Property'
comment => 'Instructs to provide a specific page reference of the collection.'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'page reference'
vs:term_status => 'testing'
61 =>
@id => 'hydra:returnsHeader'
@type => 'rdf:Property'
comment => 'Name of the header returned by the operation.'
domain => 'hydra:Operation'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'returns header'
rangeIncludes =>
0 => 'xsd:string'
1 => 'hydra:HeaderSpecification'
vs:term_status => 'testing'
62 =>
@id => 'hydra:expectsHeader'
@type => 'rdf:Property'
comment => 'Specification of the header expected by the operation.'
domain => 'hydra:Operation'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'expects header'
rangeIncludes =>
0 => 'xsd:string'
1 => 'hydra:HeaderSpecification'
vs:term_status => 'testing'
63 =>
@id => 'hydra:HeaderSpecification'
@type => 'rdfs:Class'
comment => 'Specifies a possible either expected or returned header values'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'Header specification'
subClassOf => 'hydra:Resource'
vs:term_status => 'testing'
64 =>
@id => 'hydra:headerName'
@type => 'rdf:Property'
comment => 'Name of the header.'
domain => 'hydra:HeaderSpecification'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'header name'
range => 'xsd:string'
vs:term_status => 'testing'
65 =>
@id => 'hydra:possibleValue'
@type => 'rdf:Property'
comment => 'Possible value of the header.'
domain => 'hydra:HeaderSpecification'
label => 'possible header value'
range => 'xsd:string'
vs:term_status => 'testing'
66 =>
@id => 'hydra:closedSet'
@type => 'rdf:Property'
comment => 'Determines whether the provided set of header values is closed or not.'
domain => 'hydra:HeaderSpecification'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'closed set'
range => 'xsd:boolean'
vs:term_status => 'testing'
67 =>
@id => 'hydra:extension'
@type => 'rdf:Property'
comment => 'Hint on what kind of extensions are in use.'
domain => 'hydra:ApiDocumentation'
isDefinedBy => 'http://www.w3.org/ns/hydra/core'
label => 'extension'
vs:term_status => 'testing'