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
Fields in org.apache.commons.rdf.api declared as RDFSyntaxModifier and TypeFieldDescriptionstatic final RDFSyntaxRDFSyntax.JSONLDJSON-LD 1.0static final RDFSyntaxRDFSyntax.NQUADSRDF 1.1 N-Quadsstatic final RDFSyntaxRDFSyntax.NTRIPLESRDF 1.1 N-Triplesstatic final RDFSyntaxRDFSyntax.RDFAHTML+RDFa 1.1 and XHTML+RDFa 1.1static final RDFSyntaxRDFSyntax.RDFXMLRDF 1.1 XML Syntaxstatic final RDFSyntaxRDFSyntax.TRIGRDF 1.1 TriGstatic final RDFSyntaxRDFSyntax.TURTLERDF 1.1 TurtleMethods 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
Methods 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