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()Transform providedJSON-LDdocument intoRdfDataset. -
Uses of RdfDataset in com.apicatalog.jsonld.deseralization
Methods in com.apicatalog.jsonld.deseralization that return RdfDataset Modifier and Type Method Description RdfDatasetJsonLdToRdf. build()Methods in com.apicatalog.jsonld.deseralization with parameters of type RdfDataset Modifier and Type Method Description static JsonLdToRdfJsonLdToRdf. with(NodeMap nodeMap, RdfDataset dataset) -
Uses of RdfDataset in com.apicatalog.jsonld.document
Methods in com.apicatalog.jsonld.document that return types with arguments of type RdfDataset Modifier and Type Method Description default Optional<RdfDataset>Document. getRdfContent()Get the document content as parsedRdfDataset.Optional<RdfDataset>RdfDocument. getRdfContent()Methods in com.apicatalog.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. -
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)static RdfDatasetToRdfProcessor. toRdf(URI input, JsonLdOptions options) -
Uses of RdfDataset in com.apicatalog.jsonld.serialization
Methods in com.apicatalog.jsonld.serialization with parameters of type RdfDataset Modifier and Type Method Description static RdfToJsonldRdfToJsonld. with(RdfDataset dataset) -
Uses of RdfDataset in com.apicatalog.rdf
Methods in com.apicatalog.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 com.apicatalog.rdf.impl
Methods in com.apicatalog.rdf.impl that return RdfDataset Modifier and Type Method Description RdfDatasetDefaultRdfProvider. createDataset() -
Uses of RdfDataset in com.apicatalog.rdf.io
Methods in com.apicatalog.rdf.io that return RdfDataset Modifier and Type Method Description RdfDatasetRdfReader. readDataset()Methods in com.apicatalog.rdf.io with parameters of type RdfDataset Modifier and Type Method Description voidRdfWriter. write(RdfDataset dataset) -
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()Methods in com.apicatalog.rdf.io.nquad with parameters of type RdfDataset Modifier and Type Method Description voidNQuadsWriter. write(RdfDataset dataset) -
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()
-