forked from LearningRegistry/LearningRegistry
-
Notifications
You must be signed in to change notification settings - Fork 2
Assertion "same as" example using LR Paradata Specification 1.0
armontoya edited this page Dec 14, 2011
·
1 revision
The following resource data description document accurately models a "same as" relationship using the new LR Paradata Specification 1.0:
For convenience, the inline resource_data
is replicated here:
{
"activity": {
"actor": "Austin Montoya",
"object": {
"id": "http://www.google.com",
"objectType": "resource"
},
"content": "Austin Montoya asserts http://www.google.com is identical to http://www.yahoo.com",
"verb": "same as",
"related": [
{
"object": {
"id": "http://www.yahoo.com",
"objectType": "resource"
}
}
]
}
}
A small python app illustrating how to construct an assertion document will be provided soon.