행위

"화엄경60권.lst"의 두 판 사이의 차이

avatamsakasutra

4번째 줄: 4번째 줄:
  
 
#Class
 
#Class
사람
+
사람 blue circle
동물
+
동물 red box
음식
+
음식 green star
  
 
#Relation
 
#Relation
likes
+
likes   좋아한다 arrow          1
loves
+
loves   사랑한다 moving-arrows  2
isCloseTo
+
isCloseTo 친하다 both          3
 +
brews      빚는다      arrow          3
  
 
#Nodes
 
#Nodes
철수 사람 철수 files/sample1.htm#Cheol-su
+
001    사람   철수           null                                                 http://dh.aks.ac.kr/~jisun/images/철수.png     
영이 사람 영이 files/sample1.htm#Yeong-i
+
002    사람    영이           null                                                 http://dh.aks.ac.kr/~jisun/images/영이.png     
보미 동물 보미 null
+
003    동물    몽실              http://dh.aks.ac.kr/workshop/index.php/귀여운_몽실    http://dh.aks.ac.kr/~jisun/images/몽실.png     
커피 음식 커피 files/sample1.htm#Coffee
+
004    음식    아이스_아메리카노 https://ko.wikipedia.org/wiki/카페_아메리카노          http://dh.aks.ac.kr/~jisun/images/아아메.png   
크림 음식 아이스크림 files/sample1.htm#IceCream
+
005    음식    아이스크림   null                                                 http://dh.aks.ac.kr/~jisun/images/아이스크림.png 
 +
008    동물   냥이              null                                                   http://dh.aks.ac.kr/~jisun/images/냥이.png
 +
006    음식   탁주              null                                                  http://dh.aks.ac.kr/~jisun/images/탁주.png
 +
007    음식   맥주              null                                                  http://dh.aks.ac.kr/~jisun/images/맥주.png
 +
 
  
 
#Links
 
#Links
철수 크림 likes
+
001 005 likes        
영이 커피 likes
+
002 004 likes      
영이 보미 isCloseTo
+
002 003 isCloseTo    
철수 영이 loves
+
001 002 loves  
 +
001    008    isCloseTo         
 +
002    006    brews
 +
001    007    brews
 +
 
 +
#End
  
#End
 
 
</pre>
 
</pre>
 +
 
==Visualization==
 
==Visualization==
 
{{NetworkGraph | title=화엄경60권.lst}}
 
{{NetworkGraph | title=화엄경60권.lst}}
 
[[분류:Network Graph Script]]
 
[[분류:Network Graph Script]]

2021년 6월 2일 (수) 19:35 판

#Project
h1 나의 첫번째 네트워크 그래프

#Class
사람	blue	circle
동물	red	box
음식	green	star

#Relation
likes	   좋아한다	arrow          1
loves	   사랑한다	moving-arrows  2
isCloseTo  친하다	both           3
brews      빚는다       arrow          3

#Nodes
001     사람    철수	          null	                                                 http://dh.aks.ac.kr/~jisun/images/철수.png      
002     사람    영이	          null	                                                 http://dh.aks.ac.kr/~jisun/images/영이.png      
003     동물    몽실              http://dh.aks.ac.kr/workshop/index.php/귀여운_몽실     http://dh.aks.ac.kr/~jisun/images/몽실.png      
004     음식    아이스_아메리카노 https://ko.wikipedia.org/wiki/카페_아메리카노          http://dh.aks.ac.kr/~jisun/images/아아메.png     
005     음식    아이스크림	  null	                                                 http://dh.aks.ac.kr/~jisun/images/아이스크림.png  
008     동물    냥이              null                                                   http://dh.aks.ac.kr/~jisun/images/냥이.png
006     음식    탁주              null                                                   http://dh.aks.ac.kr/~jisun/images/탁주.png
007     음식    맥주              null                                                   http://dh.aks.ac.kr/~jisun/images/맥주.png


#Links
001	005	likes         
002	004	likes        
002	003	isCloseTo     
001	002	loves 
001     008     isCloseTo           
002     006     brews
001     007     brews
   
#End

Visualization