Re: Fuseki vs Marmotta

2017-03-04 Thread A. Soroka
at some relative URL's, and >> by HTP GET at the same URL retrieves the data. >> >> This is what an LDP server basically does. >> An LDP server also can be viewed as similar to an FTP server that typically >> stores RDF data (but also any binary data). > >

Re: Fuseki vs Marmotta

2017-03-04 Thread Andy Seaborne
y, March 04, 2017 at 11:48 AM From: "Jean-Marc Vanel" To: "Jena users" 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: htt

Re: Fuseki vs Marmotta

2017-03-04 Thread Jean-Marc Vanel
ta (but also any binary data). > > > > Sent: Saturday, March 04, 2017 at 11:48 AM > > From: "Jean-Marc Vanel" > > To: "Jena users" > > Subject: Re: Fuseki vs Marmotta > > > > Apache Fuseki is a pure SPARQL server, with a native

Re: Fuseki vs Marmotta

2017-03-04 Thread Laura Morales
; > To: "Jena users" > 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/plat

Re: Fuseki vs Marmotta

2017-03-04 Thread Jean-Marc Vanel
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, bu

Fuseki vs Marmotta

2017-03-04 Thread Laura Morales
What's the difference between Apache Fuseki and Apache Marmotta?