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 classstatic classstatic classClasses in com.github.jsonldjava.core that implement interfaces with type arguments of type RDFDataset.NodeFields in com.github.jsonldjava.core declared as RDFDataset.NodeModifier and TypeFieldDescriptionprivate static final RDFDataset.NodeRDFDataset.firstprivate static final RDFDataset.NodeRDFDataset.nilprivate final RDFDataset.NodeJsonLdApi.Node.objectprivate static final RDFDataset.NodeRDFDataset.restMethods in com.github.jsonldjava.core that return RDFDataset.NodeModifier and TypeMethodDescriptionRDFDataset.Quad.getGraph()RDFDataset.Quad.getObject()RDFDataset.Quad.getPredicate()RDFDataset.Quad.getSubject()private RDFDataset.NodeRDFDataset.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 TypeMethodDescriptionintRDFDataset.Literal.compareTo(RDFDataset.Node o) intRDFDataset.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) privateQuad(String subject, String predicate, RDFDataset.Node object, String graph)