Boris Sondagh

Results 3 issues of Boris Sondagh

Processing fails if @protected or @version are used. The spec [defines both protected and version](https://www.w3.org/TR/json-ld/#syntax-tokens-and-keywords). #110 fixes this issue

Json LD [defines both protected and version](https://www.w3.org/TR/json-ld/#syntax-tokens-and-keywords), this PR adds both.

In Gen 3, the production branch is `master`, but the `Config->onProduction()` does: ``` $prodBranch = $this->onDedicated() ? 'production' : 'master'; ``` Which results in `false` while in fact you are...