Uses of Class
com.github.jsonldjava.core.RDFDataset
Packages that use RDFDataset
-
Uses of RDFDataset in com.github.jsonldjava.core
Methods in com.github.jsonldjava.core that return RDFDatasetModifier and TypeMethodDescriptionParse the input into the internal RDF Dataset format The format is a Map with the following structure: { GRAPH_1: [ TRIPLE_1, TRIPLE_2, ..., TRIPLE_N ], GRAPH_2: [ TRIPLE_1, TRIPLE_2, ..., TRIPLE_N ], ...static RDFDataset
RDFDatasetUtils.parseNQuads
(String input) Parses RDF in the form of N-Quads.JsonLdApi.toRDF()
Adds RDF triples for each graph in the current node map to an RDF dataset.Methods in com.github.jsonldjava.core with parameters of type RDFDatasetModifier and TypeMethodDescriptionJsonLdTripleCallback.call
(RDFDataset dataset) Construct output based on internal RDF dataset formatJsonLdApi.fromRDF
(RDFDataset dataset) Converts RDF statements into JSON-LD.JsonLdApi.fromRDF
(RDFDataset dataset, boolean noDuplicatesInDataset) Converts RDF statements into JSON-LD, presuming that there are no duplicates in the dataset.static String
RDFDatasetUtils.toNQuads
(RDFDataset dataset) static void
RDFDatasetUtils.toNQuads
(RDFDataset dataset, StringBuilder output) -
Uses of RDFDataset in com.github.jsonldjava.impl
Methods in com.github.jsonldjava.impl that return RDFDatasetMethods in com.github.jsonldjava.impl with parameters of type RDFDataset