oeg-upm / Chowlk

Tool to transform an ontology diagram into OWL code.
Apache License 2.0
22 stars 6 forks source link

implement base directive #41

Closed Sergio-Carulli closed 1 year ago

Sergio-Carulli commented 1 year ago

Base directive has been implemented: If an user writes an element without prefix, its prefix is the base. Users can now define base in namespace using base: , otherwise base is the first prefix defined in namespace

Empty prefix has been implemented: Users can now define the empty prefix (:) in namespace, otherwise the empty prefix is the same as base.