Uses of Class
com.github.jsonldjava.core.RDFDataset.Node
Packages that use RDFDataset.Node
-
Uses of RDFDataset.Node in com.github.jsonldjava.core
Subclasses of RDFDataset.Node in com.github.jsonldjava.coreModifier and TypeClassDescriptionstatic class
static class
static class
Fields in com.github.jsonldjava.core declared as RDFDataset.NodeModifier and TypeFieldDescriptionprivate static final RDFDataset.Node
RDFDataset.first
private static final RDFDataset.Node
RDFDataset.nil
private final RDFDataset.Node
JsonLdApi.Node.object
private static final RDFDataset.Node
RDFDataset.rest
Methods in com.github.jsonldjava.core that return RDFDataset.NodeModifier and TypeMethodDescriptionRDFDataset.Quad.getGraph()
RDFDataset.Quad.getObject()
RDFDataset.Quad.getPredicate()
RDFDataset.Quad.getSubject()
private RDFDataset.Node
RDFDataset.objectToRDF
(Object item) Converts a JSON-LD value object to an RDF literal or a JSON-LD string or node object to an RDF resource.Methods in com.github.jsonldjava.core with parameters of type RDFDataset.NodeModifier and TypeMethodDescriptionint
RDFDataset.Literal.compareTo
(RDFDataset.Node o) int
RDFDataset.Node.compareTo
(RDFDataset.Node o) Constructors in com.github.jsonldjava.core with parameters of type RDFDataset.NodeModifierConstructorDescriptionNode
(String predicate, RDFDataset.Node object) Quad
(RDFDataset.Node subject, RDFDataset.Node predicate, RDFDataset.Node object, String graph) private
Quad
(String subject, String predicate, RDFDataset.Node object, String graph)