Uses of Interface
no.hasmac.rdf.RdfDataset
Packages that use RdfDataset
Package
Description
Processable documents.
Serialize RDF as JSON-LD Algorithm.
-
Uses of RdfDataset in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api that return RdfDatasetModifier and TypeMethodDescriptionToRdfApi.get()
Transform providedJSON-LD
document intoRdfDataset
. -
Uses of RdfDataset in no.hasmac.jsonld.document
Fields in no.hasmac.jsonld.document declared as RdfDatasetMethods in no.hasmac.jsonld.document that return types with arguments of type RdfDatasetModifier and TypeMethodDescriptiondefault Optional
<RdfDataset> Document.getRdfContent()
Get the document content as parsedRdfDataset
.RdfDocument.getRdfContent()
Methods in no.hasmac.jsonld.document with parameters of type RdfDatasetModifier and TypeMethodDescriptionstatic Document
RdfDocument.of
(MediaType contentType, RdfDataset dataset) Create a new document fromRdfDataset
.static Document
RdfDocument.of
(RdfDataset dataset) Create a new document fromRdfDataset
.Constructors in no.hasmac.jsonld.document with parameters of type RdfDatasetModifierConstructorDescriptionprivate
RdfDocument
(MediaType type, String profile, RdfDataset dataset) -
Uses of RdfDataset in no.hasmac.jsonld.processor
Methods in no.hasmac.jsonld.processor that return RdfDatasetModifier and TypeMethodDescriptionstatic RdfDataset
ToRdfProcessor.toRdf
(URI input, JsonLdOptions options) static RdfDataset
ToRdfProcessor.toRdf
(Document input, JsonLdOptions options) -
Uses of RdfDataset in no.hasmac.jsonld.serialization
Fields in no.hasmac.jsonld.serialization declared as RdfDatasetMethods in no.hasmac.jsonld.serialization with parameters of type RdfDatasetConstructors in no.hasmac.jsonld.serialization with parameters of type RdfDataset -
Uses of RdfDataset in no.hasmac.rdf
Methods in no.hasmac.rdf that return RdfDatasetModifier and TypeMethodDescriptionAddN-Quad
to the dataset.Add a triple to default graph.static RdfDataset
Rdf.createDataset()
-
Uses of RdfDataset in no.hasmac.rdf.impl
Classes in no.hasmac.rdf.impl that implement RdfDatasetMethods in no.hasmac.rdf.impl that return RdfDataset -
Uses of RdfDataset in no.hasmac.rdf.io
Methods in no.hasmac.rdf.io that return RdfDatasetMethods in no.hasmac.rdf.io with parameters of type RdfDataset -
Uses of RdfDataset in no.hasmac.rdf.io.nquad
Fields in no.hasmac.rdf.io.nquad declared as RdfDatasetMethods in no.hasmac.rdf.io.nquad that return RdfDatasetMethods in no.hasmac.rdf.io.nquad with parameters of type RdfDataset -
Uses of RdfDataset in no.hasmac.rdf.spi
Methods in no.hasmac.rdf.spi that return RdfDataset