Commit ae2340c
fix: include translations and synonyms in index path class detail
The index path was only returning rdfs:label as labels and excluding
all LABEL_PROPERTIES (skos:altLabel, skos:prefLabel, etc.) from
annotations. This caused translations and synonyms stored as
skos:altLabel to be invisible in browse mode.
Fix: include non-rdfs:label entries from indexed_labels as annotations,
matching the RDFLib fallback path behavior.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b458c24 commit ae2340c
1 file changed
Lines changed: 22 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
| 657 | + | |
| 658 | + | |
661 | 659 | | |
662 | 660 | | |
663 | 661 | | |
664 | | - | |
| 662 | + | |
665 | 663 | | |
666 | 664 | | |
667 | 665 | | |
| |||
676 | 674 | | |
677 | 675 | | |
678 | 676 | | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
679 | 696 | | |
680 | 697 | | |
681 | 698 | | |
| |||
0 commit comments