Uses of Interface
org.eclipse.rdf4j.model.base.CoreDatatype
-
Packages that use CoreDatatype Package Description org.eclipse.rdf4j.model The RDF Model APIorg.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces. -
-
Uses of CoreDatatype in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return CoreDatatype Modifier and Type Method Description CoreDatatypeLiteral. getCoreDatatype()CoreDatatype is an interface for natively supported datatypes in RDF4J.Methods in org.eclipse.rdf4j.model with parameters of type CoreDatatype Modifier and Type Method Description LiteralValueFactory. createLiteral(String label, CoreDatatype datatype)Creates a new literal with the supplied label and datatype.LiteralValueFactory. createLiteral(String label, IRI datatype, CoreDatatype coreDatatype)Creates a new literal with the supplied label and datatype. -
Uses of CoreDatatype in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement CoreDatatype Modifier and Type Class Description static classCoreDatatype.GEOstatic classCoreDatatype.RDFstatic classCoreDatatype.XSDFields in org.eclipse.rdf4j.model.base declared as CoreDatatype Modifier and Type Field Description static CoreDatatypeCoreDatatype. NONEMethods in org.eclipse.rdf4j.model.base that return CoreDatatype Modifier and Type Method Description static CoreDatatypeCoreDatatype. from(IRI datatype)Methods in org.eclipse.rdf4j.model.base with parameters of type CoreDatatype Modifier and Type Method Description LiteralAbstractValueFactory. createLiteral(String label, CoreDatatype datatype)LiteralAbstractValueFactory. createLiteral(String label, IRI datatype, CoreDatatype coreDatatype)
-