Action

From getSchema
Jump to: navigation, search

Description

An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.

Examples

John Patronson wrote the Book of Patronson from 18 january to 9 march 2013.

{   "@context": "http://schema.org",   "@type": "WriteAction",   "agent": {     "@type": "Person",     "givenName": "John",     "familyName": "Patronson"   },   "startTime": "2013-01-18T20:00Z",   "endTime": "2013-03-09T20:00Z",   "result": {     "@type": "Book",     "name": "Book of Patronson"   } } 

This Page Semantic Annotations