Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JLiteral
-
Packages that use RDF4JLiteral Package Description org.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.rdf4j.impl -
-
Uses of RDF4JLiteral in org.apache.commons.rdf.rdf4j
Methods in org.apache.commons.rdf.rdf4j that return RDF4JLiteral Modifier and Type Method Description RDF4JLiteralRDF4J. asRDFTerm(org.eclipse.rdf4j.model.Literal value)Adapt a RDF4JLiteralas a Commons RDFLiteralRDF4JLiteralRDF4J. createLiteral(java.lang.String lexicalForm) -
Uses of RDF4JLiteral in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement RDF4JLiteral Modifier and Type Class Description (package private) classLiteralImplMethods in org.apache.commons.rdf.rdf4j.impl that return RDF4JLiteral Modifier and Type Method Description RDF4JLiteralInternalRDF4JFactory. createLiteralImpl(org.eclipse.rdf4j.model.Literal literal)Construct aRDF4JLiteralfrom a RDF4JLiteral.
-