While testing for mcollina/levelgraph-jsonld#47 I traced the source of the issue to a performance problem with expansion with this simple case: ``` { "@context": "https://schema.org/", "name": "BigBlueHat" } ``` I'm doing a PR in the `test-suite` now.