fluree / db

Fluree database library

Home Page:https://fluree.github.io/db/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return iris wrapped in @id maps in queries

zonotope opened this issue · comments

We return iris in query results as compacted strings, but we require iris in object position within a where-clause triple to be wrapped in id maps. For consistency, we should return iris in query results wrapped in id maps as well, and we should ensure that our implementation of the str query function will convert an @id map to the string form we currently return.

This is no longer relevant given the changes in fql syntax.