* @return
*/
private PropertyEvaluation getPropertyEvaluation() {
// Look up the property evaluation associated with this.
if( this.propertyEvaluation == null ) {
propertyEvaluation = new PropertyEvaluation( this.getProperty().getUri() );
}
// If not set, default to the equivalence from the measurement.
if( propertyEvaluation.getUserEquivalence() == null ) {
Equivalence eqv = this.getEquivalence();
if( eqv == Equivalence.EQUAL ) {