NIHVIVO-1923 Correction to previous commit. Fix had been temporarily commented out.

This commit is contained in:
rjy7 2011-01-27 20:14:46 +00:00
parent 24e4432076
commit b32686ec09

View file

@ -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}> .
}
</v:jsonset>