This wiki: The development wiki is a work area where Jazz development teams plan and discuss technical designs and operations for the projects at Jazz.net. Work items often link to documents here. You are welcome to browse, follow along, and participate. Participation is what Jazz.net is all about! But please keep in mind that information here is "as is", unsupported, and may be outdated or inaccurate. For information on released products, consult IBM Knowledge Center, support tech notes, and the Jazz.net library. See also the Jazz.net Terms of Use. Any documentation or reference material found in this wiki is not official product documentation, but it is primarily for the use of the development teams. For your end use, you should consult official product documentation (infocenters), IBM.com support artifacts (tech notes), and the jazz.net library as officially "stamped" resources. |
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.
Prefixes used in this document:
Prefix | URI |
---|---|
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
gw:Endpoint is an RDF class.
The set of SPARQL endpoints. An endpoint has a URL and optional authentication information.
gw:EndpointList is an RDF class.
The set of SPARQL endpoint lists. An endpoint list contains a set of endpoints.
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.
gw:hasCognosXml is an RDF property.
The Cognos XML data source associated with this resource.
gw:hasDataService is an RDF property.
The Reportable REST V1 data service associated with this resource.
gw:hasDataServiceXsd is an RDF property.
The URL of the Reportable REST V1 XML Schema for this resource.
gw:hasDatatype is an RDF property.
The XML Schema datatype, e.g. xsd:string, of this SPARQL variable.
gw:hasEndpointList is an RDF property.
The list of endpoints hosted by the gateway.
gw:hasQueryList is an RDF property.
The list of queries hosted by the gateway.
gw:hasSparqlResults is an RDF property.
The URL of the SPARQL results in XML format for this query.
gw:hasVariable is an RDF property.
A variable that belongs to this SPARQL query.
gw:inEndpointList is an RDF property.
The endpoint list that contains this endpoint resource.
gw:inGateway is an RDF property.
The gateway that hosts this resource.
gw:inQueryList is an RDF property.
The query list that contains this query resource.
gw:memberEndpoint is an RDF property.
An endpoint resource that belongs to this endpoint list.
gw:memberQuery is an RDF property.
A query resource that belongs to this query list.
gw:modifiedBy is an RDF property.
The agent that last modified this resource.
gw:nextIdentifier is an RDF property.
The identifier of the next resource to be created in this list.
gw:oauthConsumerKey is an RDF property.
The OAuth consumer key for this endpoint.
gw:oauthConsumerSecret is an RDF property.
The OAuth consumer secret for this endpoint.
gw:oauthEnabled is an RDF property.
Boolean value. When true, OAuth is used for this endpoint.
gw:position is an RDF property.
The integer position, starting from 1, of this variable within the SPARQL query.
gw:queriesEndpoint is an RDF property.
The endpoint resource that this query is sent to.
gw:Query is an RDF class.
The set of SPARQL queries. A query has a SPARQL statement and optional result variable type information.
gw:QueryList is an RDF class.
The set of SPARQL query lists. A query list contains a set of queries.
gw:resultLabel is an RDF property.
A human-readable label for an individual query result. This corresponds to a binding for the variables.
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.
gw:sparqlEndpointLocation is an RDF property.
The URL of the SPARQL endpoint. This URL supports the SPARQL Protocol for RDF.
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.
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.
I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
html | gw-vocabulary.html | manage | 10.5 K | 2014-12-17 - 18:52 | UnknownUser | SPARQL Gateway Vocabulary (HTML) |
rdf | gw-vocabulary.rdf | manage | 14.2 K | 2014-12-17 - 18:53 | UnknownUser | SPARQL Gateway Vocabulary (RDF/XML) |
ttl | gw-vocabulary.ttl | manage | 6.8 K | 2014-12-17 - 18:53 | UnknownUser | SPARQL Gateway Vocabulary (Turtle) |