"Semantic Mediawiki"의 두 판 사이의 차이
DH 교육용 위키
(→속성 및 쿼리) |
|||
17번째 줄: | 17번째 줄: | ||
*[https://www.semantic-mediawiki.org/wiki/Extension:GraphViz Extension: GraphViz 확장 : 그래프비즈] | *[https://www.semantic-mediawiki.org/wiki/Extension:GraphViz Extension: GraphViz 확장 : 그래프비즈] | ||
*[https://www.semantic-mediawiki.org/wiki/Extension:Page_Forms Extension: Page Forms 확장 : 페이지 서식] | *[https://www.semantic-mediawiki.org/wiki/Extension:Page_Forms Extension: Page Forms 확장 : 페이지 서식] | ||
+ | |||
+ | |||
+ | =='''설치 방법'''== | ||
+ | 너무 어려워서 다음에 설명하겠다. | ||
==속성 및 쿼리== | ==속성 및 쿼리== | ||
96번째 줄: | 100번째 줄: | ||
|format=gallery | |format=gallery | ||
}}</nowiki> | }}</nowiki> | ||
− | |||
− | |||
− |
2018년 5월 17일 (목) 13:17 판
목차
주로 하아퍼링크
- 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 "#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 }}