RE: General JSON-LD question about external context files

> From: asbjorn@ulsberg.no

> 2015-11-04 10:04 GMT+01:00 Melvin Carvalho <melvincarvalho@gmail.com>:
>>
>>
>> @id must be a URI.
>
> It must expand to an URI in combination with the (implicit) "@base",
> is how I read the specification.
>
>> Not sure it can be a number literal.
>

"id" : {
    "@type" : "@id"
 }

Works indeed with an integer, but 

"id": "@id"

doesn't. Is this perhaps a bug in the JSON-LD processors? I thought the latter was just a shortcut for the first. 		 	   		  

Received on Wednesday, 4 November 2015 11:16:35 UTC