protected VariableMap getPossibleChildVariableMap(ReadGraph graph) throws DatabaseException {
if(represents == null) return All.standardPropertyDomainChildren;
- return graph.getPossibleRelatedValue2(represents, Layer0.getInstance(graph).domainChildren, this);
+ Resource domainChildren = Layer0.getInstance(graph).domainChildren;
+ return graph.getPossibleRelatedValue2(represents, domainChildren,
+ new StandardGraphPropertyVariable(graph, this, domainChildren));
}
protected VariableMap getPossiblePropertyVariableMap(ReadGraph graph) throws DatabaseException {