terminusdb
terminusdb copied to clipboard
anyURI inconsistency
Not sure if this is actually a bug, but we have conflicting assumptions about xsd:anyURI. base_type.pl asserts that anyURI can be a relative url, however, casting.pl asserts that it has to be an absolute url. We need this checked.
The Recommendation states that "it is impractical for processors to check that a value is a context-appropriate URI reference," thus freeing schema processors from having to validate the correctness of the URI.
Hmmm, what do we do with this? Do we try to expand it wrt to the current context?