Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read & write single IRIs as hyperlink; add preLabel as qualifier to IRIs #258

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

dalito
Copy link
Member

@dalito dalito commented Jan 28, 2025

The result of the PR is that IRIs will be be shown as https://example.org/001 (example 001) or (if a matching prefix exists) as ex:001 (example 001) in xlsx. The preferred label is used as qualifier of the IRI (in round brackets).

Notes:

  • We do not add the qualifier in the ConceptIRI column in sheet Concepts and CollectionIRI column in sheet Collections, because the preferred label column is next to the IRI column.

Still to do:

  • Add tests

Closes #253

@dalito dalito added this to the 0.9.0 milestone Jan 28, 2025
@dalito dalito self-assigned this Jan 28, 2025
e.g. "https://example.org/001 (example 001)"
don't add qualifier in concepts and collections
@dalito dalito force-pushed the issue253-iri-hyperlinks branch from 21c6ead to 3a349e9 Compare January 28, 2025 20:06
@dalito dalito marked this pull request as ready for review January 29, 2025 23:11
@dalito dalito merged commit f251ab2 into main Jan 30, 2025
5 checks passed
@dalito dalito deleted the issue253-iri-hyperlinks branch January 30, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

Idea: Show IRIs with optional label in xlsx IRI-columns
1 participant