Rename triple entities were relevant

This commit is contained in:
kortschak 2014-08-27 21:27:01 +09:30
parent ddf8849e60
commit 443a091b72
62 changed files with 664 additions and 664 deletions

View file

@ -27,7 +27,7 @@ func (q *Query) treeifyResult(tags map[string]graph.Value) map[ResultPath]string
if v == nil {
continue
}
results[Path(k)] = q.ses.ts.NameOf(v)
results[Path(k)] = q.ses.qs.NameOf(v)
}
resultPaths := make(map[ResultPath]string)
for k, v := range results {