-
Notifications
You must be signed in to change notification settings - Fork 155
Clarification of @set and expansion #87
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
Comments
RESOLVED: Using RESOLVED: During compaction RESOLVED: The use of |
More things unclear (similar to comment in #81): what about coercions between boolean, integer and double? Previously, my implementation would presume that the version specified is what's used: boolean(1) => 1 It's only for xsd:double that we made the claim about converting to string form with %1.16E. |
Gregg, I close this issue. Let's create a separate one for this stuff. |
Hi all,
I went through the resolved issues and tried to update the specs
accordingly. I wasn't 100% sure what to do with
@set
so I thought it mightbe better to check if have consensus on this first here.
So, let me just ask a couple of questions based on a few examples. For
instance, is the following allowed?
I would say yes to keep the "symmetry" with
@list
.What about
Is it even allowed to have an arrays as the value of
@value
?The other thing I wasn't really sure about was how expansion now works in
detail. E.g., what would be the expanded version of the following document?
Would it be (plus IRI expansion)
Same question as above, can the value of
@value
be an array?Shouldn't strings also be converted to the expanded form (term1 and term2)?
Looking at the result above, I wouldn't be opposed to keep numbers as
numbers in the expanded form instead (term4 & term5) and leave that
automatic typing to normalization.
Originally raised on the mailing list
The text was updated successfully, but these errors were encountered: