Hello, considering an expanded json-ld in the form ```json "http://example.com/vocab/wake": [ { "http://example.com/vocab/minutes": [ { "@value": 15 } ] } ] ``` what should I have in the compaction context to have something like: ```json "wake" : 15 ``` thanks for the help