{
    "123": {
        "id": "123",
        "type": "Person",
        "attributes": {
            "name": "Person A",
            "origin": "Mexico"
        },
        "relationships": {
            "likes": ["456"]
        }
    },
    "456": {
        "id": "456",
        "type": "Person",
        "attributes": {
            "name": "Person B",
            "origin": "Canada"
        },
        "relationships": { }
    },
    "789": {
        "id": "789",
        "type": "Building",
        "attributes": {
            "name": "Building A",
            "location": "Canada"
        },
        "relationships": { }
    }

}