Gno Vocabulary
Metadata
- IRI
-
https://w3id.org/gno# - Title
Gno Vocabulary
- Creator
- Marcel Otto
- Date Created
2025-04-22
- Date Modified
2026-03-19
- Date Issued
2026-03-19
- Version Info
0.1.0
- Description
An RDF vocabulary for managing RDF data in SPARQL triple stores. Extends DCAT-R with classes and properties for services, stores, changesets, and commits.
Classes
Manifest c
| IRI |
https://w3id.org/gno#Manifest
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | A manifest document that describes a Gno service configuration, including repository and store settings. |
| Sub Class Of | dcatr:Manifest |
Service c
| IRI |
https://w3id.org/gno#Service
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | A gno:Service is a composition of a gno:Repository in a specific gno:Store. |
| Sub Class Of | dcatr:Service |
| In Domain Of |
Store c
| IRI |
https://w3id.org/gno#Store
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Base class for triple stores that can host a Gno repository. |
| In Domain Of | |
| In Range Of | service store op |
Commit c
| IRI |
https://w3id.org/gno#Commit
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Represents set of changes made to a repository. A commit encapsulates the effective changes resulting from applying a changeset to the current state of the repository. |
| Sub Class Of | Activity c |
CommitOperation c
| IRI |
https://w3id.org/gno#CommitOperation
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Represents the configuration of a commit operation of a service. |
| In Domain Of | |
| In Range Of | service commit operation op |
CommitMiddleware c
| IRI |
https://w3id.org/gno#CommitMiddleware
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Represents a middleware component of a commit operation. |
| In Range Of | gno:commitMiddleware p |
| Super Class Of | LoggingMiddleware c |
LoggingMiddleware c
| IRI |
https://w3id.org/gno#CommitLogger
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Middleware for logging commit operations. |
| Sub Class Of | CommitMiddleware c |
| In Domain Of |
|
Properties
commit middleware p
| IRI |
https://w3id.org/gno#commitMiddleware
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Domain | CommitOperation c |
| Range | CommitMiddleware c |
commit no effective changeset handling p
| IRI |
https://w3id.org/gno#commitNoEffectiveChangesetHandling
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Defines how the commit operation should handle the case that no effective changes result from the changeset. The value MUST be one of the following: 'skip', 'proceed' or 'error'. |
| Domain | CommitOperation c |
| Range | xsd:string |
log level p
| IRI |
https://w3id.org/gno#commitLogLevel
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The log level for the logging middleware. The value MUST be one of the log levels defined in Erlang's Logger module. |
| Domain | LoggingMiddleware c |
| Range | xsd:string |
log states p
| IRI |
https://w3id.org/gno#commitLogStates
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The list of states for which log entries should be generated. |
| Domain | LoggingMiddleware c |
| Range | xsd:string |
log changes p
| IRI |
https://w3id.org/gno#commitLogChanges
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Whether to log the changeset details. |
| Domain | LoggingMiddleware c |
| Range | xsd:boolean |
log metadata p
| IRI |
https://w3id.org/gno#commitLogMetadata
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Whether to log commit metadata. |
| Domain | LoggingMiddleware c |
| Range | xsd:boolean |
Object Properties
service store op
| IRI |
https://w3id.org/gno#serviceStore
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Links a service to its store configuration. |
| Domain | Service c |
| Range | Store c |
service commit operation op
| IRI |
https://w3id.org/gno#serviceCommitOperation
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Links a service to its commit operation configuration. |
| Domain | Service c |
| Range | CommitOperation c |
Datatype Properties
store query endpoint dp
| IRI |
https://w3id.org/gno#storeQueryEndpoint
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The SPARQL query endpoint URL of the store. |
| Domain | Store c |
| Range | xsd:anyURI |
store update endpoint dp
| IRI |
https://w3id.org/gno#storeUpdateEndpoint
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The SPARQL update endpoint URL of the store. |
| Domain | Store c |
| Range | xsd:anyURI |
store graph store endpoint dp
| IRI |
https://w3id.org/gno#storeGraphStoreEndpoint
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The SPARQL Graph Store Protocol endpoint URL of the store. |
| Domain | Store c |
| Range | xsd:anyURI |
store endpoint scheme dp
| IRI |
https://w3id.org/gno#storeEndpointScheme
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The scheme for the store's endpoints. |
| Domain | Store c |
| Range | xsd:string |
store endpoint host dp
| IRI |
https://w3id.org/gno#storeEndpointHost
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The host name for the store's endpoints. |
| Domain | Store c |
| Range | xsd:string |
store endpoint port dp
| IRI |
https://w3id.org/gno#storeEndpointPort
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The port number for the store's endpoints. |
| Domain | Store c |
| Range | xsd:positiveInteger |
store endpoint user info dp
| IRI |
https://w3id.org/gno#storeEndpointUserInfo
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The user info segment used in endpoint URLs. |
| Domain | Store c |
| Range | xsd:string |
store endpoint dataset dp
| IRI |
https://w3id.org/gno#storeEndpointDataset
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The dataset name/path segment used in endpoint URLs. |
| Domain | Store c |
| Range | xsd:string |
store default graph semantics dp
| IRI |
https://w3id.org/gno#storeDefaultGraphSemantics
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The default graph semantics of the store: 'isolated' (default graph contains only its own triples) or 'union' (default graph is the union of all graphs). Overrides the adapter's default when set. |
| Domain | Store c |
| Range | xsd:string |
Functional Properties
service store fp
| IRI |
https://w3id.org/gno#serviceStore
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Links a service to its store configuration. |
| Domain | Service c |
| Range | Store c |
service commit operation fp
| IRI |
https://w3id.org/gno#serviceCommitOperation
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | Links a service to its commit operation configuration. |
| Domain | Service c |
| Range | CommitOperation c |
store query endpoint fp
| IRI |
https://w3id.org/gno#storeQueryEndpoint
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The SPARQL query endpoint URL of the store. |
| Domain | Store c |
| Range | xsd:anyURI |
store update endpoint fp
| IRI |
https://w3id.org/gno#storeUpdateEndpoint
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The SPARQL update endpoint URL of the store. |
| Domain | Store c |
| Range | xsd:anyURI |
store graph store endpoint fp
| IRI |
https://w3id.org/gno#storeGraphStoreEndpoint
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The SPARQL Graph Store Protocol endpoint URL of the store. |
| Domain | Store c |
| Range | xsd:anyURI |
store endpoint scheme fp
| IRI |
https://w3id.org/gno#storeEndpointScheme
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The scheme for the store's endpoints. |
| Domain | Store c |
| Range | xsd:string |
store endpoint host fp
| IRI |
https://w3id.org/gno#storeEndpointHost
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The host name for the store's endpoints. |
| Domain | Store c |
| Range | xsd:string |
store endpoint port fp
| IRI |
https://w3id.org/gno#storeEndpointPort
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The port number for the store's endpoints. |
| Domain | Store c |
| Range | xsd:positiveInteger |
store endpoint user info fp
| IRI |
https://w3id.org/gno#storeEndpointUserInfo
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The user info segment used in endpoint URLs. |
| Domain | Store c |
| Range | xsd:string |
store endpoint dataset fp
| IRI |
https://w3id.org/gno#storeEndpointDataset
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The dataset name/path segment used in endpoint URLs. |
| Domain | Store c |
| Range | xsd:string |
store default graph semantics fp
| IRI |
https://w3id.org/gno#storeDefaultGraphSemantics
|
|---|---|
| Is Defined By | Gno Vocabulary |
| Description | The default graph semantics of the store: 'isolated' (default graph contains only its own triples) or 'union' (default graph is the union of all graphs). Overrides the adapter's default when set. |
| Domain | Store c |
| Range | xsd:string |
Namespaces
- dcatr
-
https://w3id.org/dcatr# - dct
-
http://purl.org/dc/terms/ - foaf
-
http://xmlns.com/foaf/0.1/ - gno
-
https://w3id.org/gno# - owl
-
http://www.w3.org/2002/07/owl# - prov
-
http://www.w3.org/ns/prov# - rdf
-
http://www.w3.org/1999/02/22-rdf-syntax-ns# - rdfs
-
http://www.w3.org/2000/01/rdf-schema# - sdo
-
https://schema.org/ - vann
-
http://purl.org/vocab/vann/ - xsd
-
http://www.w3.org/2001/XMLSchema#
Legend
| c | Classes |
| p | Properties |
| op | Object Properties |
| dp | Datatype Properties |
| fp | Functional Properties |