+ oVariable.getName() );
}
domainMFragIndividual.addPropertyValue(hasOVariableProperty, oVariableIndividual);
if (oVariable.getValueType() != null){
oVariableIndividual.addPropertyValue(isSubsByProperty, getMapMetaEntity().get(oVariable.getValueType().getName()));
}
if(oVariable.getDescription() != null){
oVariableIndividual.addComment(oVariable.getDescription());
}