Welcome to bigdata®.

Please consult the documentation for information on using the NanoSparqlServer's REST Api.

The following URLs should be active when deployed in the default configuration:

http://hostname:port/bigdata
This page.
http://hostname:port/bigdata/sparql
The SPARQL REST API.
http://hostname:port/bigdata/status
A status page.
http://hostname:port/bigdata/counters
A performance counters page.

Where hostname is the name of this host and port is the port at which this page was accessed.

SPARQL Query

Explain Analytic

SPARQL Update

Analytic

Here are some useful namespaces:

prefix dc:   <http://purl.org/dc/elements/1.1/>
prefix xsd:  <http://www.w3.org/2001/XMLSchema#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix owl:  <http://www.w3.org/2002/07/owl#>
prefix hint: <http://www.bigdata.com/queryHints#>