FAIR Champion Logo

Execute Benchmark Assessment

Generic CURL command:

curl -X POST -H "Accept: application/json" -H "Content-type: application/json" 
      -d '{"calculation_uri":  "https://sheets.google.com....",
           "guid":  "https://my.favorite.digital/object"}' 
           https://tools.ostrails.eu/champion/assess/algorithm
      
or, if you know the ID of the algorithm...
curl -X POST -H "Accept: application/json" -H "Content-type: application/json" 
      -d  '{"guid":  "https://my.favorite.digital/object"}'
           https://tools.ostrails.eu/champion/assess/algorithm/AJURG8ewy45hIUDH38rhU

           or

curl -X POST -H "Accept: application/json" -H "Content-type: application/json" 
      -d  @resultsetfile.json   # THIS MUST BE JSON-LD!!!!!!
           https://tools.ostrails.eu/champion/assess/algorithm/AJURG8ewy45hIUDH38rhU
      

You may now apply the selected algorithm to a new Digital Object, or an existing Test Result Set

OR