Hi, do you have an example for how to export data as jsonLD? The readme is a bit light on the subject. I have json being returned OK using graphDBEndpoint.query(sparqlStr,{ transform: 'toJSON' }) but I'm not clear on how to get the data using the constants mentioned in the readme GraphDB supports the import and export of graphs in numerous formats. The EnapsoGraphDBClient provides the available formats as constants. You can use them in your application, for instance, by EnapsoGraphDBClient.FORMAT_TURTLE.