6/9/2026 3:28:48 PM
add annotation
- Delete confirmation: all three deletion paths (node, property, prefix) now show a responseWarning dialog before removing anything; the former silent-delete code path for simple node removal is gone
- Editing right panel: - Rename "Selected Element" heading to "Selected Node" - Render the same read-only annotation rows (Name, Label, Type, rdfs:subClassOf, rdfs:comment, custom annotations) below the IRI/ Label/Type editors, mirroring the non-editing view; exposed via sidebar.renderAnnotationsForElement(element, panel)
- Add Annotation button: - "+ Add Annotation" label below the annotation view opens an inline form with Annotation IRI (datalist autocomplete from ontology IRIs + standard rdfs/owl/dc ones), Value, and Language fields - Saving resolves prefix:local notation to full IRI, pushes the new entry into element.annotations(), and refreshes the panel
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>