terminusdb icon indicating copy to clipboard operation
terminusdb copied to clipboard

anyURI inconsistency

Open matko opened this issue 2 years ago • 1 comments

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.

matko avatar Mar 15 '22 15:03 matko

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?

GavinMendelGleason avatar Aug 11 '22 15:08 GavinMendelGleason