stuckyb / ontopilot

15 stars 2 forks source link

design patterns support #21

Open stuckyb opened 7 years ago

stuckyb commented 7 years ago

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

stuckyb commented 7 years ago

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.

cmungall commented 7 years ago

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