Uses of Interface
com.apicatalog.rdf.RdfDataset
-
Packages that use RdfDataset Package Description com.apicatalog.jsonld.api com.apicatalog.jsonld.deseralization Deserialize JSON-LD to RDF Algorithm.com.apicatalog.jsonld.document Processable documents.com.apicatalog.jsonld.processor com.apicatalog.jsonld.serialization Serialize RDF as JSON-LD Algorithm.com.apicatalog.rdf com.apicatalog.rdf.impl com.apicatalog.rdf.io com.apicatalog.rdf.io.nquad com.apicatalog.rdf.spi -
-
Uses of RdfDataset in com.apicatalog.jsonld.api
Methods in com.apicatalog.jsonld.api that return RdfDataset Modifier and Type Method Description RdfDatasetToRdfApi. get()Deprecated.since 1.7.0 - UseToRdfApi.provide(RdfQuadConsumer)instead. -
Uses of RdfDataset in com.apicatalog.jsonld.deseralization
Fields in com.apicatalog.jsonld.deseralization declared as RdfDataset Modifier and Type Field Description private RdfDatasetJsonLdToRdf. datasetMethods in com.apicatalog.jsonld.deseralization that return RdfDataset Modifier and Type Method Description RdfDatasetJsonLdToRdf. build()Deprecated.since 1.6.0, useJsonLdToRdf.provide(RdfQuadConsumer).Methods in com.apicatalog.jsonld.deseralization with parameters of type RdfDataset Modifier and Type Method Description static JsonLdToRdfJsonLdToRdf. with(NodeMap nodeMap, RdfDataset dataset)Deprecated.since 1.6.0, useJsonLdToRdf.with(NodeMap)andJsonLdToRdf.provide(RdfQuadConsumer).Constructors in com.apicatalog.jsonld.deseralization with parameters of type RdfDataset Constructor Description JsonLdToRdf(NodeMap nodeMap, RdfDataset dataset) -
Uses of RdfDataset in com.apicatalog.jsonld.document
Fields in com.apicatalog.jsonld.document declared as RdfDataset Modifier and Type Field Description private RdfDatasetRdfDocument. datasetDeprecated.Methods in com.apicatalog.jsonld.document that return types with arguments of type RdfDataset Modifier and Type Method Description default java.util.Optional<RdfDataset>Document. getRdfContent()Deprecated.since 1.7.0 - Please use Titanium RDF Primitives or any other third-party library to materialize RDF primitivesjava.util.Optional<RdfDataset>RdfDocument. getRdfContent()Deprecated.Methods in com.apicatalog.jsonld.document with parameters of type RdfDataset Modifier and Type Method Description static DocumentRdfDocument. of(MediaType contentType, RdfDataset dataset)Deprecated.Create a new document fromRdfDataset.static DocumentRdfDocument. of(RdfDataset dataset)Deprecated.Create a new document fromRdfDataset.Constructors in com.apicatalog.jsonld.document with parameters of type RdfDataset Constructor Description RdfDocument(MediaType type, java.lang.String profile, RdfDataset dataset)Deprecated. -
Uses of RdfDataset in com.apicatalog.jsonld.processor
Methods in com.apicatalog.jsonld.processor that return RdfDataset Modifier and Type Method Description static RdfDatasetToRdfProcessor. toRdf(Document input, JsonLdOptions options)Deprecated.since 1.7.0 - Use#toRdf(RdfQuadConsumer, Document, JsonLdOptions)instead.static RdfDatasetToRdfProcessor. toRdf(java.net.URI input, JsonLdOptions options)Deprecated.since 1.7.0 - Use#toRdf(RdfQuadConsumer, URI, JsonLdOptions)instead. -
Uses of RdfDataset in com.apicatalog.jsonld.serialization
Fields in com.apicatalog.jsonld.serialization declared as RdfDataset Modifier and Type Field Description private RdfDatasetRdfToJsonld. datasetDeprecated.Methods in com.apicatalog.jsonld.serialization with parameters of type RdfDataset Modifier and Type Method Description static RdfToJsonldRdfToJsonld. with(RdfDataset dataset)Deprecated.Constructors in com.apicatalog.jsonld.serialization with parameters of type RdfDataset Constructor Description RdfToJsonld(RdfDataset dataset)Deprecated. -
Uses of RdfDataset in com.apicatalog.rdf
Fields in com.apicatalog.rdf declared as RdfDataset Modifier and Type Field Description protected RdfDatasetRdfDatasetSupplier. datasetDeprecated.Methods in com.apicatalog.rdf that return RdfDataset Modifier and Type Method Description RdfDatasetRdfDataset. add(RdfNQuad nquad)Deprecated.AddN-Quadto the dataset.RdfDatasetRdfDataset. add(RdfTriple triple)Deprecated.Add a triple to default graph.static RdfDatasetRdf. createDataset()Deprecated.RdfDatasetRdfDatasetSupplier. get()Deprecated.Constructors in com.apicatalog.rdf with parameters of type RdfDataset Constructor Description RdfDatasetSupplier(RdfDataset dataset)Deprecated.RdfDatasetSupplier(RdfDataset dataset, java.util.Map<java.lang.String,RdfResource> resources)Deprecated. -
Uses of RdfDataset in com.apicatalog.rdf.impl
Classes in com.apicatalog.rdf.impl that implement RdfDataset Modifier and Type Class Description (package private) classMutableRdfDatasetDeprecated.since 1.7.0 - use an alternative RDF primitives library.Methods in com.apicatalog.rdf.impl that return RdfDataset Modifier and Type Method Description RdfDatasetMutableRdfDataset. add(RdfNQuad nquad)Deprecated.RdfDatasetMutableRdfDataset. add(RdfTriple triple)Deprecated.RdfDatasetDefaultRdfProvider. createDataset()Deprecated. -
Uses of RdfDataset in com.apicatalog.rdf.io
Methods in com.apicatalog.rdf.io that return RdfDataset Modifier and Type Method Description RdfDatasetRdfReader. readDataset()Deprecated.Methods in com.apicatalog.rdf.io with parameters of type RdfDataset Modifier and Type Method Description voidRdfWriter. write(RdfDataset dataset)Deprecated. -
Uses of RdfDataset in com.apicatalog.rdf.io.nquad
Methods in com.apicatalog.rdf.io.nquad that return RdfDataset Modifier and Type Method Description RdfDatasetNQuadsReader. readDataset()Deprecated.Methods in com.apicatalog.rdf.io.nquad with parameters of type RdfDataset Modifier and Type Method Description voidNQuadsWriter. write(RdfDataset dataset)Deprecated. -
Uses of RdfDataset in com.apicatalog.rdf.spi
Methods in com.apicatalog.rdf.spi that return RdfDataset Modifier and Type Method Description abstract RdfDatasetRdfProvider. createDataset()Deprecated.
-