result_type operator()(argument_type f) {
		return
		    (!strncmp(f.c_str(),"ns.",sizeof("ns.")-1))
			&& om.get_field(f)==uri ;
	    }