}
@Out(name="Structure codelength no-URIs",
description="The codelength of all structural information in the data, without using URIs")
public double cl_structure_no_uris() {
Boundary root_b = new Boundary(); root_b.add(_ST);
return cl_structure(root_b);
}