-
Notifications
You must be signed in to change notification settings - Fork 2
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
XML schema datatypes double and float do not specify lexical-to-value map #85
Comments
No. It is not the responsibility of RDF Concepts to affect the interpretation of those datatypes in a way that would be conflicting with XML Schema. If anything the standard might discourage from using ambiguous values, but anything else should be left to the interpretation of RDF terms. The point of using |
That is not the point. The point is that the updated version of the XML Spec allows for different lexical-to-value maps. RDF has to pick one and the obvious one to pick is the one that was mandated by the previous version of the XML Spec. In some systems that may mean that an RDF implementation cannot use the XML datatypes implementation that might normally be used as it has a different lexical-to-value mapping. |
Indeed, the update to the XML Schema specification introduces the possibility of different lexical-to-value maps, which necessitates that RDF choose one of them. As you noted, the most obvious choice would be to maintain consistency with the map mandated by the previous version of the XML specification. However, a crucial question arises: what happens if an RDF implementation is already using a different map that will not be chosen as the standard in RDF? In such a case, significant compatibility issues may arise. The RDF implementation might not be able to directly use the existing XML datatypes implementation, leading to the potential need for substantial modifications in the systems to ensure compliance with the chosen RDF standard. |
In XML Schema datatypes 1.1 double and float the lexical-to-value map can vary. This is a change from 1.0 but breaks the definition of RDF datatypes.
Concepts should be updated to require the mapping defined in XML Schema datatypes 1.1, which was the required mapping in XML Schema datatypes 1.0.
The text was updated successfully, but these errors were encountered: