Jassa-Core
Jassa-Core copied to clipboard
Talis RDF JSON type in `NodeFactory.createFromTalisRdfJson` method
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.
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...