Re: new RDF js library to help with RWW

Hello,

I've added some code to the lib.



Retrieving request/response metadatas is not obvious with RDFLib.js as they
are added to the store as triples under a request/response bnode.
So if you wonder how to retrieve informations like response headers, you
can check this:

https://github.com/stample/rdflib-pg-extension/blob/master/pointedgraph/pg.js#L52


This is useful for RWW to be able to retrieve some headers like User or
Allow





On Wed, Feb 12, 2014 at 12:18 PM, Sébastien Lorber <sebastien@stample.co>wrote:

> hehe just sent a mail about that @ public-rww :)
>
>
> On Wed, Feb 12, 2014 at 12:13 PM, Melvin Carvalho <
> melvincarvalho@gmail.com> wrote:
>
>>
>>
>>
>> On 10 February 2014 13:02, Sébastien Lorber <sebastien@stample.co> wrote:
>>
>>> Hello,
>>>
>>> At Stample we have built a layer on top of RDFLib.js to make it easier
>>> to navigate between RDF resources, using a PointedGraph abstraction.
>>>
>>> https://github.com/stample/rdflib-pg-extension
>>>
>>>
>>> We'll also try to add features to make it easier to edit graphs in the
>>> RWW world.
>>> Feedbacks, ideas and contributions are welcome.
>>>
>>> Here is a JsFiddle that show some functionality:
>>> http://jsfiddle.net/D5Gqs/4/
>>>
>>
>> Nice work!  (And thanks for the patches to rdflib.js)
>>
>> Regarding the editing functionality, any ideas yet on how this might be
>> implemented?
>>
>
>

Received on Friday, 14 March 2014 10:11:11 UTC