Hey, I have a situation where I register a new Lang (JSON-LD) in Jena 2.11.0 but I only have a Writer for it, not a Reader. How can I check whether Reader exists for a certain Lang before doing the actual read?
Right now I get an exception: com.hp.hpl.jena.shared.NoReaderForLangException: JSON-LD at com.hp.hpl.jena.rdf.model.impl.RDFReaderFImpl.getReader(RDFReaderFImpl.java:100) at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:274) Thanks, Martynas
