public DataPropertyStatementImpl(Individual individual) {
   if (individual != null) {
     this.individualURI = individual.getURI();
   }
 }