- From: Reto Bachmann-Gmür <reto@apache.org>
- Date: Fri, 20 Jul 2012 15:01:40 -0700
- To: public-openannotation <public-openannotation@w3.org>
Received on Friday, 20 July 2012 22:02:04 UTC
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 22:02:04 UTC