Uses of Class
no.hasmac.jsonld.api.FromRdfApi
-
Packages that use FromRdfApi Package Description no.hasmac.jsonld Provides APIs to process JSON-LD.no.hasmac.jsonld.api -
-
Uses of FromRdfApi in no.hasmac.jsonld
Methods in no.hasmac.jsonld that return FromRdfApi Modifier and Type Method Description static FromRdfApiJsonLd. fromRdf(java.lang.String documentLocation)Transforms the referenced N-Quads document into a JSON-LD document in expanded form.static FromRdfApiJsonLd. fromRdf(java.net.URI documentUri)Transforms the referenced N-Quads document into a JSON-LD document in expanded form.static FromRdfApiJsonLd. fromRdf(Document document)TransformsDocumentinto a JSON-LD document in expanded form. -
Uses of FromRdfApi in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api that return FromRdfApi Modifier and Type Method Description FromRdfApiFromRdfApi. base(java.net.URI baseUri)FromRdfApiFromRdfApi. loader(DocumentLoader loader)FromRdfApiFromRdfApi. mode(JsonLdVersion processingMode)FromRdfApiFromRdfApi. nativeTypes()FromRdfApiFromRdfApi. nativeTypes(boolean useNativeTypes)FromRdfApiFromRdfApi. options(JsonLdOptions options)FromRdfApiFromRdfApi. ordered(boolean enable)
-