hydra-java icon indicating copy to clipboard operation
hydra-java copied to clipboard

Support terms with object values in context

Open dschulten opened this issue 9 years ago • 1 comments

such as

@context: { ... hydra:property: { @type: @vocab } }

dschulten avatar May 02 '15 16:05 dschulten

Would this allow for something like

{
   "@context":
   {
      "image": {
         "@id": "http://schema.org/image",
         "@type": "@id"
      }
   },
   "image": "http://manu.sporny.org/images/manu.png"
}

or is that already possible?

Thanks for your work.

nibe avatar May 20 '16 15:05 nibe