Uses of Interface
org.apache.commons.rdf.api.RDFSyntax
Packages that use RDFSyntax
Package
Description
Commons RDF, a common library of RDF 1.1 concepts.
Experimental Commons RDF features.
Experimental Commons RDF JSONLD-Java implementations.
Experimental Commons RDF Simple implementations.
-
Uses of RDFSyntax in org.apache.commons.rdf.api
Classes in org.apache.commons.rdf.api that implement RDFSyntaxModifier and TypeClassDescription(package private) class
W3C RDF 1.1 serialization syntax.Fields in org.apache.commons.rdf.api declared as RDFSyntaxModifier and TypeFieldDescriptionstatic final RDFSyntax
RDFSyntax.JSONLD
JSON-LD 1.0(package private) static final RDFSyntax
W3CRDFSyntax.JSONLD
static final RDFSyntax
RDFSyntax.NQUADS
RDF 1.1 N-Quads(package private) static final RDFSyntax
W3CRDFSyntax.NQUADS
static final RDFSyntax
RDFSyntax.NTRIPLES
RDF 1.1 N-Triples(package private) static final RDFSyntax
W3CRDFSyntax.NTRIPLES
static final RDFSyntax
RDFSyntax.RDFA
HTML+RDFa 1.1 and XHTML+RDFa 1.1(package private) static final RDFSyntax
W3CRDFSyntax.RDFA
static final RDFSyntax
RDFSyntax.RDFXML
RDF 1.1 XML Syntax(package private) static final RDFSyntax
W3CRDFSyntax.RDFXML
static final RDFSyntax
RDFSyntax.TRIG
RDF 1.1 TriG(package private) static final RDFSyntax
W3CRDFSyntax.TRIG
static final RDFSyntax
RDFSyntax.TURTLE
RDF 1.1 Turtle(package private) static final RDFSyntax
W3CRDFSyntax.TURTLE
Fields in org.apache.commons.rdf.api with type parameters of type RDFSyntaxMethods in org.apache.commons.rdf.api that return types with arguments of type RDFSyntaxModifier and TypeMethodDescriptionRDFSyntax.byFileExtension
(String fileExtension) Return the RDFSyntax with the specified file extension.RDFSyntax.byMediaType
(String mediaType) Return the RDFSyntax with the specified media type.Return the RDFSyntax with the specifiedname()
.RDFSyntax.w3cSyntaxes()
Return the RDF 1.1 serialization syntaxes. -
Uses of RDFSyntax in org.apache.commons.rdf.experimental
Methods in org.apache.commons.rdf.experimental with parameters of type RDFSyntaxModifier and TypeMethodDescriptionRDFParser.contentType
(RDFSyntax rdfSyntax) Specify the content type of the RDF syntax to parse. -
Uses of RDFSyntax in org.apache.commons.rdf.jsonldjava.experimental
Methods in org.apache.commons.rdf.jsonldjava.experimental with parameters of type RDFSyntax -
Uses of RDFSyntax in org.apache.commons.rdf.simple.experimental
Fields in org.apache.commons.rdf.simple.experimental with type parameters of type RDFSyntaxMethods in org.apache.commons.rdf.simple.experimental that return types with arguments of type RDFSyntaxModifier and TypeMethodDescriptionAbstractRDFParser.getContentTypeSyntax()
Get the set content-typeRDFSyntax
, if any.AbstractRDFParser.guessRDFSyntax
(Path path) Guess RDFSyntax from a local file's extension.Methods in org.apache.commons.rdf.simple.experimental with parameters of type RDFSyntax