public class JsonLDReader extends Object implements org.apache.jena.riot.ReaderRIOT
| Modifier and Type | Field and Description |
|---|---|
static String |
BLANK_NODE |
static String |
IRI |
static String |
LITERAL |
| Constructor and Description |
|---|
JsonLDReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
read(InputStream in,
String baseURI,
org.apache.jena.atlas.web.ContentType ct,
org.apache.jena.riot.system.StreamRDF output,
com.hp.hpl.jena.sparql.util.Context context) |
public static String LITERAL
public static String BLANK_NODE
public static String IRI
public void read(InputStream in, String baseURI, org.apache.jena.atlas.web.ContentType ct, org.apache.jena.riot.system.StreamRDF output, com.hp.hpl.jena.sparql.util.Context context)
read in interface org.apache.jena.riot.ReaderRIOTCopyright © 2014. All Rights Reserved.