int start = charOffset + tokenListPositions[foundName.getStart()].getStart();
int end = charOffset + tokenListPositions[foundName.getEnd() - 1].getEnd();
String type = foundName.getType();
String ontologyClassUri = mapToOntologyIri(type);
return new TermMentionBuilder()
.sourceVertex(sourceVertex)
.propertyKey(propertyKey)
.start(start)
.end(end)
.title(name)