Skip to content

Laces Data Platform v10.0#

Release date: June 30, 2022

Since the previous release the following changes have been implemented.

CONSTRUCT queries#

In addition to SELECT queries, it is now possible to perform CONTRUCT queries on the LDP. This allows users to retrieve data in a specified graph template, see this for more information about CONSTRUCT queries. The graph can be retrieved in several formats: - text/turtle - application/x-turtle - application/rdf+xml - application/n-triples - application/ld+json

CONSTRUCT query

Named Graph URI#

An option called Named Graph Uris is added in the Query publication screen. Users can add the URI of their named graphs there instead of specifying them within the query. The named graph still needs to be called within the WHERE section of the query to indicate which data should be retrieved, but it is no longer required to add 'FROM NAMED' to the queries. The old method (as explained here) still works, so the query will still retrieve data if you specify the named graphs within the query.

Named Graph URI addition