Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expand_expression_to fails to roundtrip properly #26

Closed
GoogleCodeExporter opened this issue Mar 12, 2015 · 1 comment
Closed

expand_expression_to fails to roundtrip properly #26

GoogleCodeExporter opened this issue Mar 12, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

expand_expression_to fails to roundtrip properly.  I think the problem is OWL 
to OBO.

e.g.

This line of OBO

expand_expression_to: "<http://purl.obolibrary.org/obo/RO_0002131> some 
(<http://purl.obolibrary.org/obo/GO_0045202> and  
<http://purl.obolibrary.org/obo/BFO_0000050> some ?Y)" []

gets translated into OWL:

 <obo:IAO_0000424 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">&lt;http://purl.obolibrary.org/obo/RO_0002131&gt; some (&lt;http://purl.obolibrary.org/obo/GO_0045202&gt; and  &lt;http://purl.obolibrary.org/obo/BFO_0000050&gt; some ?Y)</obo:IAO_0000424>

But gets translated back as 

expand_expression_to: <http://purl.obolibrary.org/obo/RO_0002131> some 
(<http://purl.obolibrary.org/obo/GO_0045202> and  
<http://purl.obolibrary.org/obo/BFO_0000050> some ?Y)

i.e.- no quotes or terminal []



Original issue reported on code.google.com by dosu...@gmail.com on 24 May 2011 at 2:38

@GoogleCodeExporter
Copy link
Author

The issue is fixed.

Original comment by shahid.m...@gmail.com on 24 May 2011 at 7:18

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant