"Semantic Mediawiki"의 두 판 사이의 차이
DH 교육용 위키
(→In-line annotation) |
|||
| 24번째 줄: | 24번째 줄: | ||
<nowiki>[[Property::value]]</nowiki> | <nowiki>[[Property::value]]</nowiki> | ||
| − | <nowiki>[[Property::value | 보이는 텍스트]]</nowiki> | + | <nowiki>[[Property::value|보이는 텍스트]]</nowiki> |
| − | <nowiki>[[Property::value | ]] - 안 보인다</nowiki> | + | <nowiki>[[Property::value| ]] - 안 보인다</nowiki> |
===Using "#set"=== | ===Using "#set"=== | ||
2018년 5월 17일 (목) 13:14 판
목차
주로 하아퍼링크
- Semantic Mediawiki 시맨틱 미디어위키 홈페이지
- Extension: Semantic Results Formats 확장 : 시맨틱 결과 포맷
- Extension: GraphViz 확장 : 그래프비즈
- Extension: Page Forms 확장 : 페이지 서식
속성 및 쿼리
In-line annotation
문서에 보이게 속성 정하는 방법
[[Property::value]] [[Property::value|보이는 텍스트]] [[Property::value| ]] - 안 보인다
Using "#set"
속성을 안 보이게 설정하는 방법.
{{#set:
Has population=2,229,621
|Located in country=France
}}
Using "#ask"
{{#ask:
[[Category:City]]
[[Located in::Germany]]
|?Population
|?Area#km² = Size in km²
}}
Using "#show"
{{#show: Berlin |?Population }}
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
}}
설치 방법
너무 어려워서 다음에 설명하겠다.