행위

송하영CNU23.lst

CNUDH


#Project
송하영의_연습용_네트워크_그래프

#Class
인물		blue	circl
취미		purple	star
강의		red	square

Attribute	black	box

#Relation
isRelatedTo	관련있다        sequence        1
isFriendOf	친구이다       sequence        1
isHobbyOf	취미이다      sequence        1


hasDataProperty	속성이다	        arrow		1

hasRProperty	관계속성이다	        line    	1 


#Nodes
김채영		인물	김채영
송하영		인물	송하영
배드민턴		취미	배드민턴
배구		취미	배구

성별:여성	Attribute	성별:여성
sports	Attribute	sports

#Links
송하영		김채영		         isFriendOf
송하영		배드민턴		        isHobbyOf
송하영		배구		        isHobbyOf
송하영		성별:여성	       hasDataProperty
김채영		성별:여성	       hasDataProperty	
배구		sports	       hasDataProperty	
배드민턴		sports	       hasDataProperty

      
#End

Visualization