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
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)
The text was updated successfully, but these errors were encountered:
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
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)The text was updated successfully, but these errors were encountered: