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

Literal normalization #44

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

Literal normalization #44

GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Mappa needs a normalization procedure to 
(a) detect duplicates 
(b) be conform to CXTM

For Mappa "+1"^^xsd:integer is different from "1"^^xsd:integer but ideally,
Mappa should normalize the "+1" value to "1". 

(b) is solvable if the CXTM writer does the normalization but this is a bad
idea since it does not solve (a)

Solution:
1. Implement literal normalization in Mappa
(maybe 2.) Move that implementation to the ``tm`` package?!?

Original issue reported on code.google.com by lars.he...@gmail.com on 10 Dec 2009 at 1:55

@GoogleCodeExporter
Copy link
Author

Fixed in r398.
Normalization of xsd:integer, xsd:decimal, and xsd:boolean is provided by 
tm.literalutils

Original comment by lars.he...@gmail.com on 13 Jan 2011 at 1:41

  • 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