What is the correct way to specify rdf:about in JSON? The Core 
Representation Guidance [1] says,

"1.0 Create a JSON object with the following fields:
    * rdf:about set to the URI of the resource. Represented as a Resource 
with representation Reference."

The JSON examples in Appendix D [2] are different. They use:

{
    "rdf:about" : "http://example.com/blogs/entry/1";
}

Which is right?

- Thanks, Sam

[1] 
http://open-services.net/bin/view/Main/OSLCCoreRepresentationsGuidance?sortcol=table;up=#Guidelines_for_JSON
[2] http://open-services.net/bin/view/Main/OSLCCoreSpecAppendixD

Reply via email to