한국바로알리기 온톨로지

CefiaWiki
Cefia (토론 | 기여) 사용자의 2015년 1월 28일 (수) 14:11 판

(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색

Class

	:국가
	:교육제도
	:교과서목록
	:교과서
	:번역문
	:교과서분석
	:종합분석
	:미션
	:활동 
	:이해자료
	:성과
	:인물
	:기관
	:관련정보

Relation

* (:성과)-[:isOutcomeOf]->(:활동)
	()<-[:hasOutcome]-()

* (:활동)-[:isRelatedTo]->(:미션범주)
	()<-[:isRelatedTo]-()

* (:활동)-[:isActionFor]->(:미션)
	()<-[:hasAction]-()

* (:활동)-[:isPerformedBy]->(:기관)
	()<-[:performs]-()

* (:활동)-[:isRelatedTo]->(:기관)
	()<-[:isRelatedTo]-()

* (:활동)-[:isRelatedTo]->(:인물)
	()<-[:isRelatedTo]-()

* (:활동)-[:isNextTo]->(:활동)
	()<-[:isPreviousTo]-()

* (:미션)-[:isDrawnBy]->(:종합분석)
	()<-[:draws]-()

* (:종합분석)-[:hasPart]->(:교과서분석)
	()<-[:isPartOf]-()

* (:교과서분석)-[:isReviewOf]->(:교과서)
	()<-[:hasReview]-()

* (:교과서분석)-[:isReviewOf]->(:번역문)
	()<-[:hasReview]-()

* (:번역문)-[:isTranslationOf]->(:교과서)
	()<-[hasTranslation]-()

* :교과서)-[:isPartOf]->(:교과서목록)
	()<-[:hasPart]-()

* (:교과서)-[:isPublishedBy]->(:기관)
	()<-[:Publishes]-()

* (:교과서)-[:isRevisionOf]->(:교과서)
	()<-[:isOldEdtionof]-()

* (:교과서목록)-[:isUsedIn]->(:국가)
	()<-[:uses]-()

* (:교육제도)-[:isUsedIn]->(:국가)
	()<-[:uses]-()

* (:인물)-[:isAffiliatedTo]->(:기관)
	()<-[:hasMember]-()

* (:기관)-[:isPlacedIn]->(:국가)
	()<-[:hasInstitution]-()

* (:이해자료)-[:isPublishedBy]->(:기관)
	()<-[:Publishes]-()

* (:이해자료)-[:isProvidedTo]->(:기관)
	()<-[:Provides]-()

* (:이해자료)-[:isPartOf]->(:이해자료)
	()<-[:hasPart]-()

* (:이해자료)-[:isVersionOf]->(:이해자료)
	()<-[:hasVersion]-()

* (:이해자료)-[:isNextTo]->(:이해자료)
	()<-[:isPreviousTo]-()

Attribute (for the Use in Graph Database)

※ common attributes
	project = ‘UK’
	writer = 
	url = ‘http://http://221.150.168.94:84/index.php?title= ’

:국가
	name
	nation

:교육제도
	name
	nation

:교과서목록
	name
	nation
	subject
	begin
	end
   
:교과서
	name
	nation
	lang
	publisher
	pubyear

:번역문
	name
	nation
	translator
	year
	
:교과서분석
	name
	nation
	year
	point(multiple, in code_list)

:종합분석
	name
	nation
	year

:미션
	name
	nation
	year
	agenda(multiple, in code_list)

:활동 
	name
	nation
	year
	type   
		기관협력
		교신
		초청
		방문
		민간활동

:이해자료
	name
	publisher
	lang
	pubyear

:성과
	name
	nation
	year
	type
    
:인물
	name
	nation
	type
	birthdate

:기관
	name
	nation
	type

:관련정보
	name
	nation
	type

Essential Relations of Individual Objects

:국가
	(:국가)<-[:uses]-(:교육제도)
	(:국가)<-[:uses]-(:교과서목록)

:교육제도
	(:교육제도)-[:isUsedIn]->(:국가)

:교과서목록
	(:교과서목록)-[:isUsedIn]->(:국가)
	(:교과서목록)-[:hasPart]->(:교과서)

:교과서
	(:교과서)-[:isPartOf]->(:교과서목록)
	(:교과서)-[:isPublishedBy]->(:기관)
	(:교과서)-[:hasReview]->(:교과서분석)

:번역문
	(:번역문)-[:isTranslationOf]->(:교과서)
	(:번역문)-[:hasReview]->(:교과서분석)

:교과서분석

	(:교과서분석)-[:isReviewOf]->(:교과서)
	(:교과서분석)-[:isReviewOf]->(:번역문)
	(:교과서분석)-[:isPartOf]->(:종합분석)

:종합분석
	(:종합분석)-[:hasPart]->(:교과서분석)
	(:종합분석)-[:draws]->(:미션)

:미션
	(:미션)-[:isDrawnBy]->(:종합분석)

:기관
	(:기관)-[:Publishes]->(:교과서)
	(:기관)-[:isPlacedIn]->(:국가)