public interface JsonldConverter
| Modifier and Type | Method and Description |
|---|---|
void |
convertFromJsonld(InputStream in,
OutputStream out)
Convert inputstream in jsonld format to outputsream in owl/rdf format.
|
void |
convertToJsonld(InputStream in,
OutputStream os)
Convert inputstream in owl/rdf format to outputsream in jsonld format.
|
void convertToJsonld(InputStream in, OutputStream os) throws IOException
in - input stream (BioPAX RDF/XML data)os - output stream (to write the JSON-LD result)IOException - when an I/O error occursvoid convertFromJsonld(InputStream in, OutputStream out)
in - input stream (JSON-LD data)out - output stream (to write the BioPAX RDF/XML result)Copyright © 2016 BioPAX. All rights reserved.