Class RdfLiteralImpl

java.lang.Object
org.aksw.jenax.graphql.sparql.v2.ron.RdfElementNodeBase
org.aksw.jenax.graphql.sparql.v2.ron.RdfLiteralImpl
All Implemented Interfaces:
RdfElement, RdfElementNode, RdfLiteral

public class RdfLiteralImpl extends RdfElementNodeBase implements RdfLiteral
A literal simply wraps a node. Unlike RdfObject, it cannot have additional properties. It thus represents a leaf in a tree structure.
  • Constructor Details

    • RdfLiteralImpl

      public RdfLiteralImpl(org.apache.jena.graph.Node internalId)
    • RdfLiteralImpl

      public RdfLiteralImpl(org.apache.jena.rdf.model.Resource internalId)
  • Method Details