Package | Description |
---|---|
org.openrdf.rio.binary | |
org.openrdf.rio.nquads |
Parser and writer for RDF in N-Quads format.
|
org.openrdf.rio.ntriples |
Parser and writer for RDF in N-Triples format.
|
org.openrdf.rio.rdfjson | |
org.openrdf.rio.rdfxml |
Parser and writer for XML-serialized RDF.
|
org.openrdf.rio.trig |
Parser and writer for RDF in TriG format.
|
org.openrdf.rio.trix |
Parser and writer for RDF in
TriX format.
|
org.openrdf.rio.turtle |
Parser and writer for RDF in Turtle format.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryRDFParser |
Modifier and Type | Class and Description |
---|---|
class |
NQuadsParser
RDF parser implementation for the
N-Quads RDF
format, extending the Rio N-Triples parser. |
Modifier and Type | Class and Description |
---|---|
class |
NTriplesParser
RDF parser for N-Triples files.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFJSONParser
RDFParser implementation for the RDF/JSON format |
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLParser
A parser for XML-serialized RDF.
|
Modifier and Type | Class and Description |
---|---|
class |
TriGParser
RDF parser for TriG files.
|
Modifier and Type | Class and Description |
---|---|
class |
TriXParser
A parser that can parse RDF files that are in the TriX format.
|
Modifier and Type | Class and Description |
---|---|
class |
TurtleParser
RDF parser for Turtle
files.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.