You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
marc-portier
changed the title
refactor - replace the own GraphNameMapper, by the on now provided by rdf_store
refactor - replace the own GraphNameMapper, by the one now provided by rdf_store
Apr 15, 2024
- Added helper.py containing functions that allow for prefix support in sparql queries and traversal harvesting paths.
- deleted call functions and refactored code in config_builder and all subsequent files that used this __call__ method.
- replaced and refactored all files that worked with the GraphNameMapper, now the maper of py-rdf-store is being used.
- refactored the config builder propery subjects so that when they are called they will get the subjects from the graph if
that is required (when SPARQL query is given instead of list of subjects).
- edited the .yml files that are used as configs to now not contain the <> anymore in the prefixes since these will now cause issues for the helper functions resolve_uri()
Issues that were affecting by the changes in this commit are:
- #35
- #43
- #48
- #34
see vliz-be-opsci/py-RDF-store#49
The text was updated successfully, but these errors were encountered: