From #20, there is the notion of partially defining or redefining terms in separate contexts. For example, removing the sealing from the picture, ... ``` { "@context": [ {"wild_west": {"@id": "eg:playground"}}, {"wild_west": {"@context": "http://schema.org"}} ] } ``` Should set the scoped context for `wild_west` to schema.org in the second context of the list, without resetting the predicate defined in the first.