Uses of Interface
no.hasmac.rdf.RdfDataset
-
Packages that use RdfDataset Package Description no.hasmac.jsonld.api no.hasmac.jsonld.document Processable documents.no.hasmac.jsonld.processor no.hasmac.jsonld.serialization Serialize RDF as JSON-LD Algorithm.no.hasmac.rdf no.hasmac.rdf.impl no.hasmac.rdf.io no.hasmac.rdf.io.nquad no.hasmac.rdf.spi -
-
Uses of RdfDataset in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api that return RdfDataset Modifier and Type Method Description RdfDataset
ToRdfApi. get()
Transform providedJSON-LD
document intoRdfDataset
. -
Uses of RdfDataset in no.hasmac.jsonld.document
Fields in no.hasmac.jsonld.document declared as RdfDataset Modifier and Type Field Description private RdfDataset
RdfDocument. dataset
Methods in no.hasmac.jsonld.document that return types with arguments of type RdfDataset Modifier and Type Method Description default java.util.Optional<RdfDataset>
Document. getRdfContent()
Get the document content as parsedRdfDataset
.java.util.Optional<RdfDataset>
RdfDocument. getRdfContent()
Methods in no.hasmac.jsonld.document with parameters of type RdfDataset Modifier and Type Method Description static 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 RdfDataset Constructor Description RdfDocument(MediaType type, java.lang.String profile, RdfDataset dataset)
-
Uses of RdfDataset in no.hasmac.jsonld.processor
Methods in no.hasmac.jsonld.processor that return RdfDataset Modifier and Type Method Description static RdfDataset
ToRdfProcessor. toRdf(java.net.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 RdfDataset Modifier and Type Field Description private RdfDataset
RdfToJsonld. dataset
Methods in no.hasmac.jsonld.serialization with parameters of type RdfDataset Modifier and Type Method Description static RdfToJsonld
RdfToJsonld. with(RdfDataset dataset)
Constructors in no.hasmac.jsonld.serialization with parameters of type RdfDataset Constructor Description RdfToJsonld(RdfDataset dataset)
-
Uses of RdfDataset in no.hasmac.rdf
Methods in no.hasmac.rdf that return RdfDataset Modifier and Type Method Description RdfDataset
RdfDataset. add(RdfNQuad nquad)
AddN-Quad
to the dataset.RdfDataset
RdfDataset. add(RdfTriple triple)
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 RdfDataset Modifier and Type Class Description (package private) class
RdfDatasetImpl
Methods in no.hasmac.rdf.impl that return RdfDataset Modifier and Type Method Description RdfDataset
RdfDatasetImpl. add(RdfNQuad nquad)
RdfDataset
RdfDatasetImpl. add(RdfTriple triple)
RdfDataset
DefaultRdfProvider. createDataset()
-
Uses of RdfDataset in no.hasmac.rdf.io
Methods in no.hasmac.rdf.io that return RdfDataset Modifier and Type Method Description RdfDataset
RdfReader. readDataset()
Methods in no.hasmac.rdf.io with parameters of type RdfDataset Modifier and Type Method Description void
RdfWriter. write(RdfDataset dataset)
-
Uses of RdfDataset in no.hasmac.rdf.io.nquad
Fields in no.hasmac.rdf.io.nquad declared as RdfDataset Modifier and Type Field Description private RdfDataset
NQuadsReader. dataset
Methods in no.hasmac.rdf.io.nquad that return RdfDataset Modifier and Type Method Description RdfDataset
NQuadsReader. readDataset()
Methods in no.hasmac.rdf.io.nquad with parameters of type RdfDataset Modifier and Type Method Description void
NQuadsWriter. write(RdfDataset dataset)
-
Uses of RdfDataset in no.hasmac.rdf.spi
Methods in no.hasmac.rdf.spi that return RdfDataset Modifier and Type Method Description abstract RdfDataset
RdfProvider. createDataset()
-