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 ToRdfApiTransforms the given input intoRdfDataset.static ToRdfApiTransforms the given input intoRdfDataset.static ToRdfApiTransformsDocumentintoRdfDataset. -
Uses of ToRdfApi in no.hasmac.jsonld.api
Classes in no.hasmac.jsonld.api that implement interfaces with type arguments of type ToRdfApiMethods 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.