Uses of Interface
org.apache.commons.rdf.api.RDF
-
Packages that use RDF Package Description org.apache.commons.rdf.experimental Experimental Commons RDF features.org.apache.commons.rdf.jsonldjava Integration with jsonld-javaorg.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.simple A simple in-memory implementation of the Commons RDF API.org.apache.commons.rdf.simple.experimental Experimental Commons RDF Simple implementations. -
-
Uses of RDF in org.apache.commons.rdf.experimental
Methods in org.apache.commons.rdf.experimental with parameters of type RDF Modifier and Type Method Description RDFParser
RDFParser. rdfTermFactory(RDF rdfTermFactory)
-
Uses of RDF in org.apache.commons.rdf.jsonldjava
Classes in org.apache.commons.rdf.jsonldjava that implement RDF Modifier and Type Class Description class
JsonLdRDF
JSON-LD Java RDF implementation. -
Uses of RDF in org.apache.commons.rdf.rdf4j
Classes in org.apache.commons.rdf.rdf4j that implement RDF Modifier and Type Class Description class
RDF4J
RDF4J implementation of RDF. -
Uses of RDF in org.apache.commons.rdf.simple
Classes in org.apache.commons.rdf.simple that implement RDF Modifier and Type Class Description class
SimpleRDF
Simple RDF implementation. -
Uses of RDF in org.apache.commons.rdf.simple.experimental
Fields in org.apache.commons.rdf.simple.experimental declared as RDF Modifier and Type Field Description private static RDF
AbstractRDFParser. internalRdfTermFactory
Fields in org.apache.commons.rdf.simple.experimental with type parameters of type RDF Modifier and Type Field Description private java.util.Optional<RDF>
AbstractRDFParser. rdfTermFactory
Methods in org.apache.commons.rdf.simple.experimental that return RDF Modifier and Type Method Description protected RDF
AbstractRDFParser. createRDFTermFactory()
Create a newRDF
for a parse session.Methods in org.apache.commons.rdf.simple.experimental that return types with arguments of type RDF Modifier and Type Method Description java.util.Optional<RDF>
AbstractRDFParser. getRdfTermFactory()
Get the setRDF
, if any.Methods in org.apache.commons.rdf.simple.experimental with parameters of type RDF Modifier and Type Method Description T
AbstractRDFParser. rdfTermFactory(RDF rdfTermFactory)
-