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

Use CURIES when converting rdf->xlsx, export used prefixes to xlsx (& new config-handling) #127

Merged
merged 4 commits into from
Jul 12, 2023

Conversation

dalito
Copy link
Member

@dalito dalito commented Jul 11, 2023

This PR brings

  • A central configuration-handling via config.py file/module that reads idranges.toml. This module config.py is then imported wherever the configuration is needed.
  • A simplification and extension of the data structure in idranges.toml. New part: A prefix-map for the vocabulary. These prefixes are used when creating an xlsx-file from rdf.
  • CURIES are now preferably used when creating xlsx files (instead of URIs).
  • As part of the rdf2excel-call the used prefixes are now exported to the "Prefix sheet".

Closes #121
Closes #123

This also simplifies the data structure in idranges.toml
and adds a prefix map. This is used when creating an
xlsx-file from rdf. Also we now write preferably CURIEs
to Excel (instead of URIs).

Closes #121
Closes #123
@dalito dalito added enhancement Request for changing or improving existing features housekeeping Clean-up or maintenance tasks like updates etc. labels Jul 11, 2023
@dalito dalito merged commit 28b827a into main Jul 12, 2023
3 checks passed
@dalito dalito deleted the issue123 branch July 12, 2023 06:51
@dalito dalito added this to the 0.6.0 milestone Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for changing or improving existing features housekeeping Clean-up or maintenance tasks like updates etc.
Projects
None yet
1 participant