논어를 통한 사과(四科)의 정의와 제자들의 성향 고찰
red
목차
탐구의 목적
탐구 방법 및 결과
사과에 따른 분류
방법론
덕행
언어
정사
문학
사과에 대한 공자의 생각
제자의 성향
방법론
안회
염옹
염백우
민자건
증삼
기타논의 및 코멘트
- ↑ match (a:Term{korname:"덕행"}) - [] - (b:Category) return a,b
- ↑ match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "지행합일" and c.four = "1" return a,b,c,d
- ↑ match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "언행일치" and c.four = "1" return a,b,c,d
- ↑ match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "낙도" and c.four = "1" return a,b,c,d
- ↑ match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "안빈" and c.four = "1" return a,b,c,d
- ↑ match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "극기복례" and c.four = "1" return a,b,c,d
- ↑ match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "어눌" and c.four = "1" return a,b,c,d
- ↑ match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "호학" and c.four = "1" return a,b,c,d
- ↑ match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "겸손" and c.four = "1" return a,b,c,d
- ↑ match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "질박" and c.four = "1" return a,b,c,d
- ↑ match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "효제" and c.four = "1" return a,b,c,d
- ↑ match (a:Term{korname:"덕행"}) - [r1:means] - (b:Category) - [r2:mentioned] - (c:Part_Chapter) - [r3:contains] - (d:Section{four:"1"}) - [r4] - (e:Person{korname:'안회'}) return a,b,c,d,e
- ↑ match (a:Term{korname:"정사"}) - [r1:means] - (b:Category) - [r2:mentioned] - (c:Part_Chapter) - [r3:contains] - (d:Section{four:"2"}) - [r4] - (e:Person{korname:'안회'}) return a,b,c,d,e
- ↑ match (a:Term{korname:"문학"}) - [r1:means] - (b:Category) - [r2:mentioned] - (c:Part_Chapter) - [r3:contains] - (d:Section{four:"3"}) - [r4] - (e:Person{korname:'안회'}) return a,b,c,d,e
- ↑ optional match (a:Person{korname:'안회'})-[p]-(k:Section{four:'1'})-[]-(l:Part_Chapter)-[]- (m:Category)-[]-(b:Term{korname:'덕행'}) return b.korname,type(p),count(p) union optional match (a:Person{korname:'안회'})-[p]-(k:Section{four:'4'})-[]-(l:Part_Chapter)-[]-(m:Category)-[]- (b:Term{korname:'언어'}) return b.korname,type(p),count(p) union optional match (a:Person{korname:'안회'})-[p]-(k:Section{four:'2'})-[]-(l:Part_Chapter)-[]-(m:Category)-[]- (b:Term{korname:'정사'}) return b.korname,type(p),count(p) union optional match (a:Person{korname:'안회'})-[p]-(k:Section{four:'3'})-[]-(l:Part_Chapter)-[]-(m:Category)-[]-(b:Term{korname:'문학'}) return b.korname,type(p),count(p)