Applying geoscience to Australia's most important challenges

Dear visitors, please note that our select Linked Data and DGGS beta APIs are no longer available as of 28 June 2024. This decision has been made after careful consideration, including assessment about their level of usage. If you have been accessing these APIs we are still interested to hear about your specific use-case. If you would like to share your experiences and use-cases, please reach out to us at fsdf@ga.gov.au.

Foundation Spatial Data Framework Linked Data API

About SpacePrez

SpacePrez is a read-only web delivery system - web pages and API - for spatial data. It complies with Content Negotiation by Profile and also implements the Open Geospatial Consortium's OGC API:Features for spatial data..

Use

The basic structure of SpacePrez is:

        /                                       - API Home

        /datasets                               - list of Datasets

        /dataset/{id}                           - a Dataset

        /dataset/{id}/collections               - list of a Dataset's Feature Collections

        /dataset/{id}/collection/{id}           - a Feature Collection

        /dataset/{id}/collection/{id}/items     - a Feature Collection's Features

        /dataset/{id}/collection/{id}/item/{id} - a Feature
    

Navigation to any of those endpoints delivers content in HTML, for humans, and either JSON or GeoJSON, for machines.

Additionally, this API provides alternate profiles of all content, and those profiles - data models - also come in other formats, such as RDF.

In addition to the standard GC API endpoints, there are also convenience endpoints for searching and applying CQL or SPARQL queries.

SpacePrez' data is all natively stored in RDF graph form, according to the GeoSPARQL 1.1 ontology and any specialisations defined for particular systems.