You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original termType values like 'symbol' 'bnode' and 'collection" and 'formula' were lower case.
The common RDF api work produces Inital Cap names like Named Node. This inconsistency led to least least one bug and is confusing to the developer.
Change all to inital caps -- this involves changing all 'collection' to 'formula'
This is a large change.