13 lines
No EOL
399 B
JSON
13 lines
No EOL
399 B
JSON
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"summary": "Sally became a friend of Matt",
|
|
"type": "Create",
|
|
"actor": "http://sally.example.org",
|
|
"object": {
|
|
"type": "Relationship",
|
|
"subject": "http://sally.example.org",
|
|
"relationship": "http://purl.org/vocab/relationship/friendOf",
|
|
"object": "http://matt.example.org",
|
|
"startTime": "2015-04-21T12:34:56"
|
|
}
|
|
} |