egonw / semanticchemistry

Automatically exported from code.google.com/p/semanticchemistry
10 stars 1 forks source link

Replace has_specified_input #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Action Item:

CHEMINF uses OBI's has_specified_input property, but uses different domains and 
ranges.

We want to connect an algorithm to a chemical descriptor.  Could we replace 
has_specified_input with executed_with_input, which would have the domain of 
algorithm and a range that was chemical descriptor or one of its ancestors, 
depending on how generic we want to be?  (As someone who does functional 
programming, my algorithms often take algorithms as input.)

It can be implemented as a property chain that goes via execution.

Many thanks,
Colin.

Original issue reported on code.google.com by batchelorc@rsc.org on 26 Apr 2012 at 10:58

GoogleCodeExporter commented 9 years ago
Done -- have created 'should execute with output' and 'should execute with 
input'; haven't added the property chain though as this needs BFO 2 for the 
realization relation. 

Original comment by janna.ha...@gmail.com on 3 May 2012 at 8:40