Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Suppose an ontology X.owl imports Y.owl and Z.owl
if POSTing X.owl to a Scope or a Session via e.g.
curl -d @X.owl -H "Content-type: application/rdf+xml" http://localhost:8080/ontonet/ontology/Scope1
or
curl -d @X.owl -H "Content-type: application/rdf+xml" http://localhost:8080/ontonet/session/alessandro-20111123145420
when GETting the corresponding resources (scopeId/ontologyId or sessionId/ontologyId), the imports to Y.owl and Z.owl are not included, and so are the interpretations of their referenced entities (e.g. object and data properties described in Y become annotation properties).
Import statements are included correctly if the GET is performed directly on a Scope or Space resource.
This could be a bug of the OntoNet offline mode implementation kicking in even if tha Stanbol offline mode is not set.
Attachments
Issue Links
- blocks
-
STANBOL-247 More robust OntoNet session management
- Open
-
STANBOL-196 Dynamic ontology scope IRI naming
- Closed
- is related to
-
STANBOL-178 Rule management must support an offline mode
- Resolved