Interface RepresentationConverterArgs

interface RepresentationConverterArgs {
    identifier: ResourceIdentifier;
    preferences: RepresentationPreferences;
    representation: Representation;
}

Properties

identifier: ResourceIdentifier

Identifier of the resource. Can be used as base IRI.

Preferences indicating what is requested.

representation: Representation

Representation to convert.