View on GitHub

SDShare Protocol

Protocol for the syndication and synchronisation of RDF data

Download this project as a .zip file Download this project as a tar.gz file

The SDShare Protocol

SDShare is a stream based protocol for exposing and consuming data in a standardised way. It uses Atom and RDF as building blocks to allow servers to expose collections of data, and clients to process and update local data stores with copies of the data.

RDF provides a very flexible data model that allows data of any form to be represented. The existing RDF family of standards define how to serialise the model, how to query the model (SPARQL) and how to update the model (SPARQL Update). However, there are no protocols that define how a machine can both expose and consume RDF in a system of interconnected nodes. A classic use case for this requirement is where one RDF server contains a collection of master data and another RDF system wishes to use that data. The master data will change over time. This protocol defines how the master data server can publish the changes to the resources it manages and how a client can consume them to ensure it is in sync.

Specification

The following versions of the specification are available:

Comments can be sent to the editors, Graham Moore (gramoore at outlook.com) and Lars Marius Garshol (larsga at garshol.priv.no). The work itself can be followed on github, and problems can also be reported as issues.

License

Creative Commons Licence SDShare Protocol by Graham Moore, Lars Marius Garshol, Marc Kuster is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. Based on a work at www.egovpt.org.