"김소희.lst"의 두 판 사이의 차이

North Korea Humanities

(새 문서: { "nodes": [ {"id": "P_김소희", "label": "김소희", "type": "Person", "color": "#1e90ff"}, {"id": "P_송만갑", "label": "송만갑", "type": "Person", "color": "#1e90...)
 
1번째 줄: 1번째 줄:
{
+
# Nodes
  "nodes": [
+
P_김소희 | label: 김소희 | type: Person | color: #1e90ff
    {"id": "P_김소희", "label": "김소희", "type": "Person", "color": "#1e90ff"},
+
P_송만갑 | label: 송만갑 | type: Person | color: #1e90ff
    {"id": "P_송만갑", "label": "송만갑", "type": "Person", "color": "#1e90ff"},
+
P_정정렬 | label: 정정렬 | type: Person | color: #1e90ff
    {"id": "P_정정렬", "label": "정정렬", "type": "Person", "color": "#1e90ff"},
+
P_박동실 | label: 박동실 | type: Person | color: #1e90ff
    {"id": "P_박동실", "label": "박동실", "type": "Person", "color": "#1e90ff"},
 
  
    {"id": "G_조선성악연구회", "label": "조선성악연구회", "type": "Group", "color": "#8a2be2"},
+
G_조선성악연구회 | label: 조선성악연구회 | type: Group | color: #8a2be2
  
    {"id": "I_국립국극단", "label": "국립국극단", "type": "Institution", "color": "#2e8b57"},
+
I_국립국극단 | label: 국립국극단 | type: Institution | color: #2e8b57
    {"id": "I_대한국악원", "label": "대한국악원", "type": "Institution", "color": "#2e8b57"},
+
I_대한국악원 | label: 대한국악원 | type: Institution | color: #2e8b57
    {"id": "I_서울국악예술고등학교", "label": "서울국악예술고등학교(현 국립전통예술고등학교)", "type": "Institution", "color": "#2e8b57"},
+
I_서울국악예술고등학교 | label: 서울국악예술고등학교(현 국립전통예술고등학교) | type: Institution | color: #2e8b57
  
    {"id": "L_고창군_흥덕면", "label": "전라북도 고창군 흥덕면 사포리", "type": "Location", "color": "#ff8c00"},
+
L_고창군_흥덕면 | label: 전라북도 고창군 흥덕면 사포리 | type: Location | color: #ff8c00
    {"id": "L_고창군", "label": "전라북도 고창군", "type": "Location", "color": "#ff8c00"},
+
L_고창군 | label: 전라북도 고창군 | type: Location | color: #ff8c00
  
    {"id": "E_국가무형문화재5호_춘향가", "label": "국가무형문화재 제5호 판소리 춘향가 예능보유자", "type": "Event", "color": "#dc143c"},
+
E_국가무형문화재5호_춘향가 | label: 국가무형문화재 제5호 판소리 춘향가 예능보유자 | type: Event | color: #dc143c
  
    {"id": "W_만정제_춘향가", "label": "만정제 춘향가", "type": "Work", "color": "#ff1493"}
+
W_만정제_춘향가 | label: 만정제 춘향가 | type: Work | color: #ff1493
  ],
 
  
  "edges": [
 
    {"source": "P_김소희", "target": "P_송만갑", "relation": "hasMaster"},
 
    {"source": "P_김소희", "target": "P_정정렬", "relation": "hasMaster"},
 
    {"source": "P_김소희", "target": "P_박동실", "relation": "hasMaster"},
 
  
    {"source": "P_김소희", "target": "G_조선성악연구회", "relation": "isMemberOf"},
+
# Edges
 +
P_김소희 -> P_송만갑 | relation: hasMaster
 +
P_김소희 -> P_정정렬 | relation: hasMaster
 +
P_김소희 -> P_박동실 | relation: hasMaster
  
    {"source": "P_김소희", "target": "I_국립국극단", "relation": "worksAt"},
+
P_김소희 -> G_조선성악연구회 | relation: isMemberOf
    {"source": "P_김소희", "target": "I_대한국악원", "relation": "worksAt"},
 
    {"source": "P_김소희", "target": "I_서울국악예술고등학교", "relation": "worksAt"},
 
  
    {"source": "P_김소희", "target": "L_고창군_흥덕면", "relation": "nativePlace"},
+
P_김소희 -> I_국립국극단 | relation: worksAt
    {"source": "P_김소희", "target": "L_고창군", "relation": "isLocatedIn"},
+
P_김소희 -> I_대한국악원 | relation: worksAt
 +
P_김소희 -> I_서울국악예술고등학교 | relation: worksAt
  
    {"source": "W_만정제_춘향가", "target": "P_김소희", "relation": "creator"},
+
P_김소희 -> L_고창군_흥덕면 | relation: nativePlace
 +
P_김소희 -> L_고창군 | relation: isLocatedIn
  
    {"source": "E_국가무형문화재5호_춘향가", "target": "P_김소희", "relation": "isRelatedTo"}
+
W_만정제_춘향가 -> P_김소희 | relation: creator
  ]
+
 
}
+
E_국가무형문화재5호_춘향가 -> P_김소희 | relation: isRelatedTo

2025년 12월 1일 (월) 22:10 판

  1. Nodes

P_김소희 | label: 김소희 | type: Person | color: #1e90ff P_송만갑 | label: 송만갑 | type: Person | color: #1e90ff P_정정렬 | label: 정정렬 | type: Person | color: #1e90ff P_박동실 | label: 박동실 | type: Person | color: #1e90ff

G_조선성악연구회 | label: 조선성악연구회 | type: Group | color: #8a2be2

I_국립국극단 | label: 국립국극단 | type: Institution | color: #2e8b57 I_대한국악원 | label: 대한국악원 | type: Institution | color: #2e8b57 I_서울국악예술고등학교 | label: 서울국악예술고등학교(현 국립전통예술고등학교) | type: Institution | color: #2e8b57

L_고창군_흥덕면 | label: 전라북도 고창군 흥덕면 사포리 | type: Location | color: #ff8c00 L_고창군 | label: 전라북도 고창군 | type: Location | color: #ff8c00

E_국가무형문화재5호_춘향가 | label: 국가무형문화재 제5호 판소리 춘향가 예능보유자 | type: Event | color: #dc143c

W_만정제_춘향가 | label: 만정제 춘향가 | type: Work | color: #ff1493


  1. Edges

P_김소희 -> P_송만갑 | relation: hasMaster P_김소희 -> P_정정렬 | relation: hasMaster P_김소희 -> P_박동실 | relation: hasMaster

P_김소희 -> G_조선성악연구회 | relation: isMemberOf

P_김소희 -> I_국립국극단 | relation: worksAt P_김소희 -> I_대한국악원 | relation: worksAt P_김소희 -> I_서울국악예술고등학교 | relation: worksAt

P_김소희 -> L_고창군_흥덕면 | relation: nativePlace P_김소희 -> L_고창군 | relation: isLocatedIn

W_만정제_춘향가 -> P_김소희 | relation: creator

E_국가무형문화재5호_춘향가 -> P_김소희 | relation: isRelatedTo