All *.atom_site_label_* data items in the coreCIF dictionary (except for _geom_angle.atom_site_label_2) import the common set of attributes from the atom_site_id save frame of the templ_attr.cif template file.
I guess that _geom_angle.atom_site_label_2 does not do this to retain a unique description (_description.text attribute) which explicitly identifies it as the vertex atom in the angle. However, I think that the unique description could be retained even with the import statement in place if all other overlapping properties are removed and the import statement is instructed to ignore duplicate attributes. Either way, the _geom_angle.atom_site_label_2 is also identified as such in the GEOM_ANGLE category example.
All
*.atom_site_label_*data items in thecoreCIFdictionary (except for_geom_angle.atom_site_label_2) import the common set of attributes from theatom_site_idsave frame of thetempl_attr.ciftemplate file.I guess that
_geom_angle.atom_site_label_2does not do this to retain a unique description (_description.textattribute) which explicitly identifies it as the vertex atom in the angle. However, I think that the unique description could be retained even with the import statement in place if all other overlapping properties are removed and the import statement is instructed to ignore duplicate attributes. Either way, the_geom_angle.atom_site_label_2is also identified as such in theGEOM_ANGLEcategory example.