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) classW3C RDF 1.1 serialization syntax.Fields in org.apache.commons.rdf.api declared as RDFSyntaxModifier and TypeFieldDescriptionstatic final RDFSyntaxRDFSyntax.JSONLDJSON-LD 1.0(package private) static final RDFSyntaxW3CRDFSyntax.JSONLDstatic final RDFSyntaxRDFSyntax.NQUADSRDF 1.1 N-Quads(package private) static final RDFSyntaxW3CRDFSyntax.NQUADSstatic final RDFSyntaxRDFSyntax.NTRIPLESRDF 1.1 N-Triples(package private) static final RDFSyntaxW3CRDFSyntax.NTRIPLESstatic final RDFSyntaxRDFSyntax.RDFAHTML+RDFa 1.1 and XHTML+RDFa 1.1(package private) static final RDFSyntaxW3CRDFSyntax.RDFAstatic final RDFSyntaxRDFSyntax.RDFXMLRDF 1.1 XML Syntax(package private) static final RDFSyntaxW3CRDFSyntax.RDFXMLstatic final RDFSyntaxRDFSyntax.TRIGRDF 1.1 TriG(package private) static final RDFSyntaxW3CRDFSyntax.TRIGstatic final RDFSyntaxRDFSyntax.TURTLERDF 1.1 Turtle(package private) static final RDFSyntaxW3CRDFSyntax.TURTLEFields 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 specifiedRDFSyntax.name().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