phillord / tawny-owl

Build OWL Ontologies in a Programmatic Environment
GNU Lesser General Public License v3.0
251 stars 54 forks source link

single/multiple frame rule inconsistent #53

Closed ChipNowacek closed 6 years ago

ChipNowacek commented 7 years ago

Seems I can add multiple :comment frames to classes but not to ontologies. Both fail: (defontology <ont> :comment "this" "that") (refine <ont> :comment "another comment") Consistency seems appropriate and natural given OWL allows multiple in both situations.

ChipNowacek commented 7 years ago

Any suggestions for work arounds?

ChipNowacek commented 7 years ago

Sorry. I found tawny.owl/add-ontology-comment and will use its innards.

phillord commented 7 years ago

It''s a bug, I agree. I will fix it.