docs & api

API

domain: http://executor.informatik.uni-mannheim.de

System URI Operation Parameter Accept Effect
CODI http://[domain]/api/startCODI POST source, target, reference, setting OWL, RDF
  • adds a new process
  • returns the id
RockIt http://[domain]/api/startRockIt POST input, data, gap, inference, (add_params) mln, db, [1e-10, 0.1], [marginal|exact|map|learn]
  • adds a new process
  • returns the id
ELog http://[domain]/api/startELOG POST ontology OWL
  • adds a new process
  • returns the id
T-RDFS-Log http://[domain]/api/startTRDFSLog POST input RDF (Turtle syntax)
  • adds a new process
  • returns the id
N-RockIt http://[domain]/api/startNRockIt POST input, data, inference, (add_params) mln, db, [map]
  • adds a new process
  • returns the id
all http://[domain]/api/process GET id, action [state,log,alignment (CODI) | rOutput (ELog|RockIt)] | result (T-RDFS-Log) - returns value of action

Client

A demo client (eclipse project) is also available: Client

System Presentation

system presentation (pdf-document)
The presentation gives a short overview of the the systems and explains the steps, which are necessary to add a new system.