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

13 lines
217 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Travel",
"summary": "Sally went to work",
"actor": {
"type": "Person",
"name": "Sally"
},
"target": {
"type": "Place",
"name": "Work"
}
}