<http://www.w3.org/ns/hydra/core#returns>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The information returned by the Web API on success" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#Operation> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "returns" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#BasicRepresentation>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A representation that serializes just the lexical form, but omits language and type information." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "basic value representation" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#Operation>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "An operation." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "Operation" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#DeleteResourceOperation>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A DeleteResourceOperation is a HTTP operation that deletes a resource." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "DeleteResourceOperation" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Operation> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#Class>
        a       <http://www.w3.org/2000/01/rdf-schema#Class> , <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The class of Hydra classes. Hydra classes and their instances are dereferenceable resources." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "Hydra Class" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/2000/01/rdf-schema#Class> , <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#totalItems>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The total number of items referenced by a collection or a set of interlinked PagedCollections." ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#Collection> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "total items" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#integer> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#search>
        a       <http://www.w3.org/ns/hydra/core#TemplatedLink> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A IRI template that can be used to query a collection" ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "search" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#IriTemplate> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#CreateResourceOperation>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A CreateResourceOperation is a HTTP operation which expects an input of the type specified by hydra:expects and creates a resource of the type specified by hydra:returns." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "CreateResourceOperation" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Operation> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#expects>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The information expected by the Web API." ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#Operation> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "expects" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#previousPage>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The page preceding the current instance in an interlinked set of PagedCollections" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#PagedCollection> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "previous page" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#PagedCollection> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#Collection>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A collection holding references to a number of related resources." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "Collection" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#entrypoint>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A link to main entry point of the Web API" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#ApiDocumentation> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "entrypoint" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#nextPage>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The page following the current instance in an interlinked set of PagedCollections" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#PagedCollection> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "next page" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#PagedCollection> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#template>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "An IRI template as defined by RFC6570." ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#IriTemplate> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "template" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#string> ;
        <http://www.w3.org/2000/01/rdf-schema#seeAlso>
                <http://tools.ietf.org/html/rfc6570> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#operation>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "An operation supported by the Hydra resource" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "operation" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#Operation> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#variable>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "An IRI template variable" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#IriTemplateMapping> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "variable" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#string> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#method>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The HTTP method." ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#Operation> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "method" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#string> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#member>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A member of the collection" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#Collection> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "member" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#title>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A title, often used along with a description." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "title" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#string> ;
        <http://www.w3.org/2000/01/rdf-schema#subPropertyOf>
                <http://www.w3.org/2000/01/rdf-schema#label> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#readable>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "True if the client can retrieve the property's value, false otherwise." ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#SupportedProperty> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "readable" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#boolean> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#ApiDocumentation>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The Hydra API documentation class" ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "ApiDocumentation" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#IriTemplate>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The class of IRI templates." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "IRI Template" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#Resource>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The class of dereferenceable resources." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "Hydra Resource" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/2000/01/rdf-schema#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#ReplaceResourceOperation>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A ReplaceResourceOperation is a HTTP operation which overwrites a resource. It expects data of the type specified in hydra:expects and results in a resource of the type specified by hydra:returns." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "ReplaceResourceOperation" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Operation> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#Status>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "Additional information about a status code that might be returned." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "Status code description" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#supportedOperation>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "An operation supported by instances of the specific Hydra class or the target of the Hydra link" ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "supported operation" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#Operation> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#supportedProperty>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The properties known to be supported by a Hydra class" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "supported properties" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#SupportedProperty> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#IriTemplateMapping>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A mapping from an IRI template variable to a property." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "IriTemplateMapping" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#ExplicitRepresentation>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A representation that serializes a value including its language and type information and thus differentiating between IRIs and literals." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "explicit value representation" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#statusCode>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The HTTP status code" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#Status> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "status code" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#integer> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#supportedClass>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A class known to be supported by the Web API" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#ApiDocumentation> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "supported classes" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#property>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A property" ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "property" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#writeable>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "True if the client can change the property's value, false otherwise." ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#SupportedProperty> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "writeable" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#boolean> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#required>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "True if the property is required, false otherwise." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "required" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#boolean> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#possibleStatus>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A status that might be returned by the Web API (other statuses should be expected and properly handled as well)" ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "possible status" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#Status> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#PagedCollection>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A PagedCollection is a subclass of Collection with the only difference that its members are sorted and only a subset of all members are returned in a single PagedCollection. To get the other members, the nextPage/previousPage properties have to be used." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "PagedCollection" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Collection> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#variableRepresentation>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The representation format to use when expanding the IRI template." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "variable representation" ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#itemsPerPage>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The maximum number of items referenced by each single PagedCollection in a set of interlinked PagedCollections." ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#PagedCollection> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "items per page" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#integer> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#firstPage>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The first page of an interlinked set of PagedCollections" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#PagedCollection> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "first page" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#PagedCollection> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#mapping>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A variable-to-property mapping of the IRI template." ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#IriTemplate> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "mapping" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#IriTemplateMapping> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#description>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A description." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "description" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#string> ;
        <http://www.w3.org/2000/01/rdf-schema#subPropertyOf>
                <http://www.w3.org/2000/01/rdf-schema#comment> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core>
        a       <http://www.w3.org/2002/07/owl#Ontology> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A lightweight vocabulary for hypermedia-driven Web APIs" ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "The Hydra Core Vocabulary" ;
        <http://creativecommons.org/ns#attributionName>
                "Hydra W3C Community Group" ;
        <http://creativecommons.org/ns#attributionURL>
                <http://www.hydra-cg.com/> ;
        <http://creativecommons.org/ns#license>
                <http://creativecommons.org/licenses/by/4.0/> ;
        <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." ;
        <http://purl.org/dc/terms/publisher>
                "Hydra W3C Community Group" ;
        <http://purl.org/dc/terms/rights>
                "Copyright © 2012-2014 the Contributors to the Hydra Core Vocabulary Specification" ;
        <http://purl.org/vocab/vann/preferredNamespacePrefix>
                "hydra" .

<http://www.w3.org/ns/hydra/core#apiDocumentation>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A link to the API documentation" ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "apiDocumentation" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#ApiDocumentation> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#Link>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The class of properties representing links." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "Link" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> , <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#lastPage>
        a       <http://www.w3.org/ns/hydra/core#Link> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "The last page of an interlinked set of PagedCollections" ;
        <http://www.w3.org/2000/01/rdf-schema#domain>
                <http://www.w3.org/ns/hydra/core#PagedCollection> ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "last page" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/ns/hydra/core#PagedCollection> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#SupportedProperty>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A property known to be supported by a Hydra class." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "Supported Property" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#Error>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A runtime error, used to report information beyond the returned status code." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "Error" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/ns/hydra/core#Status> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#TemplatedLink>
        a       <http://www.w3.org/ns/hydra/core#Class> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A templated link." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "Templated Link" ;
        <http://www.w3.org/2000/01/rdf-schema#subClassOf>
                <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> , <http://www.w3.org/ns/hydra/core#Resource> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .

<http://www.w3.org/ns/hydra/core#freetextQuery>
        a       <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> ;
        <http://www.w3.org/2000/01/rdf-schema#comment>
                "A property representing a freetext query." ;
        <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
                <http://www.w3.org/ns/hydra/core> ;
        <http://www.w3.org/2000/01/rdf-schema#label>
                "freetext query" ;
        <http://www.w3.org/2000/01/rdf-schema#range>
                <http://www.w3.org/2001/XMLSchema#string> ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status>
                "testing" .
