115 bcc
https://w3id.org/class/redaktor/bcc
Definition
Identifica uno o más objetos que forman parte de la audiencia secundaria privada de este objeto.ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bcc
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",
"bcc": [ "http://joe.example.org" ]
}