Re: Parsing hydra as RDF graph

Hi

I do think you should be able to address blank node reliably. Maybe a 
bug in rdflib.js?

Could you post an example JSON-LD document which causes this behavior?

Tom

On 2016-10-01 12:26, GoutisD wrote:
> Greetings list,
>
> i'm using the https://api-platform.com/ (which is great btw) server side
> and the rdflib.js (https://github.com/linkeddata/rdflib.js
> <https://github.com/linkeddata/rdflib..js>) client side playing around
> with rdf graphs.
>
> When i'm parsing the jsonld as RDF graph i get a lot of blank nodes.
> Which may not seem as a problem at first, but the same blank nodes, are
> assigned a new id every time they are mentioned. I'm not sure if we can
> refer to a blank node the same way we can with a named one.
>
> Have a look at the example
> here https://github.com/api-platform/api-platform/issues/144
>
> PS: I'll check rdflib.js also

Received on Saturday, 1 October 2016 18:33:58 UTC