Use provided target context for @type

[]

ex: http://example.com/ns#

{
  "http://example.com/ns#entries": [
    { "@type": ["foo:bar"] },
    { "@type": ["http://example.com/ns#test"] },
    { "@type": ["http://example.com/"] },
    { "@type": ["foo:bar", "http://example.com/ns#test", "http://example.com/"] }
  ]
}

{
  "ex:entries": [
    { "@type": ["foo:bar"] },
    { "@type": ["ex:test"] },
    { "@type": ["http://example.com/"] },
    { "@type": ["foo:bar", "ex:test", "http://example.com/"] }
  ]
}
