Web4Mex is a REST service which creates MEX RDF out of plain text. The endpoint swagger documentation is available on http://52.173.249.140:3011/swagger-ui.html
Three simple steps are necessary to create your first MEX file.
The following request generates a token which should be used to create your experiment:
http://52.173.249.140:3011/token
You can check out the CURL request on the swagger documentation.
Next, MEX needs information about the experiment creator or maintainer.
Use your token to set the Author Email and Author Name.
The experiment itself can be described using the Experiment Endpoint. Remember that you need to send your token on each request.
Done with adding basic data about your experiment?
Now you can get your MEX description using the Serializer Endpoint. Send the token and the desired format (e.g., ttl) to receive your MEX RDF data!