"아카이브 구축 현황"의 두 판 사이의 차이
4번째 줄: | 4번째 줄: | ||
use hanyang2 | use hanyang2 | ||
− | select * from hanyangData ..... 11,693 | + | select * from hanyangData ..... '''11,693''' |
* Class 별 노드 건수 | * Class 별 노드 건수 | ||
select class, count(*) from hanyangData | select class, count(*) from hanyangData | ||
− | group by class | + | group by class order by class |
− | |||
− | |||
− | |||
{|class="wikitable" style="text-align:left" | {|class="wikitable" style="text-align:left" | ||
! style="width:100px" | class || style="width:100px" | 범주 || style="width:100px" | 건수 | ! style="width:100px" | class || style="width:100px" | 범주 || style="width:100px" | 건수 | ||
38번째 줄: | 35번째 줄: | ||
* 6,906 개 노드에 대해 54,898 건의 속성 정보 작성, 수집, 정리 | * 6,906 개 노드에 대해 54,898 건의 속성 정보 작성, 수집, 정리 | ||
− | select distinct id from hanyangAttribute ..... 6,906 | + | select distinct id from hanyangAttribute ..... '''6,906''' |
− | select * from hanyangAttribute ..... 54,898 | + | select * from hanyangAttribute ..... '''54,898''' |
47번째 줄: | 44번째 줄: | ||
* 지식 노드 상호간의 의미적 연관관계 31,704건을 조사 작성 | * 지식 노드 상호간의 의미적 연관관계 31,704건을 조사 작성 | ||
− | select * from hanyangLinks ..... 31,704 | + | select * from hanyangLinks ..... '''31,704''' |
− | |||
− | |||
{|class="wikitable" style="text-align:left" | {|class="wikitable" style="text-align:left" | ||
! style="width:100px" | 관계 || style="width:100px" | 건수 | ! style="width:100px" | 관계 || style="width:100px" | 건수 | ||
130번째 줄: | 125번째 줄: | ||
* 8,659 개 노드와 관련이 있는 19,529 건의 웹 자원 조사, 수집, 정리 | * 8,659 개 노드와 관련이 있는 19,529 건의 웹 자원 조사, 수집, 정리 | ||
+ | |||
+ | select distinct source from hanyangRefLinks ..... '''8,659''' | ||
+ | |||
+ | select * from hanyangRefData where class='WebResource' ..... '''19,529''' | ||
select groupName, count(*) from hanyangRefData | select groupName, count(*) from hanyangRefData |
2020년 10월 12일 (월) 08:43 판
Node Description
- 11,693 개 지식 노드 작성
use hanyang2 select * from hanyangData ..... 11,693
- Class 별 노드 건수
select class, count(*) from hanyangData group by class order by class
class | 범주 | 건수 |
---|---|---|
Actor | 인물 | 5926 |
Architecture | 건물 | 372 |
Concept | 개념 | 2838 |
Event | 사건 | 23 |
Object | 물품 | 107 |
Place | 장소 | 757 |
Record | 기록물 1241 | |
WebResource | 3D 지도 | 429 |
}
Attribute
- 6,906 개 노드에 대해 54,898 건의 속성 정보 작성, 수집, 정리
select distinct id from hanyangAttribute ..... 6,906
select * from hanyangAttribute ..... 54,898
Contextual Relations
- 지식 노드 상호간의 의미적 연관관계 31,704건을 조사 작성
select * from hanyangLinks ..... 31,704
관계 | 건수 |
---|---|
annotator | 6 |
calligrapher | 512 |
commemorates | 2 |
contributor | 24 |
creator | 155 |
depicts | 87 |
hasAdoptedHeir | 5 |
hasAffiliation | 5 |
hasAppointee | 652 |
hasBrother | 37 |
hasDaughter | 364 |
hasDescendant | 86 |
hasDisciple | 186 |
hasPart | 263 |
hasSon | 487 |
hasSonInLaw | 13 |
hasWife | 328 |
inscriber | 7 |
isAffinalKinOf | 20 |
isEnshrinedIn | 834 |
isEpitaphOf | 556 |
isFellowOf | 1 |
isLineageKinOf | 17 |
isMentionedIn | 24 |
isOfficialPositionOf | 2749 |
isSameAs | 2 |
isShownBy | 429 |
isSteleOf | 1 |
isTombOf | 84 |
knows | 82 |
participatesIn | 42 |
publisher | 21 |
servedAs | 22555 |
translator | 9 |
wasPosthumouslyPromotedTo | 190 |
writer | 869 |
Reference
- 8,659 개 노드와 관련이 있는 19,529 건의 웹 자원 조사, 수집, 정리
select distinct source from hanyangRefLinks ..... 8,659
select * from hanyangRefData where class='WebResource' ..... 19,529
select groupName, count(*) from hanyangRefData group by class, groupName having class='WebResource' order by groupName desc
class | 유형 | 건수 |
---|---|---|
해설 | 9478 | |
원문 | 1078 | |
사진 | 8544 | |
3D_지도 | 429 |