diff --git a/productMods/edit/forms/personHasPositionHistory.jsp b/productMods/edit/forms/personHasPositionHistory.jsp index d49c19bb..ed9e22c7 100644 --- a/productMods/edit/forms/personHasPositionHistory.jsp +++ b/productMods/edit/forms/personHasPositionHistory.jsp @@ -159,7 +159,7 @@ type is returned and we don't get a match to the select element options. --%> SELECT ?existingOrgType WHERE { ?position <${positionInOrgPred}> ?existingOrg . ?existingOrg a ?existingOrgType . - # ?existingOrgType rdfs:subClassOf <${orgClass}> . + ?existingOrgType rdfs:subClassOf <${orgClass}> . }