ClerezzaOntologyStorage.listGraphs() double-quotes IRIs
-------------------------------------------------------

                 Key: STANBOL-421
                 URL: https://issues.apache.org/jira/browse/STANBOL-421
             Project: Stanbol
          Issue Type: Bug
          Components: Ontology Manager
            Reporter: Stephen Bayliss
            Priority: Minor


The listGraphs() method of ClerezzaOntologyStorage returns double-quoted IRIs; 
ie <<some-iri>> rather than <some-iri>.

This seems to be because the method is using IRI.create(String) on a 
UriRef.toString() - and UriRef.toString() produces a quoted string 
(UriRef.toUnicodeString() does not produce a quoted String).

--
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

        

Reply via email to