fluree / db

Fluree database library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return `@type` (or its compact equivalent) in query results instead of `rdf:type`

cap10morgan opened this issue · comments

We have been returning rdf:type (or context-dependent equivalent) in query results, but only accepting (modulo some things that accidentally worked for awhile) @type in transactions. We have decided to officially not accept rdf:type in transactions so we should make query results round-trip-able with transaction data.

Thus they need to return @type (or whatever it compacts to) instead of rdf:type.

R.I.P. your test expectations... 😭