DigitalCommons / open-data-and-maps

Deprecated: Implementation of Linked Open Data by the Solidarity Economy Association
6 stars 1 forks source link

Make the triplestore the 'master' database #98

Closed matt-wallis closed 1 year ago

matt-wallis commented 5 years ago

This is part of a possible solution to SolidarityEconomyAssociation/open-data-and-maps-outreach#89.

Current situation

The CSV is effectively the 'master'. To publish LOD, we

Proposal with triplestore as 'master'

Allow highly-granular operations to update the triplestore directly. For example:

Implementation

This is a big question! The 'obvious' (?) mechanism is to use SPARQL 1.1 UPDATE operations.

Things to look at:

Authentication

A key (no pun intended!) part of allowing updates directly to the triplestore is authentication of those making the updates.

matt-wallis commented 5 years ago

There a document WebId for Authentication which currently includes investigations.