RDF.Literal.Generic.cast
You're seeing just the function
cast
, go back to RDF.Literal.Generic module for more information.
Specs
cast(RDF.Literal.Datatype.literal() | RDF.Term.t()) :: RDF.Literal.t() | nil
Since generic literals don't support casting, always returns nil
.