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 RDF4JLiteral
RDF4J. asRDFTerm(org.eclipse.rdf4j.model.Literal value)
Adapt a RDF4JLiteral
as a Commons RDFLiteral
RDF4JLiteral
RDF4J. 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) class
LiteralImpl
Methods in org.apache.commons.rdf.rdf4j.impl that return RDF4JLiteral Modifier and Type Method Description RDF4JLiteral
InternalRDF4JFactory. createLiteralImpl(org.eclipse.rdf4j.model.Literal literal)
Construct aRDF4JLiteral
from a RDF4JLiteral
.
-