[FYI] IANA Link Rels JSON-LD @context

Just an FYI... I've published an experimental JSON-LD @context
covering the current contents of the IANA Link Relations registry
here:

http://linkrels.ng.bluemix.net/links

The @context is generated automatically from the registry CSV. Use is
straightforward:

{
  "@context": "http://linkrels.ng.bluemix.net/links",
  "next": "http://example.org/next.resource",
  "prev": "http://example.org/prev.resource"
}

"next" would expand to "http://www.iana.org/assignments/link-relations/next"
"prev" expands to "http://www.iana.org/assignments/link-relations/prev"

- James
  jasnell@gmail.com

Received on Tuesday, 20 May 2014 17:14:18 UTC