Step 11 of the [Create Term Definition Algorithm](https://www.w3.org/TR/json-ld11-api/#create-term-definition), it is said that > If the `@protected` entry in `value` is `true` set the `protected` flag in `definition` to `true` Strictly following this, a `"@protected": false` in a term definition is ignored. However, this makes the [expansion test `pr13`](https://w3c.github.io/json-ld-api/tests/expand/pr13-in.jsonld) to fail.