You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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...
In the
NodeFactory
's methodcreateFromTalisRdfJson
typed literals are only created when the typetyped-literal
is provided. According to the RDF 1.1 JSON Alternate Serialization specs the type must beNow I'm wondering to which spec you referred in the
createFromTalisRdfJson
method.The text was updated successfully, but these errors were encountered: