v1

latestOpenAPI 3.0.1MIT2026-07-17118.4 KB
match

Computes the alignment between two given ontologies/knowledge graphs.

The ontologies can either be uploaded via files (multipart/form-data) which is the default or via public URLs (application/x-www-form-urlencoded) which means that the ontologies need to be provided on a public server and only the URL is transmitted to the matcher. <br><br> Switch between them via the drop down list at the request body level. <br><br> To try out the multipart/form-data you can use the following curl command (cmt-rdf and conference.rdf are local paths to ontology files): <br><br> curl -F 'source=@cmt.rdf' -F 'target=@conference.rdf' {URL_of_the_matcher}

post/match

Response

The alignment in the alignment format either as file (application/xml in case of multipart request) or as file URL (represented as a string in case of form-urlencoded request)

All 1 operations