{
"url": "http://www.tianjin.com/individuals/SC01010001#新开河水厂",
"isStatistics": false,
}
curl --location --request POST 'http://10.12.4.202:30660/gisuni-sources/api/v2/resources/queryGraph' \
--header 'Authorization: token' \
--header 'Projectid: 1234567890ABCDEFGHIJKLMN' \
--header 'Tenantid: 1234567890ABCDEFGHIJKLMN' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://www.tianjin.com/individuals/SC01010001#新开河水厂",
"isStatistics": false,
}'
{
"content": {
"resourcesNodeList": [
{
"url": "string",
"name": "string",
"type": [
"string"
],
"level": 0,
"childNumber": null,
"dataProperty": null,
"objectProperty": null,
"isVirtual": null
}
],
"resourcesSideList": [
{
"name": "string",
"url": null,
"type": "string",
"sourceUrl": "string",
"targetUrl": "string"
}
],
"entityTypeMap": {
"取用水户": "string",
"自来水厂": "string",
"地表水源地": "string",
"供水分区": "string"
},
"relationshipTypeMap": {
"http://www.tianjin.com/OP#所在供水分区": "string",
"http://www.tianjin.com/OP#关联取用水户": "string",
"http://www.tianjin.com/OP#现状水源": "string"
}
},
"code": 0,
"message": "string",
"detail": null,
"succeed": true
}