Re: Does anyone know a good editor for RDF that plays nicely with HTTP

Give Snapper (http://jiemakel.github.io/snapper/) a try as well,made
by Eetu Mäkelä. A completely client-side javascript turtle editor,
supporting uploading and downloading.
As far as I know, it requires a (CORS-enabled) SPARQL endpoint for updating
the triples (you can try sending a github feature request if this does not
suit your usecase)

gr Laurens


On Sat, Aug 30, 2014 at 3:52 PM, David Wood <david@3roundstones.com> wrote:

> Hi John,
>
> The Callimachus Project (http://callimachusproject.org) does all of that.
>
> Regards,
> Dave
> --
> http://about.me/david_wood
> Sent from my iPad
>
> > On Aug 30, 2014, at 8:36 AM, "john.walker" <john.walker@semaku.com>
> wrote:
> >
> > Hi,
> >
> > I'm looking for an editor that can be used to easily modify RDF
> resources on the web without needing to use curl to do the requests.
> > So something that I can open a resource over HTTP using GET request,
> edit the RDF contents and save my changes using PUT request.
> > Basically I want to be able to use the SPARQL 1.1 Graph Store HTTP
> Protocol or LDP to access the resources.
> >
> > Probably easiest would be to use Turtle, so the relevant Accept and
> Content-Type headers need to be sent with the request.
> > Must support HTTP basic authentication too.
> >
> > Syntax highlighting/validation would be a bonus although simply being
> able to edit a text is sufficient.
> >
> > Cheers,
> > John
>
>


-- 

VU University Amsterdam

Faculty of Exact Sciences

Department of Computer Science

De Boelelaan 1081 A

1081 HV Amsterdam

The Netherlands

www.laurensrietveld.nl
laurens.rietveld@vu.nl

Visiting address:

De Boelelaan 1081

Science Building Room T312

Received on Saturday, 30 August 2014 15:03:37 UTC