edmcouncil / ontology-publisher

The owl-builder "builds" publishable / deployable versions (and derived products) of a given set of ontologies (such as FIBO)
MIT License
7 stars 6 forks source link

"Merged" ontology products #103

Closed mereolog closed 1 year ago

mereolog commented 2 years ago

We should be able to publish "merged" ontologies where a "merged" ontology is transitively close with respect to owl:imports, i.e., it contains all imported ontologies, and all ontologies imported by these imported ontologies, etc.

To achieve this we could use http://robot.obolibrary.org/merge with the default setting.

mereolog commented 2 years ago

We need to exclude "merged" ontologies from serialisation processes - otherwise publication process will take hours.

mereolog commented 1 year ago

Also we need to parameterise merge by a boolean flag, e.g., merge-is-on, where the default will be false.