"TEI 인용규칙"의 두 판 사이의 차이
(새 문서: ==TEI 방식 적용 예시== ===서적=== *강우방, 곽동석, 민병찬, 『한국 美의 재발견 - 불교 조각 II』, 솔출판사, 2005, 106쪽. <source lang="xml"> <biblS...) |
|||
(같은 사용자의 중간 판 19개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
+ | TEI(The Text Encoding Initiative)는 인문학자들이 학술 목적을 위하여 전자 텍스트를 대상으로 인코딩을 수행할 때 사용하는 표준이다. 1987년 "P1", 1994년 P3, 1999년, 2002년 P4(SGML TO XML), 2007년 P5 이 나왔다. TEI는 특히 언어학에서 국제적인 텍스트 인코딩 표준으로 인지되고 있으며, 한국의 "21세기 세종계획"의 말뭉치(코퍼스)도 TEI를 기반으로 작성되었다. | ||
+ | |||
+ | TEI 공식 홈페이지는 http://www.tei-c.org/ 이다. | ||
+ | |||
+ | TEI 공식 위키는 https://wiki.tei-c.org/ 이다. | ||
+ | |||
+ | |||
+ | |||
+ | ==주요 요소== | ||
+ | |||
+ | ===인용정보 최상위 구조=== | ||
+ | bibl : 문장 내에 출현하는 간략한 인용정보표기 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-bibl.html | ||
+ | |||
+ | <b>biblFull : 모든 인용정보</b> | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblFull.html | ||
+ | |||
+ | biblStruct : 특정 규칙으로만 인용정보가 출현할 경우 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblStruct.html | ||
+ | |||
+ | listBibl : 인용정보 리스트 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listBibl.html | ||
+ | |||
+ | |||
+ | |||
+ | ===기본텍스트단위, 문헌, 시리즈=== | ||
+ | Analytic: 논문, 개별기사, 개별챕터 등 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-analytic.html | ||
+ | |||
+ | Monographic : 문헌 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-monogr.html | ||
+ | |||
+ | Series : 시리즈 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-series.html | ||
+ | |||
+ | ====조합방식==== | ||
+ | |||
+ | * 이덕진, 「新羅末 桐裏山門에 대한 연구」, 『한국선학』 제2권, 한국선학회, 2002, 199-246쪽. | ||
+ | |||
+ | <source lang="xml"> | ||
+ | <biblFull> | ||
+ | <analytic> | ||
+ | 이덕진, 「新羅末 桐裏山門에 대한 연구」 | ||
+ | </analytic> | ||
+ | <monogr> | ||
+ | 『한국선학』 제2권, 한국선학회, 2002, 199-246쪽. | ||
+ | </monogr> | ||
+ | </biblFull> | ||
+ | </source> | ||
+ | |||
+ | |||
+ | |||
+ | ===기본요소=== | ||
+ | [[title]] : 제목 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html | ||
+ | |||
+ | [[author]] : 창작자 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-author.html | ||
+ | |||
+ | [[editor]] : 편집자 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editor.html | ||
+ | |||
+ | [[respStmt]] : 특수책임사항 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-respStmt.html | ||
+ | |||
+ | [[meeting]] : 회의, 컨퍼런스 정보 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-meeting.html | ||
+ | |||
+ | [[distributor]] : 유통 업체 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-distributor.html | ||
+ | |||
+ | [[principal]] : 디지털책임자 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-principal.html | ||
+ | |||
+ | |||
+ | |||
+ | ===고유정보요소=== | ||
+ | [[idno]] : ISBN, ISSN, DOI, URI, VIAF, ESTC, OCLC | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-idno.html | ||
+ | |||
+ | [[date]] : 시간값 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-date.html | ||
+ | |||
+ | |||
+ | |||
+ | ===출력물정보=== | ||
+ | [[imprint]] : 출력정보 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-imprint.html | ||
+ | |||
+ | [[date]] : 시간값 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-date.html | ||
+ | |||
+ | [[extent]] : 크기값(출력물크기, 파일크기) | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-extent.html | ||
+ | |||
+ | [[idno]] : ISBN, ISSN, DOI, URI, VIAF, ESTC, OCLC | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-idno.html | ||
+ | |||
+ | |||
+ | |||
+ | ===범위정보=== | ||
+ | [[biblScope]] : 문헌 범위 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblScope.html | ||
+ | |||
+ | [[citedRange]] : 인용 범위 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-citedRange.html | ||
+ | |||
+ | |||
+ | |||
+ | ===관계 정보=== | ||
+ | [[relatedItem]] : 관계정보 | ||
+ | http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-relatedItem.html | ||
+ | |||
+ | |||
+ | |||
+ | |||
==TEI 방식 적용 예시== | ==TEI 방식 적용 예시== | ||
6번째 줄: | 122번째 줄: | ||
<source lang="xml"> | <source lang="xml"> | ||
− | < | + | <biblFull type="book"> |
<monogr> | <monogr> | ||
<author> | <author> | ||
22번째 줄: | 138번째 줄: | ||
<biblScope>106</biblScope> | <biblScope>106</biblScope> | ||
</monogr> | </monogr> | ||
− | </ | + | </biblFull> |
</source> | </source> | ||
31번째 줄: | 147번째 줄: | ||
<source lang="xml"> | <source lang="xml"> | ||
− | < | + | <biblFull type="thesis"> |
<analytic> | <analytic> | ||
<author>이덕진</author> | <author>이덕진</author> | ||
45번째 줄: | 161번째 줄: | ||
<biblScope unit="page" from="199" to="246">199–246</biblScope> | <biblScope unit="page" from="199" to="246">199–246</biblScope> | ||
</monogr> | </monogr> | ||
− | </ | + | </biblFull> |
</source> | </source> | ||
54번째 줄: | 170번째 줄: | ||
<source lang="xml"> | <source lang="xml"> | ||
− | < | + | <biblFull type="web"> |
<monogr> | <monogr> | ||
<author>한국고전번역원</author> | <author>한국고전번역원</author> | ||
64번째 줄: | 180번째 줄: | ||
</imprint> | </imprint> | ||
</monogr> | </monogr> | ||
− | </ | + | </biblFull> |
− | < | + | <biblFull type="web"> |
<monogr> | <monogr> | ||
<author>한국고전번역원</author> | <author>한국고전번역원</author> | ||
76번째 줄: | 192번째 줄: | ||
</monogr> | </monogr> | ||
<ref type="url">http://117.16.255.70:8081/DCH/</ref> | <ref type="url">http://117.16.255.70:8081/DCH/</ref> | ||
− | </ | + | </biblFull> |
</source> | </source> | ||
86번째 줄: | 202번째 줄: | ||
<source lang="xml"> | <source lang="xml"> | ||
− | < | + | <biblFull type="web"> |
<analytic> | <analytic> | ||
<title>민영환 집 터</title> | <title>민영환 집 터</title> | ||
101번째 줄: | 217번째 줄: | ||
<idno type="URI">http://www.culturecontent.com</idno> | <idno type="URI">http://www.culturecontent.com</idno> | ||
</monogr> | </monogr> | ||
− | </ | + | </biblFull> |
</source> | </source> | ||
110번째 줄: | 226번째 줄: | ||
<source lang="xml"> | <source lang="xml"> | ||
− | < | + | <biblFull type="newspaper"> |
<analytic> | <analytic> | ||
<author>최완수</author> | <author>최완수</author> | ||
127번째 줄: | 243번째 줄: | ||
<date when="2001-06">2001-06</date> | <date when="2001-06">2001-06</date> | ||
</monogr> | </monogr> | ||
− | </ | + | </biblFull> |
</source> | </source> | ||
134번째 줄: | 250번째 줄: | ||
===핵심 스키마=== | ===핵심 스키마=== | ||
− | [3.11 Bibliographic Citations and References http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ | + | [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI 3.11 Bibliographic Citations and References ] |
+ | |||
+ | [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblFull.html biblFull] | ||
+ | |||
+ | [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-monogr.html monogr] | ||
+ | |||
+ | [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-analytic.html analytic] | ||
+ | |||
+ | [http://www.tei-c.org/release/doc/tei-p5-doc/de/html/ref-idno.html idno] | ||
− | |||
− | |||
− | |||
− | |||
− | [ | + | [[분류:TEI]] |
2017년 7월 27일 (목) 20:27 기준 최신판
TEI(The Text Encoding Initiative)는 인문학자들이 학술 목적을 위하여 전자 텍스트를 대상으로 인코딩을 수행할 때 사용하는 표준이다. 1987년 "P1", 1994년 P3, 1999년, 2002년 P4(SGML TO XML), 2007년 P5 이 나왔다. TEI는 특히 언어학에서 국제적인 텍스트 인코딩 표준으로 인지되고 있으며, 한국의 "21세기 세종계획"의 말뭉치(코퍼스)도 TEI를 기반으로 작성되었다.
TEI 공식 홈페이지는 http://www.tei-c.org/ 이다.
TEI 공식 위키는 https://wiki.tei-c.org/ 이다.
목차
주요 요소
인용정보 최상위 구조
bibl : 문장 내에 출현하는 간략한 인용정보표기 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-bibl.html
biblFull : 모든 인용정보 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblFull.html
biblStruct : 특정 규칙으로만 인용정보가 출현할 경우 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblStruct.html
listBibl : 인용정보 리스트 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listBibl.html
기본텍스트단위, 문헌, 시리즈
Analytic: 논문, 개별기사, 개별챕터 등 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-analytic.html
Monographic : 문헌 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-monogr.html
Series : 시리즈 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-series.html
조합방식
- 이덕진, 「新羅末 桐裏山門에 대한 연구」, 『한국선학』 제2권, 한국선학회, 2002, 199-246쪽.
<biblFull>
<analytic>
이덕진, 「新羅末 桐裏山門에 대한 연구」
</analytic>
<monogr>
『한국선학』 제2권, 한국선학회, 2002, 199-246쪽.
</monogr>
</biblFull>
기본요소
title : 제목 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html
author : 창작자 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-author.html
editor : 편집자 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-editor.html
respStmt : 특수책임사항 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-respStmt.html
meeting : 회의, 컨퍼런스 정보 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-meeting.html
distributor : 유통 업체 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-distributor.html
principal : 디지털책임자 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-principal.html
고유정보요소
idno : ISBN, ISSN, DOI, URI, VIAF, ESTC, OCLC http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-idno.html
date : 시간값 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-date.html
출력물정보
imprint : 출력정보 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-imprint.html
date : 시간값 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-date.html
extent : 크기값(출력물크기, 파일크기) http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-extent.html
idno : ISBN, ISSN, DOI, URI, VIAF, ESTC, OCLC http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-idno.html
범위정보
biblScope : 문헌 범위 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblScope.html
citedRange : 인용 범위 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-citedRange.html
관계 정보
relatedItem : 관계정보 http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-relatedItem.html
TEI 방식 적용 예시
서적
- 강우방, 곽동석, 민병찬, 『한국 美의 재발견 - 불교 조각 II』, 솔출판사, 2005, 106쪽.
<biblFull type="book">
<monogr>
<author>
<persName>강우방</persName>
<persName>곽동석</persName>
<persName>민병찬</persName>
</author>
<title>한국 美의 재발견 - 불교 조각 II</title>
<idno type="ISBN">9788954609920</idno>
<idno type="ISSN">8954609929</idno>
<imprint xml:lang="ko">
<publisher>솔출판사</publisher>
<date>2005</date>
</imprint>
<biblScope>106</biblScope>
</monogr>
</biblFull>
논문
- 이덕진, 「新羅末 桐裏山門에 대한 연구」, 『한국선학』 제2권, 한국선학회, 2002, 199-246쪽.
<biblFull type="thesis">
<analytic>
<author>이덕진</author>
<title>新羅末 桐裏山門에 대한 연구</title>
</analytic>
<monogr>
<title>한국선학</title>
<imprint xml:lang="ko">
<publisher>한국선학회</publisher>
<date when="2002">2002</date>
</imprint>
<biblScope unit="vol">2</biblScope>
<biblScope unit="page" from="199" to="246">199–246</biblScope>
</monogr>
</biblFull>
웹사이트
- 『이체자 정보검색』online, 한국고전번역원. 최종확인: 2016년 10월 23일.
<biblFull type="web">
<monogr>
<author>한국고전번역원</author>
<title>이체자 정보검색</title>
<idno type="URI">http://117.16.255.70:8081/DCH/</idno>
<imprint>
<publisher>한국고전번역원</publisher>
<date>2008</date>
</imprint>
</monogr>
</biblFull>
<biblFull type="web">
<monogr>
<author>한국고전번역원</author>
<title>이체자 정보검색</title>
<imprint>
<publisher>한국고전번역원</publisher>
<date>2008</date>
</imprint>
</monogr>
<ref type="url">http://117.16.255.70:8081/DCH/</ref>
</biblFull>
웹사이트 내 특정 페이지
- "민영환 집 터", 서울 문화재 기념표석들의 스토리텔링 개발, 『문화콘텐츠닷컴 』, 한국콘텐츠진흥원, 2010
<biblFull type="web">
<analytic>
<title>민영환 집 터</title>
<idno type="URI">http://www.culturecontent.com/content/contentView.do?search_div=CP_THE&search_div_id=CP_THE010&cp_code=cp1012&index_id=cp10120276&content_id=cp101202760001</idno>
</analytic>
<monogr>
<author>스튜디오홀호리(주)</author>
<title>서울 문화재 기념표석들의 스토리텔링 개발</title>
<idno type="URI">http://www.culturecontent.com/content/contentMain.do?search_div=CP_THE&search_div_id=CP_THE010&cp_code=cp1012</idno>
</monogr>
<monogr>
<author>한국콘텐츠진흥원</author>
<title>문화콘텐츠닷컴</title>
<idno type="URI">http://www.culturecontent.com</idno>
</monogr>
</biblFull>
신문 잡지
- 최완수, "최완수의 우리문화 바로보기 24 - 신라 선종과 비로자나불의 출현", 『신동아』, 2001년 6월호.
<biblFull type="newspaper">
<analytic>
<author>최완수</author>
<title>신라 선종과 비로자나불의 출현</title>
<idno type="URI">http://shindonga.donga.com/3/all/13/101115/1</idno>
</analytic>
<series>
<author>최완수</author>
<title>최완수의 우리문화 바로보기</title>
<biblScope>24</biblScope>
</series>
<monogr>
<author>동아일보</author>
<title>신동아</title>
<idno type="URI">http://shindonga.donga.com/</idno>
<date when="2001-06">2001-06</date>
</monogr>
</biblFull>