ronwalf / swoop

Automatically exported from code.google.com/p/swoop
33 stars 8 forks source link

'Show Imports' busted #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From Bijan at
http://lists.mindswap.org/pipermail/swoop-devel/2006-November/000389.html

"""
Sigh. And just before we tutorialize :)

Load:
    http://www.daml.org/services/owl-s/1.2/Profile.owl
It will load a lot of imported things

Turn off show imports.

Cry.

Even with it on, the imported ones are treated as local.

Nightly build.

Cheers,
Bijan.
"""

Original issue reported on code.google.com by ronw...@gmail.com on 10 Nov 2006 at 5:16

GoogleCodeExporter commented 9 years ago
Should be fixed in both trunk and 2.3 right now.
Back in March I fixed OWLChangeEntityCollector to handle AddAnnotation
changes.  It turns out that if OWLEntityCollector hits an ontology, it
sucks up the import closure of all of its contained entities. Removing
this behavior fixes the issue.

Original comment by ronw...@gmail.com on 13 Nov 2006 at 4:47