jsonld-java icon indicating copy to clipboard operation
jsonld-java copied to clipboard

toJenaModel

Open zafarale opened this issue 5 years ago • 1 comments

A Service using RDFDataMgr.write(stream, m, RDFFormat.JSONLD_EXPAND_PRETTY); generates JSONLD on the client i need to read that into Jena Model, and could not figure out how.

And When Serialising it also dishonurs multiple statements with lang attribute for label in an instance i am testing
Can you suggest if it is supported

zafarale avatar Feb 28 '20 22:02 zafarale

Welcome @zafarale! It seems you have two questions.

  1. The first seems to be related rather to jena than to jsonld-java. You may want to have a look at SO "Jena supports JSON-LD reading and writing.".

  2. Not sure if I understand your question correctly. In general, yes, jsonld-java supports language attributes.

dr0i avatar Mar 13 '20 12:03 dr0i