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's also uritools that focuses on parsing rather than validation and has no type annotations or support for RFC 3687 yet
delb's namepace validation logic (as part of a parser implementation) would also have to consider xml:base and thus require a function to resolve relative IRIs
before i dump an attempt to validate declared namespaces as IRIs (RFC 3987) in #68, i want to leave some notes about the problem.
rdflib
validates URIs like this, it doesn't reallyxml:base
and thus require a function to resolve relative IRIswhatever a design decision will be, i'd rather like to see it late on the roadmap.
The text was updated successfully, but these errors were encountered: