130 duration

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

JSON

Inbox

Definition

When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as "PT5S").
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-duration

Scope Note

: Property

Example

Example 119

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Video",
  "name": "Birds Flying",
  "url": "http://example.org/video.mkv",
  "duration": "PT2H"
}