Package org.aksw.iguana.commons.time
Class TimeUtils
java.lang.Object
org.aksw.iguana.commons.time.TimeUtils
Class related to the conversion of Java time objects to RDF literals.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.rdf.model.Literal
createTypedDurationLiteral
(Duration duration) static org.apache.jena.rdf.model.Literal
createTypedDurationLiteralInSeconds
(Duration duration) static org.apache.jena.rdf.model.Literal
static org.apache.jena.rdf.model.Literal
-
Constructor Details
-
TimeUtils
public TimeUtils()
-
-
Method Details
-
createTypedDurationLiteralInSeconds
public static org.apache.jena.rdf.model.Literal createTypedDurationLiteralInSeconds(Duration duration) -
createTypedDurationLiteral
-
createTypedInstantLiteral
-
createTypedZonedDateTimeLiteral
-