Uses of Class
no.hasmac.jsonld.api.ToRdfApi
Packages that use ToRdfApi
-
Uses of ToRdfApi in no.hasmac.jsonld
Methods in no.hasmac.jsonld that return ToRdfApiModifier and TypeMethodDescriptionstatic ToRdfApi
Transforms the given input intoRdfDataset
.static ToRdfApi
Transforms the given input intoRdfDataset
.static ToRdfApi
TransformsDocument
intoRdfDataset
. -
Uses of ToRdfApi in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api that return ToRdfApiModifier and TypeMethodDescriptionToRdfApi.context
(jakarta.json.JsonStructure context) ToRdfApi.loader
(DocumentLoader loader) ToRdfApi.mode
(JsonLdVersion processingMode) ToRdfApi.numericId()
Experimental: Accept numeric @id.ToRdfApi.options
(JsonLdOptions options) ToRdfApi.ordered
(boolean enable) ToRdfApi.produceGeneralizedRdf()
The JSON-LD processor may emit blank nodes for triple predicates.ToRdfApi.produceGeneralizedRdf
(boolean enable) If set to true, the JSON-LD processor may emit blank nodes for triple predicates, otherwise they will be omitted.ToRdfApi.rdfDirection
(JsonLdOptions.RdfDirection direction) Determines how value objects containing a base direction are transformed to and from RDF.