tirocinio-canali-steffo-acrate/acrate_astreams/tests/activitystreams/examples/20.json

13 lines
227 B
JSON
Raw Normal View History

{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally left work",
"type": "Leave",
"actor": {
"type": "Person",
"name": "Sally"
},
"object": {
"type": "Place",
"name": "Work"
}
}