Re: [web-annotation] Should oa:start / oa:end be xsd:nonNegativeInteger or xsd:integer ?

But on **compaction** with that context it becomes correctly without  
`@value`:

```json
{
  "@context": {
    "ex": "http://example.com/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ex:start": {
      "@type": "xsd:nonNegativeInteger"
    }
  },
  "@id": "http://example.com/",
  "http://example.com/vocab#start": 1566
}
```

-- 
GitHub Notification of comment by stain
Please view or discuss this issue at 
https://github.com/w3c/web-annotation/issues/200#issuecomment-210806700
 using your GitHub account

Received on Saturday, 16 April 2016 12:43:22 UTC