114 cc
https://w3id.org/class/redaktor/cc
Definition
Bezeichnet ein Objekt, das zur öffentlichen sekundären Zielgruppe dieses Objekts gehört.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-cc
Scope Note
: PropertyExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally offered a post to John",
"type": "Offer",
"actor": "http://sally.example.org",
"object": "http://example.org/posts/1",
"target": "http://john.example.org",
"cc": [ "http://joe.example.org" ]
}