}
else if (propertyValue.getValue() instanceof IRI) {
valueRendering = new IRIData((IRI) propertyValue.getValue());
}
if(propRendering.isPresent()) {
return Optional.of(new PropertyValueDescriptor((OWLPropertyData) propRendering.get(), valueRendering, propertyValue.getState(), propertyValue.isValueMostSpecific(), Collections.<OWLAxiom>emptySet()));
}
else {
return Optional.absent();
}
// addRow(propRendering.isPresent() ? Optional.<OWLPrimitiveData>of(propRendering.get()) : Optional.<OWLPrimitiveData>absent(), Optional.of(valueRendering), propertyValue.getState(), propertyValue.isValueMostSpecific());