ontopilot icon indicating copy to clipboard operation
ontopilot copied to clipboard

design patterns support

Open stuckyb opened this issue 9 years ago • 2 comments

It would be nice to support functionality similar to what OntoRat provides.

stuckyb avatar Nov 22 '16 15:11 stuckyb

I'm not sure we really need to do anything here, because design patterns can be implemented quite easily within spreadsheets using string functions. That is probably easier for most folks: it keeps everything within a single spreadsheet, and it avoids adding additional build system syntax to learn. Should still check OntoRat's functionality, though, to make sure we're not missing anything important.

stuckyb avatar Jan 17 '17 21:01 stuckyb

Consider supporting the dead-simple owl design patterns (dosdp) standard.

https://github.com/dosumis/dead_simple_owl_design_patterns/

We have scala code that can be reused from java: https://github.com/balhoff/dosdp-scala

cc @dosumis @balhoff

cmungall avatar Feb 25 '17 20:02 cmungall