9596979899100101
@Override public Optional<OBOTermDefinition> getValue() { if(getDefinition().isEmpty()) { return Optional.absent(); } return Optional.of(new OBOTermDefinition(xrefsField.getValue().get(), getDefinition())); }