행위

논어를 통한 사과(四科)의 정의와 제자들의 성향 고찰

red

Snu김용한 (토론 | 기여) 사용자의 2020년 11월 29일 (일) 14:27 판

탐구의 목적

탐구 방법 및 결과

사과에 따른 분류

방법론

덕행

덕행 연관 카테고리

[1]

지행합일

[2]

언행일치

[3]

낙도

[4]

안빈

[5]

극기복례

[6]

어눌

[7]

호학

[8]

겸손

[9]

질박

[10]

효제

[11]

언어

정사

문학

사과에 대한 공자의 생각

제자의 성향

방법론

안회

덕행-안회

[12]

정사-안회

[13]

문학-안회

[14]

안회 횟수

[15]

안회 평가

[16]

염옹

사과-염옹

[17]

염옹 횟수

[18]

염백우

선진2장

[19]

민자건

사과-민자건

[20]

민자건 횟수

[21]

증삼

사과-증삼

[22]

증삼 횟수

[23]

기타논의 및 코멘트

덕행 긍정적

[24]

부정적 평가

[25]

덕행-언어

[26]

덕행-문학

[27]

덕행-정사
[28]
  1. match (a:Term{korname:"덕행"}) - [] - (b:Category) return a,b
  2. match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "지행합일" and c.four = "1" return a,b,c,d
  3. match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "언행일치" and c.four = "1" return a,b,c,d
  4. match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "낙도" and c.four = "1" return a,b,c,d
  5. match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "안빈" and c.four = "1" return a,b,c,d
  6. match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "극기복례" and c.four = "1" return a,b,c,d
  7. match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "어눌" and c.four = "1" return a,b,c,d
  8. match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "호학" and c.four = "1" return a,b,c,d
  9. match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "겸손" and c.four = "1" return a,b,c,d
  10. match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "질박" and c.four = "1" return a,b,c,d
  11. match (a:Category) - [r1] - (b) - [r2] - (c:Section)-[r3] - (d:Person) where a.korname = "효제" and c.four = "1" return a,b,c,d
  12. 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
  13. 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
  14. 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
  15. 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)
  16. match (a:Term{korname:'덕행'}) - [r1:means] - (b:Category) - [r2:mentioned] - (c:Part_Chapter) - [r3:contains] - (d:Section{four:'1'}) - [r4:mentioned] - (e:Person{korname:'안회'}) return a,b,c,d,e
  17. match (a:Term) - [r1:means] - (b:Category) - [r2:mentioned] - (c:Part_Chapter) -[r3:contains] - (d:Section) - [r4] - (e:Person{korname:'염옹'}) return a,b,c,d,e
  18. 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)
  19. match(a:Person) - [r1] - (b:Section) - [r2] - (c:Part_Chapter_s) - [r3] - (d) return a,b,c,d
  20. match (a:Term) - [r1:means] - (b:Category) - [r2:mentioned] - (c:Part_Chapter) - [r3:contains] - (d:Section) - [r4] - (e:Person{korname:'민자건'}) return a,b,c,d,e
  21. 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)
  22. match (a:Term) - [r1:means] - (b:Category) - [r2:mentioned] - (c:Part_Chapter) - [r3:contains] - (d:Section) - [r4] - (e:Person{korname:'증삼'}) return a,b,c,d,e
  23. 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)
  24. match (a:Person)-[]->(b:Section{nuance:'positive'}) return a,b
  25. match (a:Person)-[]->(b:Section{nuance:'negative'}) return a,b
  26. match p=(a:Term{korname:'언어'})-[*2]-(b:Part_Chapter)-[*2]-(c:Term{korname:'덕행'}) with p,b match(b)-[]-(d:Section)-[]-(e:Person) where d.four in ["1", "4"] return p,d,e
  27. match p=(a:Term{korname:'문학'})-[*2]-(b:Part_Chapter)-[*2]-(c:Term{korname:'덕행'}) with p,b match(b)-[]-(d:Section)-[]-(e:Person) where d.four in ["1", "3"] return p,d,e
  28. match p=(a:Term{korname:'정사'})-[*2]-(b:Part_Chapter)-[*2]-(c:Term{korname:'덕행'}) with p,b match(b)-[]-(d:Section)-[]-(e:Person) where d.four in ["1", "2"] return p,d,e