Jassa-Core icon indicating copy to clipboard operation
Jassa-Core copied to clipboard

Talis RDF JSON type in `NodeFactory.createFromTalisRdfJson` method

Open patrickwestphal opened this issue 11 years ago • 1 comments

In the NodeFactory's method createFromTalisRdfJson typed literals are only created when the type typed-literal is provided. According to the RDF 1.1 JSON Alternate Serialization specs the type must be

one of 'uri', 'literal' or 'bnode' (required)

Now I'm wondering to which spec you referred in the createFromTalisRdfJson method.

patrickwestphal avatar Aug 18 '14 18:08 patrickwestphal

As sad as it is, the sparql result sets in json are not talis rdf json (facepalm)

I created the jassa.io module for the purpose of dealing with concerns related to input/output processing, so we would have to add a SparqlJsonUtils class next to the TalisRdfJsonUtils one...

Aklakan avatar Dec 03 '14 00:12 Aklakan