In rdfjs/types#37 there has been a discussion around whether parsers should interpret {} as the literal true.
To me this seems reasonable. But I think an explicit decision needs to be made on this at a spec level, rather than it being implicit dependent on ones' interpretation of whether the last statement in ground graph semantic is a syntactic or semantic one.
Once a decision is made I am happy to follow up with a PR containing either the positive or negative test case.
In rdfjs/types#37 there has been a discussion around whether parsers should interpret
{}as the literaltrue.To me this seems reasonable. But I think an explicit decision needs to be made on this at a spec level, rather than it being implicit dependent on ones' interpretation of whether the last statement in ground graph semantic is a syntactic or semantic one.
Once a decision is made I am happy to follow up with a PR containing either the positive or negative test case.