What problem is a "Linked Data Platform" trying to solve that can't already be accomplished with a RDF server like Fuseki? If I'm correct also Fuseki has a REST front end available.
> Sent: Saturday, March 04, 2017 at 11:48 AM > From: "Jean-Marc Vanel" <[email protected]> > To: "Jena users" <[email protected]> > Subject: Re: Fuseki vs Marmotta > > Apache Fuseki is a pure SPARQL server, with a native triple database. > > Apache Marmotta is a complex beast, primarily an LDP server [1] , but it > mixes a lot of ingredients: > http://marmotta.apache.org/platform/index.html > > Its persistence layer is only SQL databases. > It does offer a SPARQL service, but it seems loosely connected to the other > modules. > Especially, I'm not sure that after an LDP PUT or POST, the data will be > added to the underlying SPARQL database. > > [1] LDP https://www.w3.org/TR/ldp/
