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 FromRdfApi
JsonLd. fromRdf(java.lang.String documentLocation)
Transforms the referenced N-Quads document into a JSON-LD document in expanded form.static FromRdfApi
JsonLd. fromRdf(java.net.URI documentUri)
Transforms the referenced N-Quads document into a JSON-LD document in expanded form.static FromRdfApi
JsonLd. fromRdf(Document document)
TransformsDocument
into 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 FromRdfApi
FromRdfApi. base(java.net.URI baseUri)
FromRdfApi
FromRdfApi. loader(DocumentLoader loader)
FromRdfApi
FromRdfApi. mode(JsonLdVersion processingMode)
FromRdfApi
FromRdfApi. nativeTypes()
FromRdfApi
FromRdfApi. nativeTypes(boolean useNativeTypes)
FromRdfApi
FromRdfApi. options(JsonLdOptions options)
FromRdfApi
FromRdfApi. ordered(boolean enable)
-