"김지선(SNU2026)"의 두 판 사이의 차이

North Korea Humanities

(260527 네트워크 그래프 실습용 서식 복사)
(260527 네트워크 그래프 실습)
103번째 줄: 103번째 줄:
 
==주석==
 
==주석==
  
=260527 네트워크 그래프 실습=
 
-----
 
*아래 회색 박스 안의 내용을 복사하세요.
 
<syntaxhighlight>
 
==네트워크 그래프==
 
*[[{{FULLPAGENAMEE}}.lst]]
 
</syntaxhighlight>
 
 
*참고 자료: [https://dh.aks.ac.kr/~jisun/edu/index.php/WikiNetworkGraph WikiNetworkGraph]
 
**네트워크 그래프가 제대로 뜨지 않을 때: [https://dh.aks.ac.kr/~jisun/edu/index.php/WikiNetworkGraph#네트워크_그래프_생성_오류 오류 case]를 참고하여 수정한다.
 
<syntaxhighlight>
 
<pre>
 
#Project
 
네트워크 그래프 제목
 
 
#Class
 
Person blue circle
 
Group violet circle
 
Institution navy circle
 
Location red circle
 
Event orange circle
 
Article gray circle
 
Book brown circle
 
Volume green circle
 
Journal green circle
 
 
#Relation
 
hasSpouse A는_B를_배우자로_두다 arrow 2 
 
hasSon A는_B를_아들로_두다 arrow 2
 
hasDaughter A는_B를_딸로_두다 arrow 2
 
hasBrother A는_B를_형제로_두다 arrow 2
 
hasMaster A는_B를_스승으로_삼다 arrow 2
 
isMemberOf A는_B의_구성원이다 sequence 2
 
graduates A는_B를_졸업하다 arrow 2
 
takesCourseAt A는_B에서_수학하다 arrow 2
 
worksAt A는_B에서_근무하다 arrow 2
 
isAdjunctTo A는_B의_부속이다 arrow 2
 
isPredecessorOf A는_B의_전신이다 arrow 2
 
isLocatedIn A는_B에_위치하다 arrow 2
 
isWriterOf A는_B의_저술자이다 arrow 2
 
isChapterOf A는_B에_수록되다 arrow 2
 
isPartOf A는_B에_게재되다 arrow 2
 
includes A는_B를_포함하다 arrow 2
 
creator A의_저작자는_B이다 arrow 2
 
cocreator A의_공동저작자는_B이다 arrow 2
 
publisher A의_간행처는_B이다 arrow 2
 
isRelatedTo A는_B와_관련있다 both 2
 
 
#Nodes
 
인물1 Person  인물1 null https://dh.aks.ac.kr/~nkh/wiki/images/a/a0/Icon_person.png 1
 
인물2 Person  인물2 null https://dh.aks.ac.kr/~nkh/wiki/images/a/a0/Icon_person.png 1
 
인물3 Person  인물3 null https://dh.aks.ac.kr/~nkh/wiki/images/a/a0/Icon_person.png 1
 
인물4 Person  인물4 null https://dh.aks.ac.kr/~nkh/wiki/images/a/a0/Icon_person.png 1
 
인물5 Person  인물5 null https://dh.aks.ac.kr/~nkh/wiki/images/a/a0/Icon_person.png 1
 
인물6 Person  인물6 null https://dh.aks.ac.kr/~nkh/wiki/images/a/a0/Icon_person.png 1
 
인물7 Person  인물7 null https://dh.aks.ac.kr/~nkh/wiki/images/a/a0/Icon_person.png 1
 
 
단체 Group 단체 null https://dh.aks.ac.kr/~nkh/wiki/images/f/fc/Icon_group.png 1
 
 
기관1 Institution 기관1 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1
 
기관2 Institution 기관2 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1
 
기관3 Institution 기관3 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1
 
기관4 Institution 기관4 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1
 
기관5 Institution 기관5 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1
 
기관6 Institution 기관6 null https://dh.aks.ac.kr/~nkh/wiki/images/d/d9/Icon_institution.png 1
 
 
공간 Location 공간 null https://dh.aks.ac.kr/~nkh/wiki/images/3/37/Icon_location.png 1
 
 
사건 Event 사건 null https://dh.aks.ac.kr/~nkh/wiki/images/6/6b/Icon_event.png 1
 
 
원고1 Article 원고1 null https://dh.aks.ac.kr/~nkh/wiki/images/c/c5/Icon_article.png 1
 
원고2 Article 원고2 null https://dh.aks.ac.kr/~nkh/wiki/images/c/c5/Icon_article.png 1
 
 
서적 Book 서적 null https://dh.aks.ac.kr/~nkh/wiki/images/b/b4/Icon_book.png 1
 
 
권호 Volume 권호 null https://dh.aks.ac.kr/~nkh/wiki/images/6/6b/Icon_volume.png 1
 
 
학술지 Journal 학술지 null https://dh.aks.ac.kr/~nkh/wiki/images/e/ea/Icon_journal.png 1
 
 
 
#Links
 
인물1 인물2 hasSpouse
 
인물1 인물3 hasSon
 
인물2 인물3 hasSon
 
인물5 인물4 hasBrother
 
인물1 인물5 hasMaster
 
인물6 인물7 hasDaughter
 
 
인물6 단체 isMemberOf
 
 
인물3 기관1 graduates
 
인물1 기관2 worksAt
 
인물4 기관3 takesCourseAt
 
 
기관1 기관4 isAdjunctTo
 
기관5 기관6 isPredecessorOf
 
 
기관2 공간 isLocatedIn
 
 
사건 인물7 isRelatedTo
 
 
인물1 원고1 isWriterOf
 
인물5 원고2 isWriterOf
 
 
원고1 서적 isChapterOf
 
원고2 권호 isPartOf
 
 
서적 인물1 creator
 
서적    인물6  cocreator
 
서적 기관5 publisher
 
 
학술지 권호 includes
 
학술지 기관3 publisher
 
 
#End
 
</pre>
 
 
==Visualization==
 
{{NetworkGraph | title={{FULLPAGENAMEE}}.lst}}
 
 
[[분류:Network Graph Script]][[분류:2026-1 BigData(SNU)]]
 
</syntaxhighlight>
 
  
  
 
[[분류:2026-1 BigData(SNU)]]
 
[[분류:2026-1 BigData(SNU)]]

2026년 5월 26일 (화) 22:37 판

← 2026-1 BigData(SNU)로 돌아가기

260520 트리플 데이터 실습


  • 아래 회색 박스 안의 내용을 복사하세요.
==데이터 샘플링==
[[담당인물명]]
{|class="wikitable sortable" style="text-align:center; width:100%; background:#F0F8FF;"
!style="width:5%; background:#87CEFA; text-align: center; color:navy"|no !! style="width:35%; background:#87CEFA; text-align: center; color:navy"| 문장 !! style="width:20%; background:#87CEFA; text-align: center; color:navy"| 주어(S) !! style="width:20%; background:#87CEFA; text-align: center; color:navy"| 목적어(O) !! style="width:20%; background:#87CEFA; text-align: center; color:navy"| 서술어(P)
|-
| 1 || || || ||
|-
| 2 || || || ||
|-
| 3 || || || ||
|-
| 4 || || || ||
|-
| 5 || || || ||
|-
| 6 || || || ||
|-
| 7 || || || ||
|-
| 8 || || || ||
|-
| 9 || || || ||
|-
| 10 || || || ||
|-
|}
no 문장 주어(S) 목적어(O) 서술어(P)
1 손기정이 제11회 베를린 올림픽 마라톤에 출전했다 손기정 제11회 베를린 올림픽 마라톤 참가하다
2 손기정이 제11회 베를린 올림픽 마라톤에서 우승했다 손기정 제11회 베를린 올림픽 마라톤 우승자이다
3 제11회 베를린 올림픽 마라톤은 1936년 8월 9일에 열렸다 제11회 베를린 올림픽 마라톤 1936년08월09일 열리다
4 손기정이 양정고등보통학교를 졸업했다 손기정 양정고등보통학교 졸업하다
5 손기정은 서윤복의 마라톤 감독으로 활동했다 손기정 서윤복 감독이다
6 선우일선은 평양기생학교를 졸업했다 선우일선 평양기생학교 졸업하다
7 선우일선은 포리돌 레코드사에 소속되어 활동했다 선우일선 포리돌 레코드사 소속되다
8 선우일선이 노래 <꽃을 잡고>를 발표했다 선우일선 꽃을 잡고 발표하다
9 <꽃을 잡고>는 이면상이 작곡했다 이면상 꽃을 잡고 작곡하다
10 선우일선은 평양음악대학에서 교원으로 재직했다 선우일선 평양음악대학 재직하다



260513 위키 문법 실습


인사말

안녕하세요! 반갑습니다.

  • 집에 가고 싶어요...
    • 배고파요...
      • 종강하고 싶어요.....
        • 양현제, 선형, 은경, 찬미, 다연, 성준 학생 고마워요. 외롭지 않네요...

안녕하세요.
저는 양현제입니다.
을 좋아합니다.
서울대에서 ㅇㅇ학을 전공하는 귀요미입니다.
잘 부탁드립니다.

상세 소개

덕질하는 것들

  1. 전통주
    1. 꽃잠
    1. 낮잠
    2. 누워있기
    3. 집밥먹기
  2. 커피
    1. 아이스라떼

좋아하는 구절

일찍 일어나는 새가 피곤하다 - 박명수


함께하는 분들

같이 완주합시다!!!

위키계정 관계 한마디
김지선(SNU2026) 4월의 연두가 좋아요
양현제(SNU2026) 학생 귀요미입니다

나누고픈 순간

좋아하는 영상

주석