SPARQL Query UI

This page allows you to lodge SPARQL queries against the triplestore (graph database) that stores all of the LongSpine content.

§ Query Editor

Test Query

Here is an example query you can copy 'n paste into the text area below to test with. It counts the number of skos:Concept instances in the AGIFT vocabulary and should return 583:

PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
SELECT (COUNT(?c) AS ?count)
FROM <https://data.naa.gov.au/def/agift>
WHERE {
  ?c a skos:Concept .
}

Enter your SPARQL query in the text box below:

§ URL queries