| Package | Description |
|---|---|
| org.apache.jena.riot | |
| org.apache.jena.riot.lang | |
| org.apache.jena.riot.lang.extra |
| Modifier and Type | Class and Description |
|---|---|
class |
ReaderRIOTBase |
| Modifier and Type | Method and Description |
|---|---|
default ReaderRIOT |
ReaderRIOTFactory.create(Lang language)
Deprecated.
|
ReaderRIOT |
ReaderRIOTFactory.create(Lang language,
ParserProfile profile) |
static ReaderRIOT |
RDFDataMgr.createReader(Lang lang)
Deprecated.
Use
RDFParser.create(). |
static ReaderRIOT |
RDFDataMgr.createReader(Lang lang,
ParserProfile profile)
Deprecated.
This operation exists to ease migration to using
RDFParser.create() for detailed setup. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonLDReader
Note: it is possible to override jsonld's "@context" value by providing one,
using a
Context, and setting the RIOT.JSONLD_CONTEXT Symbol's value
to the data expected by JSON-LD java API (a Map). |
class |
ReaderRDFNULL |
class |
ReaderRIOTRDFXML
RDF/XML.
|
class |
ReaderTriX
Read TriX.
|
| Modifier and Type | Method and Description |
|---|---|
ReaderRIOT |
ReaderRIOTRDFXML.Factory.create(Lang language,
ParserProfile parserProfile) |
ReaderRIOT |
ReaderTriX.ReaderRIOTFactoryTriX.create(Lang language,
ParserProfile profile) |
ReaderRIOT |
ReaderRDFNULL.Factory.create(Lang language,
ParserProfile profile) |
| Modifier and Type | Class and Description |
|---|---|
class |
TurtleJavaccReaderRIOT |
Licenced under the Apache License, Version 2.0