datafoodconsortium / prototype

The DFC prototype allows you to map data on different platforms.
http://proto.datafoodconsortium.org/
MIT License
10 stars 4 forks source link

As a Producer, I can upadte my data on proto and ask to propagate update to linked data on other platform #109

Open simonLouvet opened 1 year ago

simonLouvet commented 1 year ago

LDP Navigator works this way (in layers) Kernel (RAM) -> Sparql (resolvedById) -> LDP

Pivot = link/linkSimple New Api to put in api/catalogItem

The request will look like this

/refresh 
body {
"@id" : "UriOfMyProductOnMyPlatform"
}
option impact=false -> update on other platforms (not only on the prototype)

Steps :

  1. [x] Update the data of the 1rst plateform (on the DFC prototype) data ontology 1.7 for example (LDPNavigator -> skip resolveByID on sparqlAdapter)
  2. [x] Find the DFC product linked to the 1rst plateform (thanks to the pivot) put LDP to update the DFC product
  3. [x] Update the data on the 2nd plateform (thanks to the pivot) (Socléo) (put LDP + LDPNavigator -> skip resolveByID on sparqlAdapter)
simonLouvet commented 1 year ago

2J