You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Assigned) (JIRA)" <ji...@apache.org> on 2011/10/30 16:52:32 UTC

[jira] [Assigned] (JENA-148) xsd:anyURI is sameValueAs an xsd:string or simple literal

     [ https://issues.apache.org/jira/browse/JENA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne reassigned JENA-148:
----------------------------------

    Assignee: Andy Seaborne
    
> xsd:anyURI is sameValueAs an xsd:string or simple literal
> ---------------------------------------------------------
>
>                 Key: JENA-148
>                 URL: https://issues.apache.org/jira/browse/JENA-148
>             Project: Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>              Labels: datatypes
>         Attachments: Jena_AnyURI_r1190400-v2.patch, Jena_AnyURI_r1190400.patch
>
>
> In the memory model xsd:anyURI matches in Graph.find an xsd;string with the same lexical form.
> "http://example/"^^xsd:anyURI matches "http://example/"^^xsd:string and "http://example/"
> This is because the value returned by Xerces is a Java string and isEqual in XSDDatatype is based on equality of Xerces value regerdless of datatype to account for derived types.
> The proposed solution in the patch is to have a new XSD datatype that uses the BaseDatatype isEquals machinery which makes equity "same datatype, same value".
> Also applies to xsd:QName, xsd:IDREF, xsd:NOTATION

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