Uses of Class
no.hasmac.jsonld.api.ToRdfApi
-
Packages that use ToRdfApi Package Description no.hasmac.jsonld Provides APIs to process JSON-LD.no.hasmac.jsonld.api -
-
Uses of ToRdfApi in no.hasmac.jsonld
Methods in no.hasmac.jsonld that return ToRdfApi Modifier and Type Method Description static ToRdfApi
JsonLd. toRdf(java.lang.String documentLocation)
Transforms the given input intoRdfDataset
.static ToRdfApi
JsonLd. toRdf(java.net.URI documentUri)
Transforms the given input intoRdfDataset
.static ToRdfApi
JsonLd. toRdf(Document document)
TransformsDocument
intoRdfDataset
. -
Uses of ToRdfApi in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api that return ToRdfApi Modifier and Type Method Description ToRdfApi
ToRdfApi. base(java.net.URI baseUri)
ToRdfApi
ToRdfApi. context(jakarta.json.JsonStructure context)
ToRdfApi
ToRdfApi. context(java.lang.String contextLocation)
ToRdfApi
ToRdfApi. context(java.net.URI contextUri)
ToRdfApi
ToRdfApi. context(Document context)
ToRdfApi
ToRdfApi. loader(DocumentLoader loader)
ToRdfApi
ToRdfApi. mode(JsonLdVersion processingMode)
ToRdfApi
ToRdfApi. numericId()
Experimental: Accept numeric @id.ToRdfApi
ToRdfApi. options(JsonLdOptions options)
ToRdfApi
ToRdfApi. ordered(boolean enable)
ToRdfApi
ToRdfApi. produceGeneralizedRdf()
The JSON-LD processor may emit blank nodes for triple predicates.ToRdfApi
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
ToRdfApi. rdfDirection(JsonLdOptions.RdfDirection direction)
Determines how value objects containing a base direction are transformed to and from RDF.
-