252 instrument

https://w3id.org/class/redaktor/instrument

JSON

Inbox

Definition

Identifies one or more objects used (or to be used) in the completion of an Activity.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-instrument

Scope Note

: Property

Example

Example 85

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally listened to a piece of music on the Acme Music Service",
  "type": "Listen",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": "http://example.org/foo.mp3",
  "instrument": {
    "type": "Service",
    "name": "Acme Music Service"
  }
}