Is there an existing issue for this?
Problem Statement
When exporting an OWL file, the prefix for the domain is left blank, e.g.: @prefix : <https://databricks-ontology.com/MyDomain#> .
When working with the OWL files directly it would ease the understanding if the domain was used as prefix.
Proposed Solution
Use @prefix mydomain: <https://databricks-ontology.com/MyDomain#> .
This could be the lowercase name also used to populate the Registry Location in the domain information page.
Area
Ontology Management
Additional Context
No response
Is there an existing issue for this?
Problem Statement
When exporting an OWL file, the prefix for the domain is left blank, e.g.:
@prefix : <https://databricks-ontology.com/MyDomain#> .When working with the OWL files directly it would ease the understanding if the domain was used as prefix.
Proposed Solution
Use
@prefix mydomain: <https://databricks-ontology.com/MyDomain#> .This could be the lowercase name also used to populate the Registry Location in the domain information page.
Area
Ontology Management
Additional Context
No response