private OWLAPIProject project;
private DefaultAnnotationPropertyComparator annotationPropertyComparator;
public PropertyValueComparator(OWLAPIProject project) {
this.project = project;
this.annotationPropertyComparator = new DefaultAnnotationPropertyComparator(
project.getRenderingManager().getShortFormProvider(),
IRIIndexProvider.withDefaultAnnotationPropertyOrdering()
);
}