Checks if a full URIRef contains the namespace.
bool inNamespace(Namespace ns) { return value.startsWith(ns.ns); }