- From: Jean-Marc Vanel <jeanmarc.vanel@gmail.com>
- Date: Sat, 17 Mar 2018 14:48:23 +0100
- To: Graham Klyne <graham.klyne@oerc.ox.ac.uk>
- Cc: semantic-web <semantic-web@w3.org>
- Message-ID: <CANwvFKBsuMrYpbVR4KBbs=c3vrK27A=uHJJ6vcXGG6aWSm65Mg@mail.gmail.com>
Hi If you're willing to use a work in progress, there is semantic_forms : https://github.com/jmvanel/semantic_forms/blob/master/scala/forms_play/README.md#play-framework-implementations Bug reports welcome. I have not passed an official test suite ( is this the one ? https://w3c.github.io/ldp-testsuite/ ) . SF is a sparql database, which stores the LDP data (every LDP resource is a named graph). SF has other interesting features: features <http://deductions.github.io/doas.owl.ttl#features> <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2Fsemantic_forms#http-3A-2F-2Fdeductions.github.io-2Fdoas.owl.ttl-23features> Graph database <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fdbpedia.org%2Fresource%2FGraph_database> [image: Image of Graph database: http://dbpedia.org/resource/Graph_database] <http://commons.wikimedia.org/wiki/Special:FilePath/GraphDatabase_PropertyGraph.png?width=300> -- <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2Fsemantic_forms#http-3A-2F-2Fdeductions.github.io-2Fdoas.owl.ttl-23features> Linked Data Browser <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2FLinked_Data_Browser> - modified by jmvanel <http://semantic-forms.cc:9112/display?displayuri=user:jmvanel> on 15/03/2018 17:56 -- <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2Fsemantic_forms#http-3A-2F-2Fdeductions.github.io-2Fdoas.owl.ttl-23features> Semantic Web Services <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fdbpedia.org%2Fresource%2FSemantic_Web_Services> -- <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2Fsemantic_forms#http-3A-2F-2Fdeductions.github.io-2Fdoas.owl.ttl-23features> Collaborative_software# <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fdbpedia.org%2Fresource%2FCollaborative_software> -- <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2Fsemantic_forms#http-3A-2F-2Fdeductions.github.io-2Fdoas.owl.ttl-23features> Cartography <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fdbpedia.org%2Fresource%2FCartography> [image: Image of Cartography: http://dbpedia.org/resource/Cartography] <http://commons.wikimedia.org/wiki/Special:FilePath/Claudius_Ptolemy-_The_World.jpg?width=300> - modified by jmvanel <http://semantic-forms.cc:9112/display?displayuri=user:jmvanel> on 03/01/2018 17:23 -- <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2Fsemantic_forms#http-3A-2F-2Fdeductions.github.io-2Fdoas.owl.ttl-23features> Semantic_Web_Stack# <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fdbpedia.org%2Fresource%2FSemantic_Web_Stack> -- <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2Fsemantic_forms#http-3A-2F-2Fdeductions.github.io-2Fdoas.owl.ttl-23features> Database# <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fdbpedia.org%2Fresource%2FDatabase> -- <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2Fsemantic_forms#http-3A-2F-2Fdeductions.github.io-2Fdoas.owl.ttl-23features> Database management system <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fdbpedia.org%2Fresource%2FDatabase_management_system> -- <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fsemantic-forms.cc%3A9112%2Fldp%2Fsemantic_forms#http-3A-2F-2Fdeductions.github.io-2Fdoas.owl.ttl-23features> Software_framework# <http://semantic-forms.cc:9112/display?displayuri=http%3A%2F%2Fdbpedia.org%2Fresource%2FSoftware_framework> SF is open source, installed from a zip, whose only prerequisite is Java 8. You can use the Sandbox at http://semantic-forms.cc:9111/ Le 17 mars 2018 9:29 AM, "Graham Klyne" <graham.klyne@oerc.ox.ac.uk> a écrit : > Hi, > > A team I'm working with are looking to do explore some designs using LDP ( > http://www.w3.org/TR/ldp/) - as part of this, we're looking to stand up > an off-the-shelf LDP server for our tests. > > We've looked at a few of the options mentioned at > https://www.w3.org/wiki/LDP_Implementations, but so far the ones we've > tried have been less than fully satisfactory: > > - Apache Marmotta - project appears to be dead (not updated since 2014?) > - ldnode - didn't get running, possibly becauxe of complex node > dependencies > - gold - this is what we're using for now, as it was easy enough to get > running. But it's prone to unexpected failures without any diagnostics > (e.g. fails silently when loading Turtle data with comments; returns > garbage data). It is also a Solid container, there is ACL configuration > that complicates the setup if not run in debug mode. > > What we're looking for is an LDP server that: > > 1. supports Basic LDP containers (direct/indirect not needed) > 2. is easy to install (on a Linux host server) (*) > 3. is easy to configure (*) > 4. is reasonably reliable and maintained > > (*) these might amount to simply having reliable "getting started" > documentation > > Any suggestions? > > Thanks! > > #g > > >
Received on Saturday, 17 March 2018 13:48:47 UTC