databrickslabs / databrickslabs/ontobricks
[FEATURE]: Display rdfs labels instead of IRIs on manual mapping page
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 377
- Forks
- 69
- Avg merge
- 7h 42m
- Merged PRs (30d)
- 5
Description
Is there an existing issue for this?
- I have searched the existing issues
Problem Statement
Currently when you go to the manual mapping page you see the entities listed according to the end of their IRI (for instance if the full IRI is https://www.commoncoreontologies.org/ont00000003 it will display as ont00000003). This makes development cumbersome when you are attempting to map ontologies like BFO or CCO that don't use human readable IRIs.
Proposed Solution
If an entity has a rdfs label associated display that label as well as the IRI to ease development.
Area
Mapping (Manual / SparkSQL)
Additional Context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the manual mapping page entry point and trace how entity names are prepared for display. Check how rdfs labels are available, then make the page show a label alongside the existing IRI when one exists; verify the mapping page still shows the IRI when no label is present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100