Hi @dgandhi17
This example is using the JSON mutation format and not the RDF format. This link has details on how to construct JSON mutation and fire through Ratel.
The mutation has the following structure:
{
"set": [
{
# One JSON obj in here
},
{
# Another JSON obj in here for multiple operations
}
]
}