Skip to content

Assertion same as example using LR Paradata Specification 1.0

joe hobson edited this page Aug 8, 2018 · 2 revisions

The following resource data snippet accurately models a "same as" relationship using the new LR Paradata Specification 1.0:

{
    "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"
                }
            }
        ]
    }
}
Clone this wiki locally