Uses of Class
no.hasmac.jsonld.serialization.RdfToJsonld
-
Packages that use RdfToJsonld Package Description no.hasmac.jsonld.serialization Serialize RDF as JSON-LD Algorithm. -
-
Uses of RdfToJsonld in no.hasmac.jsonld.serialization
Methods in no.hasmac.jsonld.serialization that return RdfToJsonld Modifier and Type Method Description RdfToJsonld
RdfToJsonld. ordered(boolean ordered)
RdfToJsonld
RdfToJsonld. processingMode(JsonLdVersion processingMode)
RdfToJsonld
RdfToJsonld. rdfDirection(JsonLdOptions.RdfDirection rdfDirection)
RdfToJsonld
RdfToJsonld. uriValidation(boolean uriValidation)
RdfToJsonld
RdfToJsonld. useNativeTypes(boolean useNativeTypes)
RdfToJsonld
RdfToJsonld. useRdfType(boolean useRdfType)
static RdfToJsonld
RdfToJsonld. with(RdfDataset dataset)
-