mirror of
https://github.com/bpmbpm/doc.git
synced 2026-04-30 12:30:52 +00:00
1.4 KiB
1.4 KiB
aigents.com_graphs.html
Сам движок https://aigents.com/graphs.html
Вот эта страничка https://github.com/aigents/aigents-web/blob/master/html/graphs.html
А вот код https://github.com/aigents/aigents-web/blob/master/html/ui/aigents-graph.js
https://medium.com/singularitynet/graphs-part-1-how-singularitynet-will-leverage-opencog-aigents-b21e581cf9f8
example dot
Нужно убрать в конце точку ...
:Turkey a sdo:Country
:CentralAnatolia a sdo:AdministrativeArea
:AnkaraProvince a sdo:AdministrativeArea
:AnkaraCity a sdo:City
local
Для локального запуска меняем в файле graphs.html пути на (см. graphs2.html)
<script src=".\ui\jquery-1.11.1.js"></script>
<script src=".\ui\jquery-ui-1.11.4.custom\jquery-ui.js"></script>
<script type="text/javascript" src=".\ui\aigents-al.js?20"></script>
<script type="text/javascript" src=".\ui\aigents-graph.js?24"></script>
</head> ```