행위

"2024 문화기술개론 수업 조별활동 문서 샘플"의 두 판 사이의 차이

KHS DH wiki

(네트워크 그래프)
(네트워크 그래프)
65번째 줄: 65번째 줄:
 
<pre>
 
<pre>
 
#Project
 
#Project
 +
h1 나의 첫번째 네트워크 그래프
  
 
#Class
 
#Class
 +
사람 blue circle
 +
음식 red box
 +
복식 green star
  
 
#Relation
 
#Relation
 +
likes 좋아한다 arrow
 +
loves 사랑한다 both
 +
wears 입다 moving-arrows
  
 
#Nodes
 
#Nodes
 +
001 사람 김인문 null http://dh.aks.ac.kr/~hyunseung/icon/icon_0009.png
 +
002 사람 이정보 null http://dh.aks.ac.kr/~hyunseung/icon/icon_0010.png
 +
003 복식 한복 https://ko.wikipedia.org/wiki/한복 http://dh.aks.ac.kr/~hyunseung/icon/icon_0014.png
 +
004 음식 샌드위치 null http://dh.aks.ac.kr/~hyunseung/icon/icon_0011.png
 +
005 음식 아이스_밀크티 null http://dh.aks.ac.kr/~hyunseung/icon/icon_0012.png
  
 
#Links
 
#Links
 +
001 002 loves
 +
002 003 wears
 +
001 005 likes
 +
002 004 likes
  
 
#End
 
#End

2024년 3월 26일 (화) 21:57 판

한국전통문화대학교 2024년도 1학기 수업 <문화기술개론>


팀 프로젝트 제목
【팀명 Team】 팀원이름, 팀원이름, 팀원이름, 팀원이름

소개글

내용

온톨로지(Ontology) 설계

클래스(Class)

클래스명 설명
인물 역사적인 인물
복식 역사적 인물들이 착용했던 다양한 성격의 복장과 복식 요소들

관계(Relation)

관계명 정의역 치역 예시
A는_B를_입다 인물 복식 정재여령-황초삼

속성(Attribute)

인물 속성

속성명 설명
id 개별 노드의 식별자
클래스 개별 노드가 속하는 클래스
명칭 개별 노드의 명칭
한자 개별 노드 명칭의 한자
영어 개별 노드 명칭의 영어
출생년 개별 노드의 출생년도, 월, 일

개체(Individuals)

id class label infoUrl iconUrl
정재여령 인물 정재여령 https://dh.aks.ac.kr/sillokwiki/index.php/여령(女伶) 026_JoseonRoyalDress_1200px.png
황초삼 복식 황초삼 http://210.95.200.56:5054/topic/view/550 1610.JPG

온톨로지 설계 초안

은행나무위키.jpg

네트워크 그래프

2024_Script_Sample_3.lst


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

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

#Relation
likes	좋아한다	arrow
loves	사랑한다	both
wears	입다	moving-arrows

#Nodes
001	사람	김인문		null					http://dh.aks.ac.kr/~hyunseung/icon/icon_0009.png
002	사람	이정보		null					http://dh.aks.ac.kr/~hyunseung/icon/icon_0010.png
003	복식	한복		https://ko.wikipedia.org/wiki/한복 	http://dh.aks.ac.kr/~hyunseung/icon/icon_0014.png
004	음식	샌드위치		null					http://dh.aks.ac.kr/~hyunseung/icon/icon_0011.png
005	음식	아이스_밀크티	null					http://dh.aks.ac.kr/~hyunseung/icon/icon_0012.png

#Links
001	002	loves
002	003	wears
001	005	likes
002	004	likes

#End

참고자료