if (dateString != null) {
addOntologyAnnotation(trTagToAnnotationProp(t),
trLiteral(dateString), trAnnotations(clause));
} else {
// TODO: Throw Exceptions
OBOFormatException e = new OBOFormatException(
"Cannot translate clause «" + clause + '»');
LOG.error("Cannot translate: {}", clause, e);
}
} else if (tag == OboFormatTag.TAG_PROPERTY_VALUE) {
addPropertyValueHeaders(headerFrame