You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Alessandro Adamou (Created) (JIRA)" <ji...@apache.org> on 2012/04/04 12:48:21 UTC

[jira] [Created] (STANBOL-571) Persist virtual ontology network structures

Persist virtual ontology network structures
-------------------------------------------

                 Key: STANBOL-571
                 URL: https://issues.apache.org/jira/browse/STANBOL-571
             Project: Stanbol
          Issue Type: Improvement
          Components: Ontology Manager
            Reporter: Alessandro Adamou


If the OntoNet bundle goes down and back up, the mappings between ontology IDs and graphs are retrieved because they come from a stored graph, but any information on scopes and sessions goes away.

The old OWL API implementation was relying on a configuration file whose address was set in the ONManager component config. This is sub-optimal. To begin with, the scope/session structures should be stored in a graph, e.g. the same as the one storing ontologyID->graph mappings (to save space on *nix filesystems). 

RDF graphs obtained by parsing external files could then become the override mechanism for creating new scopes/sessions instantly. To this end, the ontology network structures on a Sanbol installation must always be exportable to RDF.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira