Created
June 24, 2014 11:21
-
-
Save elf-pavlik/848d332d2259ffe9199e to your computer and use it in GitHub Desktop.
schema:GiveAction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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