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

Fix the saver of empty URI returning local:local #11

Open
syphax-bouazzouni opened this issue Aug 26, 2022 · 0 comments
Open

Fix the saver of empty URI returning local:local #11

syphax-bouazzouni opened this issue Aug 26, 2022 · 0 comments
Labels

Comments

@syphax-bouazzouni
Copy link

syphax-bouazzouni commented Aug 26, 2022

For the case of 4store, when we insert the following statement:
<http://data.bioontology.org/ontologies/ANAEETHES/submissions/1> <http://omv.ontoware.org/2005/05/ontology#useImports> <> .

is, in reality, saving the following
<http://data.bioontology.org/ontologies/ANAEETHES/submissions/1> <http://omv.ontoware.org/2005/05/ontology#useImports> <local:local> .

Even worse inserting <>(empty URIs) is not supported by Alegrograph (causing the failure of a lot of our tests)

@syphax-bouazzouni syphax-bouazzouni changed the title Fix the mapper returning local:local for empty URIs (in useImports of submission of example) Fix the saver of empty URI returning local:local Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant