Uses of Class
com.apicatalog.jsonld.serialization.QuadsToJsonld
-
Packages that use QuadsToJsonld Package Description com.apicatalog.jsonld Provides APIs to process JSON-LD.com.apicatalog.jsonld.serialization Serialize RDF as JSON-LD Algorithm. -
-
Uses of QuadsToJsonld in com.apicatalog.jsonld
Methods in com.apicatalog.jsonld that return QuadsToJsonld Modifier and Type Method Description static QuadsToJsonldJsonLd. fromRdf()Transforms an RDF quad set into a JSON-LD document in expanded form. -
Uses of QuadsToJsonld in com.apicatalog.jsonld.serialization
Methods in com.apicatalog.jsonld.serialization that return QuadsToJsonld Modifier and Type Method Description QuadsToJsonldQuadsToJsonld. mode(JsonLdVersion processingMode)Sets the JSON-LD processing mode.QuadsToJsonldQuadsToJsonld. options(JsonLdOptions options)QuadsToJsonldQuadsToJsonld. ordered(boolean ordered)Configures whether the output should be ordered.QuadsToJsonldQuadsToJsonld. rdfDirection(JsonLdOptions.RdfDirection rdfDirection)Sets the RDF direction configuration.QuadsToJsonldQuadsToJsonld. reset()Resets the consumer to an empty state, allowing the same instance to process different datasets.QuadsToJsonldQuadsToJsonld. uriValidation(UriValidationPolicy uriValidation)Sets the URI validation policy.QuadsToJsonldQuadsToJsonld. useNativeTypes(boolean useNativeTypes)Configures whether to use native types for literal conversion.QuadsToJsonldQuadsToJsonld. useRdfType(boolean useRdfType)
-