Class RdfLiteral<T>
java.lang.Object
io.github.webbasedwodt.model.ontology.rdf.RdfLiteral<T>
- Type Parameters:
T
- the type of the literal.
- All Implemented Interfaces:
RdfNode
It models the concept of RDF Literal.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RdfLiteral
Default constructor.- Parameters:
value
- the value of the literal
-
-
Method Details
-
getValue
Getter.- Returns:
- the literal
-