SPARQL Gateway Vocabulary

Licensed Materials (See https://jazz.net/ns/license.html) - Property of IBM.
© Copyright IBM Corporation 2014. All Rights Reserved.
U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

The namespace URI for this vocabulary is:

http://jazz.net/ns/reporting/sparqlgateway#

This page lists the RDF classes, properties, and individuals that make up the SPARQL Gateway vocabulary. Following W3C best practices, this information is available as HTML (this page) and as RDF.

Details about how this page was generated, and other related material, can be found in the wiki article Publishing RDF Vocabularies on jazz.net.

Description:

The SPARQL Gateway vocabulary defines defines SPARQL endpoint, queries, and related reporting concepts.

See Also:

Prefixes used in this document:

PrefixURI
gw:http://jazz.net/ns/reporting/sparqlgateway#

Classes defined by this vocabulary:

EndPoint, EndpointList, Gateway, Query, QueryList, Variable

Properties defined by this vocabulary:

hasCognosXml, hasDataService, hasDataServiceXsd, hasDatatype, hasEndpointList, hasQueryList, hasSparqlResults, hasVariable, inEndpointList, inGateway, inQueryList, memberEndpoint, memberQuery, modifiedBy, nextIdentifier, oauthConsumerKey, oauthConsumerSecret, oauthEnabled, position, queriesEndpoint, resultLabel, resultsLabel, sparqlEndpointLocation, sparqlQuery

EndPoint

gw:Endpoint is an RDF class.

The set of SPARQL endpoints. An endpoint has a URL and optional authentication information.

EndpointList

gw:EndpointList is an RDF class.

The set of SPARQL endpoint lists. An endpoint list contains a set of endpoints.

Gateway

gw:Gateway is an RDF class.

The set of SPARQL Gateway services. A gateway service contains a list of endpoints and a list of queries.

hasCognosXml

gw:hasCognosXml is an RDF property.

The Cognos XML data source associated with this resource.

See Also:

hasDataService

gw:hasDataService is an RDF property.

The Reportable REST V1 data service associated with this resource.

hasDataServiceXsd

gw:hasDataServiceXsd is an RDF property.

The URL of the Reportable REST V1 XML Schema for this resource.

hasDatatype

gw:hasDatatype is an RDF property.

The XML Schema datatype, e.g. xsd:string, of this SPARQL variable.

hasEndpointList

gw:hasEndpointList is an RDF property.

The list of endpoints hosted by the gateway.

hasQueryList

gw:hasQueryList is an RDF property.

The list of queries hosted by the gateway.

hasSparqlResults

gw:hasSparqlResults is an RDF property.

The URL of the SPARQL results in XML format for this query.

See Also:

hasVariable

gw:hasVariable is an RDF property.

A variable that belongs to this SPARQL query.

inEndpointList

gw:inEndpointList is an RDF property.

The endpoint list that contains this endpoint resource.

inGateway

gw:inGateway is an RDF property.

The gateway that hosts this resource.

inQueryList

gw:inQueryList is an RDF property.

The query list that contains this query resource.

memberEndpoint

gw:memberEndpoint is an RDF property.

An endpoint resource that belongs to this endpoint list.

memberQuery

gw:memberQuery is an RDF property.

A query resource that belongs to this query list.

modifiedBy

gw:modifiedBy is an RDF property.

The agent that last modified this resource.

nextIdentifier

gw:nextIdentifier is an RDF property.

The identifier of the next resource to be created in this list.

oauthConsumerKey

gw:oauthConsumerKey is an RDF property.

The OAuth consumer key for this endpoint.

See Also:

oauthConsumerSecret

gw:oauthConsumerSecret is an RDF property.

The OAuth consumer secret for this endpoint.

See Also:

oauthEnabled

gw:oauthEnabled is an RDF property.

Boolean value. When true, OAuth is used for this endpoint.

See Also:

position

gw:position is an RDF property.

The integer position, starting from 1, of this variable within the SPARQL query.

queriesEndpoint

gw:queriesEndpoint is an RDF property.

The endpoint resource that this query is sent to.

Query

gw:Query is an RDF class.

The set of SPARQL queries. A query has a SPARQL statement and optional result variable type information.

QueryList

gw:QueryList is an RDF class.

The set of SPARQL query lists. A query list contains a set of queries.

resultLabel

gw:resultLabel is an RDF property.

A human-readable label for an individual query result. This corresponds to a binding for the variables.

resultsLabel

gw:resultsLabel is an RDF property.

A human-readable label for the set of all query results. This corresponds to the set of all bindings.

sparqlEndpointLocation

gw:sparqlEndpointLocation is an RDF property.

The URL of the SPARQL endpoint. This URL supports the SPARQL Protocol for RDF.

See Also:

sparqlQuery

gw:sparqlQuery is an RDF property.

The SPARQL query string of this query resource. This is a valid string in the SPARQL Query Language for RDF.

See Also:

Variable

gw:Variable is an RDF class.

The set of SPARQL variables. A variable is bound in a query result and has optional result type information.