"Semantic Mediawiki"의 두 판 사이의 차이

DH 교육용 위키
이동: 둘러보기, 검색
(In-line annotation)
(속성 및 쿼리)
34번째 줄: 34번째 줄:
 
  |Located in country=France
 
  |Located in country=France
 
  }}</nowiki>
 
  }}</nowiki>
 +
 +
===Using "#show"===
 +
<nowiki>{{#show: Berlin |?Population }}</nowiki>
  
 
===Using "#ask"===
 
===Using "#ask"===
46번째 줄: 49번째 줄:
 
===Using "#show"===
 
===Using "#show"===
 
  <nowiki>{{#show: Berlin |?Population }}</nowiki>
 
  <nowiki>{{#show: Berlin |?Population }}</nowiki>
 +
 +
=="#Ask" Results Formats==
  
 
===Semantic Table===
 
===Semantic Table===
91번째 줄: 96번째 줄:
 
  |format=gallery
 
  |format=gallery
 
  }}</nowiki>
 
  }}</nowiki>
 +
 
=='''설치 방법'''==
 
=='''설치 방법'''==
 
너무 어려워서 다음에 설명하겠다.
 
너무 어려워서 다음에 설명하겠다.

2018년 5월 17일 (목) 13:16 판

주로 하아퍼링크

속성 및 쿼리

In-line annotation

문서에 보이게 속성 정하는 방법

[[Property::value]]
[[Property::value|보이는 텍스트]]
[[Property::value| ]] - 안 보인다

Using "#set"

속성을 안 보이게 설정하는 방법.

{{#set:
 Has population=2,229,621
 |Located in country=France
 }}

Using "#show"

{{#show: Berlin |?Population }}

Using "#ask"

{{#ask:
 [[Category:City]]
 [[Located in::Germany]] 
 |?Population 
 |?Area#km² = Size in km²
 }}

Using "#show"

{{#show: Berlin |?Population }}

"#Ask" Results Formats

Semantic Table

{{#ask:
 [[Category:Media]]
 |?Column 2 property
 |?Column 3 property
 |?Column 4 property
 |?Column 5 property
 |?Column 6 property
 |?Column 7 property
 |mainlabel=Media
 |headers=plain
 }}

Semantic Map

{{#ask:
 [[Category:Media]]
 |?GIS
 |format=googlemap
 }}

Semantic Calendar

{{#ask:
  [[Category:Media]]
  |?Date
  |?Modification date
  |format=calendar
 }} 

Semantic Timeline

{{#ask:
 [[Category:Media]]
 |?Date
 |?Subject
 |format=timeline
 |timelinebands=MONTH,YEAR
 |timelineposition=end
 |limit=150
 }}

Semantic Gallery

{{#ask:
 [[Category:Media]]
 |format=gallery
 }}

설치 방법

너무 어려워서 다음에 설명하겠다.