Problem
Renaming the ontology breaks all individuals associated with that ontology.
Impact
All individuals become inaccessible or lose their associations when ontology is renamed.
Solution
Maintain original ontology name and use alias for display/naming:
- Store original ontology IRI/name in database as immutable identifier
- Use alias/display name for user-facing operations
- Update all queries and references to use original identifier
- Preserve backward compatibility during transition
Related Issues
Branch
feature/individuals-tables-fixed
Problem
Renaming the ontology breaks all individuals associated with that ontology.
Impact
All individuals become inaccessible or lose their associations when ontology is renamed.
Solution
Maintain original ontology name and use alias for display/naming:
Related Issues
Branch
feature/individuals-tables-fixed