#Project
네트워크 그래프의 제목, 주제 등을 표시합니다.
#Class
그래프로 표시하고자 하는 대상 세계의 범주(Class)를 지정합니다.
#Relation
노드 사이의 관계성을 지정합니다.
#Nodes
대상 세계에 존재하는 각각의 노드(Node)를 지정합니다.
노드 지정을 위한 필수 요소는 노드 식별자, 범주, 노드 레이블 등 3 가지입니다.
- 노드 식별자는 컴퓨터가 하나의 노드를 유일하게 식별할 수 있게 하는 이름입니다. 중복된 이름이 있어서는 안됩니다.
- 노드 레이블은 그래프 상에서 노드의 이름으로 표시하기 위한 이름입니다. 중복이 있어도 무방합니다.
- 네 번째 요소 DATA URL을 추가할 경우, 네트워크 그래프 상에서 노드를 클릭하면, 해당 URL로 이동합니다.
- 각 노드의 범주 이름은 반드시 #Class 섹션에서 정의된 것이어야 합니다. 그렇지 않은 경우 그래프 생성이 이루어지지 않습니다.
#Links
노드(Node)와 노드(Node)를 잇는 링크(Link)를 지정합니다.
- 링크 지정은 첫번째 노드 식별자(Domain), 두번째 노드 식별자(Range), 두 노드 사이의 관계성(Relation) 이름 순으로 기술합니다.
- 두 노드 사이의 관계성 이름은 반드시 #Relation 섹션에서 정의된 것이어야 합니다. 그렇지 않은 경우 그래프 생성이 이루어지지 않습니다.
#End
스크립트의 끝을 알리는 표시자입니다.
#Project
h1 World of Cocktails: Garnish for Cocktails
#Class
Category gold circle
Cocktail magenta box
Spirit red ellipse
Liqueur blue ellipse
SoftDrink orange ellipse
Garnish green ellipse
Glass silver ellipse
Method cyan ellipse
#Relation
hasCategory ~에_속하다 arrow
hasMember ~를_포함하다 arrow
isGarnishedWith ~로_장식하다 arrow
or 또는 both
#Nodes
Cocktail Category Cocktail null http://dh.aks.ac.kr/~tutor/Graph/Cocktail/images/Glass/CocktailGlass_xs.png 0
BloodyMary Cocktail Bloody_Mary https://dh.aks.ac.kr/Edu/wiki/index.php/Bloody_Mary http://dh.aks.ac.kr/~tutor/Graph/Cocktail/images/Cocktail/BloodyMary_xs.png 1
LemonSlice Garnish Lemon_Slice null http://dh.aks.ac.kr/~tutor/Graph/Cocktail/images/Garnish/LemonSlice_xs.png 1
Celery Garnish Celery null http://dh.aks.ac.kr/~tutor/Graph/Cocktail/images/Garnish/Celery_xs.png 2
#Links
BloodyMary Cocktail hasCategory
Cocktail BloodyMary hasMember
BloodyMary Celery isGarnishedWith
BloodyMary LemonSlice isGarnishedWith
Celery LemonSlice or
#End
Visualization