jsonld-java
jsonld-java copied to clipboard
toJenaModel
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
Welcome @zafarale! It seems you have two questions.
-
The first seems to be related rather to
jenathan tojsonld-java. You may want to have a look at SO "Jena supports JSON-LD reading and writing.". -
Not sure if I understand your question correctly. In general, yes,
jsonld-javasupports language attributes.