Uses of Class
org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral
-
Packages that use RdfLiteral Package Description org.eclipse.rdf4j.sparqlbuilder.constraint org.eclipse.rdf4j.sparqlbuilder.rdf -
-
Uses of RdfLiteral in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type RdfLiteral Modifier and Type Method Description static Expression<?>
Expressions. bnode(RdfLiteral<?> literal)
BNODE(operand)
-
Uses of RdfLiteral in org.eclipse.rdf4j.sparqlbuilder.rdf
Subclasses of RdfLiteral in org.eclipse.rdf4j.sparqlbuilder.rdf Modifier and Type Class Description static class
RdfLiteral.BooleanLiteral
Represents an RDF boolean literalstatic class
RdfLiteral.NumericLiteral
Represents an RDF number literalstatic class
RdfLiteral.StringLiteral
Represents an RDF string literal
-