Skip to content

Instantly share code, notes, and snippets.

@elf-pavlik
Created June 24, 2014 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elf-pavlik/848d332d2259ffe9199e to your computer and use it in GitHub Desktop.
Save elf-pavlik/848d332d2259ffe9199e to your computer and use it in GitHub Desktop.
schema:GiveAction
{
"@id": "/actions/12345",
"@type": "GiveAction",
"recipient": {
"@id": "https://wwelves.org/perpetual-tripper",
"@type": "Person",
"name": "elf Pavlik"
},
"agent": {
"@id": "https://example.net/jane",
"@type": "Person",
"name": "Jane Doe"
},
"object": {
"@id": "https://example.net/jane/assets/231231",
"@type": "IndividualProduct",
"model": {
"@id": "http://fairphone.com/v1",
"@type": "ProductModel",
"name": "Fairphone V1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment