You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There might be an extremely fine semantic distinction here, but isn't {"@value": true} supposed to be semantically equivalent to {"@value": true, "@type": "http://www.w3.org/2001/XMLSchema#boolean"}? I understand that "true" can be coerced to a boolean, but true is already a boolean. There seems to be a disconnect between the native datatype and the @type, where native JSON datatypes have an implicit @type corresponding to xsd, but explicitly applying this type can do weird things with compaction depending on whether or not your context includes the @type in the term definition.