Package | Description |
---|---|
org.apache.commons.rdf.experimental |
Experimental Commons RDF features.
|
org.apache.commons.rdf.jena.experimental |
Experimental Commons RDF Jena implementations.
|
org.apache.commons.rdf.jsonldjava.experimental |
Experimental Commons RDF JSONLD-Java implementations.
|
org.apache.commons.rdf.rdf4j.experimental |
Experimental Commons RDF RDF4J implementations.
|
org.apache.commons.rdf.simple.experimental |
Experimental Commons RDF Simple implementations.
|
Modifier and Type | Method and Description |
---|---|
RDFParser |
RDFParser.base(IRI base)
Specify a base IRI to use for parsing any relative IRI references.
|
RDFParser |
RDFParser.base(String base)
Specify a base IRI to use for parsing any relative IRI references.
|
RDFParser |
RDFParser.contentType(RDFSyntax rdfSyntax)
Specify the content type of the RDF syntax to parse.
|
RDFParser |
RDFParser.contentType(String contentType)
Specify the content type of the RDF syntax to parse.
|
RDFParser |
RDFParser.rdfTermFactory(RDF rdfTermFactory)
|
RDFParser |
RDFParser.source(InputStream inputStream)
Specify a source
InputStream to parse. |
RDFParser |
RDFParser.source(IRI iri)
Specify an absolute source
IRI to retrieve and parse. |
RDFParser |
RDFParser.source(Path file)
Specify a source file
Path to parse. |
RDFParser |
RDFParser.source(String iri)
Specify an absolute source IRI to retrieve and parse.
|
RDFParser |
RDFParser.target(Consumer<Quad> consumer)
Specify a consumer for parsed quads.
|
default RDFParser |
RDFParser.target(Dataset dataset)
Specify a
Dataset to add parsed quads to. |
default RDFParser |
RDFParser.target(Graph graph)
Specify a
Graph to add parsed triples to. |
Modifier and Type | Class and Description |
---|---|
class |
JenaRDFParser |
Modifier and Type | Class and Description |
---|---|
class |
JsonLdParser |
Modifier and Type | Class and Description |
---|---|
class |
RDF4JParser
RDF4J-based parser.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRDFParser<T extends AbstractRDFParser<T>>
Abstract RDFParser
|
Modifier and Type | Method and Description |
---|---|
RDFParser |
RDFParseException.getRDFParserBuilder() |
Constructor and Description |
---|
RDFParseException(RDFParser builder) |
RDFParseException(RDFParser builder,
String message) |
RDFParseException(RDFParser builder,
String message,
Throwable cause) |
RDFParseException(RDFParser builder,
Throwable cause) |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.