- From: James M Snell <jasnell@gmail.com>
- Date: Tue, 20 May 2014 10:13:29 -0700
- To: "public-vocabs@w3.org Vocabs" <public-vocabs@w3.org>
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