Skip to content

mexplatform/web4mex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web4Mex

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

Exporting your experiment to your first MEX file

Three simple steps are necessary to create your first MEX file.

Get a token!

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.

Add basic information about yourself

Next, MEX needs information about the experiment creator or maintainer.

Use your token to set the Author Email and Author Name.

Add data about your experiment

The experiment itself can be described using the Experiment Endpoint. Remember that you need to send your token on each request.

Get your MEX description in RDF!

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!