Select Git revision
test2.json 1.45 KiB
{
"return": {
"entities": [
0,
1,
2
],
"relations": [
0,
1
],
"groupBys": []
},
"entities": [
{
"name": "Person",
"ID": 0,
"constraints": [
{
"attribute": "id",
"value": "sierra",
"dataType": "string",
"matchType": "constains"
}
]
},
{
"name": "Band",
"ID": 1,
"constraints": []
},
{
"name": "Person",
"ID": 2,
"constraints": [
{
"attribute": "id",
"value": "e",
"dataType": "string",
"matchType": "constains"
}
]
}
],
"relations": [
{
"ID": 0,
"name": "memberOf",
"depth": {
"min": 1,
"max": 1
},
"fromType": "entity",
"fromID": 0,
"toType": "entity",
"toID": 1,
"constraints": []
},
{
"ID": 1,
"name": "memberOf",
"depth": {
"min": 1,
"max": 1
},
"fromType": "entity",
"fromID": 2,
"toType": "entity",
"toID": 1,
"constraints": [] }
],
"groupBys": [],
"machineLearning": [],
"limit": 5000,
"prefix": "http://api.stardog.com/"
}