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 RdfToJsonldRdfToJsonld. ordered(boolean ordered)RdfToJsonldRdfToJsonld. processingMode(JsonLdVersion processingMode)RdfToJsonldRdfToJsonld. rdfDirection(JsonLdOptions.RdfDirection rdfDirection)RdfToJsonldRdfToJsonld. uriValidation(boolean uriValidation)RdfToJsonldRdfToJsonld. useNativeTypes(boolean useNativeTypes)RdfToJsonldRdfToJsonld. useRdfType(boolean useRdfType)static RdfToJsonldRdfToJsonld. with(RdfDataset dataset)
-