Skip to content
Snippets Groups Projects
test.json 1.20 KiB
{
    "return": {
        "entities": [
            0,
            1,
            2
        ],
        "relations": [
            0,
            1
        ]
    },
    "entities": [
        {
            "type": "parties",
            "constraints": []
        },
        {
            "type": "parliament",
            "constraints": []
        },
        {
            "type": "commissions",
            "constraints": []
        }
    ],
    "relations": [
        {
            "type": "member_of",
            "depth": {
                "min": 1,
                "max": 1
            },
            "entityFrom": 1,
            "entityTo": 0,
            "constraints": [],
            "functionPointer": {
                "from": -1,
                "to": -1
            }
        },
        {
            "type": "part_of",
            "depth": {
                "min": 1,
                "max": 1
            },
            "entityFrom": 1,
            "entityTo": 2,
            "constraints": [],
            "functionPointer": {
                "from": -1,
                "to": -1
            }
        }
    ],
    "functions": [],
    "limit": 5000,
    "modifiers": [],
    "databaseName": "Tweede Kamer Dataset"
}