IndomitoGallo / semanticturkey

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

imports list missing from ontology description #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. click on the "I" button on the metadata panel
2. the list of imports is not shown

What is the expected output? What do you see instead?

the description of the ontology being edited, which is reachable through the 
"I" button on the metadata panel, should contain in the "preferred" properties 
list, the types list, and the list of imports. The imports are not shown, 
though they are available from the XML response (see below)

<stresponse request="getOntologyDescription" type="reply">
  <reply status="ok"/>
  <data type="templateandvalued">
    <Types>
      <Type class="owl:Ontology" explicit="false"/>
    </Types>
    <SuperTypes/>
    <Imports>
      <uri>http://xmlns.com/foaf/0.1/</uri>
    </Imports>
    <Properties>

Original issue reported on code.google.com by stell...@info.uniroma2.it on 26 May 2011 at 3:02