// masterInstance is an InstanceContainer set elsewhere
masterInstance.setTag(Tag.Boolean("exampleTag"), true);
Instance childInstance = selectedMap.copy();
logger.info(childInstance.getTag(Tag.Boolean("exampleTag")) + " <- This tag will not exist & thus error");