Package | Description |
---|---|
org.apache.commons.rdf.api |
Commons RDF, a common library of RDF 1.1 concepts.
|
org.apache.commons.rdf.api.fluentparser | |
org.apache.commons.rdf.api.io | |
org.apache.commons.rdf.experimental |
Experimental Commons RDF features.
|
Modifier and Type | Field and Description |
---|---|
static RDFSyntax |
RDFSyntax.JSONLD
JSON-LD 1.0
|
static RDFSyntax |
RDFSyntax.NQUADS
RDF 1.1 N-Quads
|
static RDFSyntax |
RDFSyntax.NTRIPLES
RDF 1.1 N-Triples
|
static RDFSyntax |
RDFSyntax.RDFA
HTML+RDFa 1.1 and XHTML+RDFa 1.1
|
static RDFSyntax |
RDFSyntax.RDFXML
RDF 1.1 XML Syntax
|
static RDFSyntax |
RDFSyntax.TRIG
RDF 1.1 TriG
|
static RDFSyntax |
RDFSyntax.TURTLE
RDF 1.1 Turtle
|
Modifier and Type | Method and Description |
---|---|
static Optional<RDFSyntax> |
RDFSyntax.byFileExtension(String fileExtension)
Return the RDFSyntax with the specified file extension.
|
static Optional<RDFSyntax> |
RDFSyntax.byMediaType(String mediaType)
Return the RDFSyntax with the specified media type.
|
static Optional<RDFSyntax> |
RDFSyntax.byName(String name)
Return the RDFSyntax with the specified
name() . |
static Set<RDFSyntax> |
RDFSyntax.w3cSyntaxes()
Return the RDF 1.1 serialization syntaxes.
|
Modifier and Type | Method and Description |
---|---|
default Optional<Parser> |
RDF.parser(RDFSyntax syntax)
Return a parser for the given RDF syntax.
|
default Optional<Writer> |
RDF.writer(RDFSyntax syntax)
Return a writer for the given RDF syntax.
|
Modifier and Type | Method and Description |
---|---|
NeedTargetOrRDF |
OptionalTargetOrSyntax.syntax(RDFSyntax syntax) |
Modifier and Type | Method and Description |
---|---|
Optional<RDFSyntax> |
ParserConfig.syntax() |
Optional<RDFSyntax> |
WriterConfig.syntax() |
Modifier and Type | Method and Description |
---|---|
NeedTargetOrRDF |
ParserConfigBuilder.syntax(RDFSyntax syntax) |
ParserConfig |
ParserConfig.withSyntax(RDFSyntax syntax) |
WriterConfig |
WriterConfig.withSyntax(RDFSyntax syntax) |
Modifier and Type | Method and Description |
---|---|
RDFParser |
RDFParser.contentType(RDFSyntax rdfSyntax)
Specify the content type of the RDF syntax to parse.
|
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.