GlobalRelation.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. {
  2. "all": [
  3. {
  4. "graph_type": "SpaceNeighborhood",
  5. "graph_name": "空间邻接关系",
  6. "Content": [
  7. {
  8. "rel_name": "隔断无门窗",
  9. "directional": false,
  10. "target_objs": "空间-空间",
  11. "rel_type": "1",
  12. "description": "全封闭,含楼板"
  13. },
  14. {
  15. "rel_name": "隔断有门",
  16. "directional": false,
  17. "target_objs": "",
  18. "rel_type": "2",
  19. "description": "全封闭"
  20. },
  21. {
  22. "rel_name": "隔断有窗",
  23. "directional": false,
  24. "target_objs": "",
  25. "rel_type": "3",
  26. "description": "全封闭"
  27. },
  28. {
  29. "rel_name": "隔断有门窗",
  30. "directional": false,
  31. "target_objs": "",
  32. "rel_type": "4",
  33. "description": "全封闭"
  34. },
  35. {
  36. "rel_name": "连通",
  37. "directional": false,
  38. "target_objs": "",
  39. "rel_type": "5",
  40. "description": "不封闭"
  41. }
  42. ]
  43. },
  44. {
  45. "graph_type": "TrafficNetwork",
  46. "graph_name": "建筑交通网络",
  47. "Content": [
  48. {
  49. "rel_name": "普通",
  50. "directional": false,
  51. "target_objs": "空间-空间",
  52. "rel_type": "1",
  53. "description": ""
  54. },
  55. {
  56. "rel_name": "消防常开",
  57. "directional": false,
  58. "target_objs": "",
  59. "rel_type": "2",
  60. "description": ""
  61. },
  62. {
  63. "rel_name": "消防常关",
  64. "directional": false,
  65. "target_objs": "",
  66. "rel_type": "3",
  67. "description": ""
  68. }
  69. ]
  70. },
  71. {
  72. "graph_type": "ConvectionNetwork",
  73. "graph_name": "空气流通网络",
  74. "Content": [
  75. {
  76. "rel_name": "自然对流",
  77. "directional": false,
  78. "target_objs": "空间-空间",
  79. "rel_type": "1",
  80. "description": ""
  81. },
  82. {
  83. "rel_name": "机械通风",
  84. "directional": true,
  85. "target_objs": "",
  86. "rel_type": "2",
  87. "description": ""
  88. }
  89. ]
  90. },
  91. {
  92. "graph_type": "RadiationNetwork",
  93. "graph_name": "光照辐射网络",
  94. "Content": [
  95. {
  96. "rel_name": "连通",
  97. "directional": false,
  98. "target_objs": "空间-空间",
  99. "rel_type": "1",
  100. "description": "不封闭"
  101. },
  102. {
  103. "rel_name": "透明隔断",
  104. "directional": false,
  105. "target_objs": "",
  106. "rel_type": "2",
  107. "description": "全封闭"
  108. }
  109. ]
  110. },
  111. {
  112. "graph_type": "EquipinSpace",
  113. "graph_name": "设备所在空间",
  114. "Content": [
  115. {
  116. "rel_name": "位于",
  117. "directional": true,
  118. "target_objs": "设备→空间",
  119. "rel_type": "1",
  120. "description": ""
  121. }
  122. ]
  123. },
  124. {
  125. "graph_type": "EquipforSpace",
  126. "graph_name": "设备服务空间",
  127. "Content": [
  128. {
  129. "rel_name": "服务于",
  130. "directional": true,
  131. "target_objs": "设备→空间",
  132. "rel_type": "1",
  133. "description": ""
  134. }
  135. ]
  136. },
  137. {
  138. "graph_type": "SystemEquip",
  139. "graph_name": "系统包含的设备",
  140. "Content": [
  141. {
  142. "rel_name": "包括",
  143. "directional": true,
  144. "target_objs": "系统→设备;注意不要反过来",
  145. "rel_type": "1",
  146. "description": ""
  147. }
  148. ]
  149. },
  150. {
  151. "graph_type": "LUDistribution",
  152. "graph_name": "低压配电系统",
  153. "Content": [
  154. {
  155. "rel_name": "普通连接",
  156. "directional": true,
  157. "target_objs": "低压开关柜→低压开关柜",
  158. "rel_type": "1",
  159. "description": ""
  160. },
  161. {
  162. "rel_name": "互备连接",
  163. "directional": false,
  164. "target_objs": "",
  165. "rel_type": "2",
  166. "description": "母联柜"
  167. }
  168. ]
  169. },
  170. {
  171. "graph_type": "HUDistribution",
  172. "graph_name": "高压变配电系统",
  173. "Content": [
  174. {
  175. "rel_name": "普通连接",
  176. "directional": true,
  177. "target_objs": "高压开关柜,变压器",
  178. "rel_type": "1",
  179. "description": ""
  180. },
  181. {
  182. "rel_name": "互备连接",
  183. "directional": false,
  184. "target_objs": "",
  185. "rel_type": "2",
  186. "description": "分段主柜,分段辅柜"
  187. }
  188. ]
  189. },
  190. {
  191. "graph_type": "EquipPower",
  192. "graph_name": "设备电源",
  193. "Content": [
  194. {
  195. "rel_name": "常规",
  196. "directional": true,
  197. "target_objs": "低/高压开关柜→设备",
  198. "rel_type": "1",
  199. "description": ""
  200. },
  201. {
  202. "rel_name": "备用",
  203. "directional": true,
  204. "target_objs": "",
  205. "rel_type": "2",
  206. "description": ""
  207. }
  208. ]
  209. },
  210. {
  211. "graph_type": "ChillWaterLoop",
  212. "graph_name": "空调冷冻水环路",
  213. "Content": [
  214. {
  215. "rel_name": "供水",
  216. "directional": true,
  217. "target_objs": "冷机-冷冻泵-空调末端设备",
  218. "rel_type": "1",
  219. "description": ""
  220. },
  221. {
  222. "rel_name": "回水",
  223. "directional": true,
  224. "target_objs": "",
  225. "rel_type": "2",
  226. "description": ""
  227. },
  228. {
  229. "rel_name": "旁通",
  230. "directional": false,
  231. "target_objs": "",
  232. "rel_type": "3",
  233. "description": ""
  234. },
  235. {
  236. "rel_name": "补水",
  237. "directional": true,
  238. "target_objs": "",
  239. "rel_type": "4",
  240. "description": ""
  241. }
  242. ]
  243. },
  244. {
  245. "graph_type": "CoolingWaterLoop",
  246. "graph_name": "空调冷却水环路",
  247. "Content": [
  248. {
  249. "rel_name": "供水",
  250. "directional": true,
  251. "target_objs": "冷机-冷却泵-冷却塔",
  252. "rel_type": "1",
  253. "description": ""
  254. },
  255. {
  256. "rel_name": "回水",
  257. "directional": true,
  258. "target_objs": "",
  259. "rel_type": "2",
  260. "description": ""
  261. },
  262. {
  263. "rel_name": "旁通",
  264. "directional": false,
  265. "target_objs": "",
  266. "rel_type": "3",
  267. "description": ""
  268. },
  269. {
  270. "rel_name": "补水",
  271. "directional": true,
  272. "target_objs": "",
  273. "rel_type": "4",
  274. "description": ""
  275. }
  276. ]
  277. },
  278. {
  279. "graph_type": "CondWaterNetwork",
  280. "graph_name": "空调冷凝水网络",
  281. "Content": [
  282. {
  283. "rel_name": "排水",
  284. "directional": true,
  285. "target_objs": "空调末端设备-排水干管",
  286. "rel_type": "1",
  287. "description": ""
  288. }
  289. ]
  290. },
  291. {
  292. "graph_type": "HeatWaterLoop",
  293. "graph_name": "采暖水环路",
  294. "Content": [
  295. {
  296. "rel_name": "供水",
  297. "directional": true,
  298. "target_objs": "锅炉,板换-采暖末端设备",
  299. "rel_type": "1",
  300. "description": ""
  301. },
  302. {
  303. "rel_name": "回水",
  304. "directional": true,
  305. "target_objs": "",
  306. "rel_type": "2",
  307. "description": ""
  308. },
  309. {
  310. "rel_name": "旁通",
  311. "directional": false,
  312. "target_objs": "",
  313. "rel_type": "3",
  314. "description": ""
  315. },
  316. {
  317. "rel_name": "补水",
  318. "directional": true,
  319. "target_objs": "",
  320. "rel_type": "4",
  321. "description": ""
  322. }
  323. ]
  324. },
  325. {
  326. "graph_type": "ACAirNetwork",
  327. "graph_name": "空调风管网",
  328. "Content": [
  329. {
  330. "rel_name": "送风",
  331. "directional": true,
  332. "target_objs": "AHU-VAV-风口",
  333. "rel_type": "1",
  334. "description": ""
  335. },
  336. {
  337. "rel_name": "回风",
  338. "directional": true,
  339. "target_objs": "",
  340. "rel_type": "2",
  341. "description": ""
  342. }
  343. ]
  344. },
  345. {
  346. "graph_type": "FreshAirNetwork",
  347. "graph_name": "新风管网",
  348. "Content": [
  349. {
  350. "rel_name": "送风",
  351. "directional": true,
  352. "target_objs": "PAU-风口",
  353. "rel_type": "1",
  354. "description": ""
  355. }
  356. ]
  357. },
  358. {
  359. "graph_type": "VentNetwork",
  360. "graph_name": "通风管网",
  361. "Content": [
  362. {
  363. "rel_name": "送风",
  364. "directional": true,
  365. "target_objs": "风机-风口",
  366. "rel_type": "1",
  367. "description": ""
  368. },
  369. {
  370. "rel_name": "排风",
  371. "directional": true,
  372. "target_objs": "",
  373. "rel_type": "2",
  374. "description": ""
  375. },
  376. {
  377. "rel_name": "不确定",
  378. "directional": false,
  379. "target_objs": "",
  380. "rel_type": "3",
  381. "description": ""
  382. }
  383. ]
  384. },
  385. {
  386. "graph_type": "VRFNetwork",
  387. "graph_name": "多联机系统",
  388. "Content": [
  389. {
  390. "rel_name": "供制冷剂",
  391. "directional": true,
  392. "target_objs": "室外机→室内机",
  393. "rel_type": "1",
  394. "description": ""
  395. }
  396. ]
  397. },
  398. {
  399. "graph_type": "SupplyWaterNetwork",
  400. "graph_name": "给水网络",
  401. "Content": [
  402. {
  403. "rel_name": "给水",
  404. "directional": true,
  405. "target_objs": "",
  406. "rel_type": "1",
  407. "description": ""
  408. },
  409. {
  410. "rel_name": "旁通",
  411. "directional": false,
  412. "target_objs": "",
  413. "rel_type": "2",
  414. "description": ""
  415. }
  416. ]
  417. },
  418. {
  419. "graph_type": "DrainingWaterNetwork",
  420. "graph_name": "排水网络",
  421. "Content": [
  422. {
  423. "rel_name": "排水",
  424. "directional": true,
  425. "target_objs": "",
  426. "rel_type": "1",
  427. "description": ""
  428. },
  429. {
  430. "rel_name": "旁通",
  431. "directional": false,
  432. "target_objs": "",
  433. "rel_type": "2",
  434. "description": ""
  435. }
  436. ]
  437. },
  438. {
  439. "graph_type": "RecycleWaterNetwork",
  440. "graph_name": "中水系统",
  441. "Content": [
  442. {
  443. "rel_name": "排水",
  444. "directional": true,
  445. "target_objs": "",
  446. "rel_type": "1",
  447. "description": ""
  448. },
  449. {
  450. "rel_name": "旁通",
  451. "directional": false,
  452. "target_objs": "",
  453. "rel_type": "2",
  454. "description": ""
  455. }
  456. ]
  457. },
  458. {
  459. "graph_type": "DrinkingWaterNetwork",
  460. "graph_name": "直饮水网络",
  461. "Content": [
  462. {
  463. "rel_name": "直饮水",
  464. "directional": true,
  465. "target_objs": "",
  466. "rel_type": "1",
  467. "description": ""
  468. },
  469. {
  470. "rel_name": "旁通",
  471. "directional": false,
  472. "target_objs": "",
  473. "rel_type": "2",
  474. "description": ""
  475. }
  476. ]
  477. },
  478. {
  479. "graph_type": "DHWNetwork",
  480. "graph_name": "生活热水网络",
  481. "Content": [
  482. {
  483. "rel_name": "供热水",
  484. "directional": true,
  485. "target_objs": "",
  486. "rel_type": "1",
  487. "description": ""
  488. },
  489. {
  490. "rel_name": "旁通",
  491. "directional": false,
  492. "target_objs": "",
  493. "rel_type": "2",
  494. "description": ""
  495. }
  496. ]
  497. },
  498. {
  499. "graph_type": "GasNetwork",
  500. "graph_name": "燃气系统",
  501. "Content": [
  502. {
  503. "rel_name": "供气",
  504. "directional": true,
  505. "target_objs": "",
  506. "rel_type": "1",
  507. "description": ""
  508. },
  509. {
  510. "rel_name": "旁通",
  511. "directional": false,
  512. "target_objs": "",
  513. "rel_type": "2",
  514. "description": ""
  515. }
  516. ]
  517. },
  518. {
  519. "graph_type": "FireWaterNetwork",
  520. "graph_name": "消防供水网络",
  521. "Content": [
  522. {
  523. "rel_name": "供水",
  524. "directional": true,
  525. "target_objs": "",
  526. "rel_type": "1",
  527. "description": ""
  528. },
  529. {
  530. "rel_name": "旁通",
  531. "directional": false,
  532. "target_objs": "",
  533. "rel_type": "2",
  534. "description": ""
  535. }
  536. ]
  537. },
  538. {
  539. "graph_type": "FireVentNetwork",
  540. "graph_name": "消防排烟网络",
  541. "Content": [
  542. {
  543. "rel_name": "排风",
  544. "directional": true,
  545. "target_objs": "",
  546. "rel_type": "1",
  547. "description": ""
  548. }
  549. ]
  550. },
  551. {
  552. "graph_type": "SensorNetwork",
  553. "graph_name": "传感器通信网络",
  554. "Content": [
  555. {
  556. "rel_name": "连接",
  557. "directional": true,
  558. "target_objs": "上位机→下位机",
  559. "rel_type": "1",
  560. "description": ""
  561. }
  562. ]
  563. },
  564. {
  565. "graph_type": "ControlEquipNetwork",
  566. "graph_name": "控制设备网络",
  567. "Content": [
  568. {
  569. "rel_name": "连接",
  570. "directional": true,
  571. "target_objs": "服务器→控制器→执行器,传感器",
  572. "rel_type": "1",
  573. "description": ""
  574. }
  575. ]
  576. },
  577. {
  578. "graph_type": "EnergyItemTree",
  579. "graph_name": "能耗分项模型",
  580. "Content": [
  581. {
  582. "rel_name": "连接",
  583. "directional": true,
  584. "target_objs": "上级分项→下级分项",
  585. "rel_type": "1",
  586. "description": ""
  587. }
  588. ]
  589. },
  590. {
  591. "graph_type": "Pe2Bd",
  592. "graph_name": "资产和建筑关系",
  593. "Content": [
  594. {
  595. "rel_name": "",
  596. "directional": true,
  597. "target_objs": "资产id->建筑id",
  598. "rel_type": "1",
  599. "description": ""
  600. }
  601. ]
  602. },
  603. {
  604. "graph_type": "Pe2Fl",
  605. "graph_name": "资产和楼层关系",
  606. "Content": [
  607. {
  608. "rel_name": "",
  609. "directional": true,
  610. "target_objs": "资产id->楼层id",
  611. "rel_type": "1",
  612. "description": ""
  613. }
  614. ]
  615. },
  616. {
  617. "graph_type": "Pe2Eq",
  618. "graph_name": "资产和岗位关系",
  619. "Content": [
  620. {
  621. "rel_name": "",
  622. "directional": true,
  623. "target_objs": "资产id->设备或部件id",
  624. "rel_type": "1",
  625. "description": ""
  626. }
  627. ]
  628. },
  629. {
  630. "graph_type": "Subset",
  631. "graph_name": "从属关系",
  632. "Content": [
  633. {
  634. "rel_name": "建筑下的楼层",
  635. "directional": true,
  636. "target_objs": "",
  637. "rel_type": "1",
  638. "description": ""
  639. },
  640. {
  641. "rel_name": "建筑下的空间",
  642. "directional": true,
  643. "target_objs": "",
  644. "rel_type": "2",
  645. "description": ""
  646. },
  647. {
  648. "rel_name": "建筑下的系统设备部件",
  649. "directional": true,
  650. "target_objs": "",
  651. "rel_type": "3",
  652. "description": ""
  653. },
  654. {
  655. "rel_name": "楼层下的空间",
  656. "directional": true,
  657. "target_objs": "",
  658. "rel_type": "4",
  659. "description": ""
  660. },
  661. {
  662. "rel_name": "设备下的部件",
  663. "directional": true,
  664. "target_objs": "",
  665. "rel_type": "5",
  666. "description": ""
  667. },
  668. {
  669. "rel_name": "建筑下的资产",
  670. "directional": true,
  671. "target_objs": "",
  672. "rel_type": "6",
  673. "description": ""
  674. },
  675. {
  676. "rel_name": "楼层下的资产",
  677. "directional": true,
  678. "target_objs": "",
  679. "rel_type": "7",
  680. "description": ""
  681. }
  682. ]
  683. }
  684. ]
  685. }