Re: Literals as Body

{
    "@id": "http://bratensos:1025/engine/summarizer/v4",
    "@type": "Summarizer",
    "foundCandidate" : [
    {
        "@type": "sdn:Summary",
                "tag": ["snd:shopping", "sdn:animals"]
        "sdn:summary" : "No longer persian cats but golden retreivers are
the favourite pets in San Jose.",
                "sdn:score": 0.20,
        "hasTarget": "_doc"
    }]
}

On Fri, Jul 20, 2012 at 3:01 PM, Reto Bachmann-Gmür <reto@apache.org> wrote:

> Hi,
>
> I was wondering if
>
>     {
>         "@type": "oax:Comment",
>         "oa:hasBody" : "No longer persian cats but golden retrivers are
> the favourite pets in San Jose.",
>         "oa:hasTarget": "_doc"
>     }
>
> is or should be allowed as a short form equivalent to
>
>     {
>         "@type": "oax:Comment",
>         "oa:hasBody" : {
>                "dc:format": "text/plain",
>                "cnt:chars": "No longer persian cats but golden retrivers
> are the favourite pets in San Jose."
>         },
>         "oa:hasTarget": "_doc"
>     }
>
> Cheers,
> Reto
>

Received on Friday, 20 July 2012 23:49:42 UTC