sparql

Getting started with sparql

Remarks#

This section provides an overview of what sparql is, and why a developer might want to use it.

It should also mention any large subjects within sparql, and link out to the related topics. Since the Documentation for sparql is new, you may need to create initial versions of those related topics.

Versions#

VersionRelease Date
1.02008-01-15
1.12013-03-21

Getting Started with a SPARQL Endpoint

A query engine is required in order to execute SPARQL queries over a dataset. Query engines may be embedded in applications, or accessed remotely. Remote access may be through a vendor-specific API, or through the SPARQL protocol if an implementation supports it. This documentation will not cover how to submit queries through specific vendor APIs.

SPARQL Endpoint implementations typically provide a user-friendly web interface for submitting queries and viewing their results. Public SPARQL endpoints (such as DBPedia) can serve as useful datasets for non-mutating examples.

If you wish to configure a private SPARQL Endpoint for experimentation, Apache Fuseki provides a free and platform independent option.


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow