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 RdfDatasetToRdfApi. get()Transform providedJSON-LDdocument intoRdfDataset. -
Uses of RdfDataset in no.hasmac.jsonld.document
Fields in no.hasmac.jsonld.document declared as RdfDataset Modifier and Type Field Description private RdfDatasetRdfDocument. datasetMethods 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 DocumentRdfDocument. of(MediaType contentType, RdfDataset dataset)Create a new document fromRdfDataset.static DocumentRdfDocument. 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 RdfDatasetToRdfProcessor. toRdf(java.net.URI input, JsonLdOptions options)static RdfDatasetToRdfProcessor. 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 RdfDatasetRdfToJsonld. datasetMethods in no.hasmac.jsonld.serialization with parameters of type RdfDataset Modifier and Type Method Description static RdfToJsonldRdfToJsonld. 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 RdfDatasetRdfDataset. add(RdfNQuad nquad)AddN-Quadto the dataset.RdfDatasetRdfDataset. add(RdfTriple triple)Add a triple to default graph.static RdfDatasetRdf. 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) classRdfDatasetImplMethods in no.hasmac.rdf.impl that return RdfDataset Modifier and Type Method Description RdfDatasetRdfDatasetImpl. add(RdfNQuad nquad)RdfDatasetRdfDatasetImpl. add(RdfTriple triple)RdfDatasetDefaultRdfProvider. createDataset() -
Uses of RdfDataset in no.hasmac.rdf.io
Methods in no.hasmac.rdf.io that return RdfDataset Modifier and Type Method Description RdfDatasetRdfReader. readDataset()Methods in no.hasmac.rdf.io with parameters of type RdfDataset Modifier and Type Method Description voidRdfWriter. 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 RdfDatasetNQuadsReader. datasetMethods in no.hasmac.rdf.io.nquad that return RdfDataset Modifier and Type Method Description RdfDatasetNQuadsReader. readDataset()Methods in no.hasmac.rdf.io.nquad with parameters of type RdfDataset Modifier and Type Method Description voidNQuadsWriter. 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 RdfDatasetRdfProvider. createDataset()
-