gtfierro/ontoenv

also remove owl:imports?

Closed this issue · 3 comments

Does it make sense to also remove owl:imports here so that another processor doesn't also process the imports (including ontoenv ittself)?

Can you be more specific? Do you mean removing them as part of importing the dependencies? Ontoenv knows which graphs it has visited so I don't think we want to remove the owl:imports

Can you be more specific? Do you mean removing them as part of importing the dependencies? Ontoenv knows which graphs it has visited so I don't think we want to remove the owl:imports

Removing the triples (s, owl:imports, o). Since ontoenv did the importation process, it doesn't make sense for potentially another program (like shacl ) to also do it.

Ok, I see what you mean here. I've added this as a configurable option, but it's on by default. Available in 0.3.9a1