cliffxuan / fuxi

Automatically exported from code.google.com/p/fuxi
0 stars 0 forks source link

What is the underlying reasons for not getting the same result #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I tried the GALEN extract example on 
http://code.google.com/p/fuxi/wiki/InfixOwl, as shown below

from InfixOwl import *
    galenGraph = Graph().parse(os.path.join(os.path.dirname(__file__), 'GALEN-CABG-Segment.owl'))
    graph=galenGraph
    for c in graph.subjects(predicate=RDF.type,object=OWL_NS.Class):
        if isinstance(c,URIRef):
            print Class(c,graph=graph).__repr__(True),"\n"

What is the expected output? What do you see instead?
I expected to see the same set of SubClassOf in the extracted result. 
However, the returned SubClassOf varied quite a lot. Between two runs, there 
are about 500 SubClassOf that were different from the second run and vice versa 
which were not the same 500!!. 

What version of the product are you using? On what operating system?
Fuxi 1.0, Python 2.6.1, Mac OS X 10.6.8 

Thanks a lot!!

Please provide any additional information below.

Original issue reported on code.google.com by duangdao...@gmail.com on 12 Jul 2012 at 11:40

GoogleCodeExporter commented 9 years ago
I am still waiting for the answer from the experts!!. Please suggest. Thanks!!

Original comment by duangdao...@gmail.com on 18 Jul 2012 at 6:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Can  you narrow down to a test case? It's hard for me to try to reproduce what 
you are seeing given how large 'GALEN-CABG-Segment.owl' is.

Original comment by chime...@gmail.com on 20 Jul 2012 at 2:28

GoogleCodeExporter commented 9 years ago
Need more specifics about missing SubClassOf assertions 

Original comment by chime...@gmail.com on 3 Nov 2012 at 9:24