-
Notifications
You must be signed in to change notification settings - Fork 29
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
Corese-command: Unwanted download of files during file conversion #134
Comments
Hello Pierre, Thank you for your report. I have added the configuration file feature to Corese-Command. If you want to disable the import of Here's an example of a configuration file that disables the import of # Disable the import of owl:imports
DISABLE_OWL_AUTO_IMPORT = true You can use this configuration file with the command line like this: corese-command convert -i test.nt -r turtle -c config.properties I hope this explanation is clear and helpful. This feature will be available in the next release of Corese. |
I've added a new option |
Conversion of a file using corese command tries to download any file object of the
owl:imports
propertyRelated to #126 .
Expected Behavior
Should take a given file and output the converted file
Current Behavior
The corese convert command tries to download a file that does not exist and returns errors including the content of web pages. Also, it generates new triples depending on the result of the importation.
Possible Solution
Deactivate importation of
owl:imports
for corese-commandSteps to Reproduce
Context (Environment)
Linux Fedora
Corese command installed by script on the 26/07/2023
The text was updated successfully, but these errors were encountered: