- From: BigBlueHat via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Oct 2016 13:03:11 +0000
- To: public-annotation@w3.org
@riannella the CC0 bit is just the interstitial connective tissue. It
references to additional works: target and body. In the
[example](https://www.w3.org/TR/annotation-model/#example-14) the
`body` is an `SpecificResource` (vs. a `TextualBody`).
Here's what it would look like if that resource were "inlined" as a
`TextualBody`:
```json
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno19",
"type": "Annotation",
"rights": "https://creativecommons.org/publicdomain/zero/1.0/",
"body": {
"value": "Really great product! More people should by it!!1!",
"language": "en",
"format": "text/plain",
"purpose": ["assessing", "commenting"],
"rights": "http://creativecommons.org/licenses/by-nc/4.0/"
},
"target": "http://example.com/product1"
}
```
The `body` is CC-by-NC and the interstitial annotation is CC0.
Clearer? :sunglasses:
--
GitHub Notification of comment by BigBlueHat
Please view or discuss this issue at
https://github.com/w3c/web-annotation/issues/360#issuecomment-252246322
using your GitHub account
Received on Friday, 7 October 2016 13:03:25 UTC