Qualifier
Some Haplo values are qualified. To specify a Qualifier, add the qualifier property to the Instruction. The value is the API code of the Qualifier, which can be found in System Management.
Your Name » System management » Qualifiers
Qualifiers can be used with field, field-structured and set-value Instructions.
If the Destination does not support Qualifiers, then any Qualifier value is silently ignored.
Example
{
"source": "title",
"destination": "book",
"name": "dc:attribute:title",
"qualifier": "dc:qualifier:alternative"
}