"Semantic Mediawiki"의 두 판 사이의 차이
DH 교육용 위키
(→주로 하아퍼링크) |
|||
| (같은 사용자에 의한 15개의 중간 편집이 숨겨짐) | |||
| 2번째 줄: | 2번째 줄: | ||
==주로 하아퍼링크== | ==주로 하아퍼링크== | ||
| − | *[https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki Semantic Mediawiki 홈페이지] | + | *[https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki Semantic Mediawiki 시맨틱 미디어위키 홈페이지] |
| − | ** | + | **[https://www.semantic-mediawiki.org/wiki/Help:Introduction_to_Semantic_MediaWiki Introduction to Semantic Mediawiki 소개] |
| − | **[https://www.semantic-mediawiki.org/wiki/Help:Properties_and_types Properties & | + | **[https://www.semantic-mediawiki.org/wiki/Help:Classification 분류 vs 속성] |
| − | **[https://www.semantic-mediawiki.org/wiki/Help:Inline_queries Inline Query] | + | **[https://www.semantic-mediawiki.org/wiki/Help:Properties_and_types Properties & Types 속성 및 데이터유형] |
| − | **[https://www.semantic-mediawiki.org/wiki/Help: | + | ***[https://www.semantic-mediawiki.org/wiki/Help:List_of_datatypes Datatypes] |
| − | **[https://www.semantic-mediawiki.org/wiki/Help: | + | **[https://www.semantic-mediawiki.org/wiki/Help:Inline_queries Inline Query 인라인 문의] |
| − | **[https://www.semantic-mediawiki.org/wiki/Help: | + | ***[https://www.semantic-mediawiki.org/wiki/Help:In-text_annotation In-text annotation] |
| − | **[https://www.semantic-mediawiki.org/wiki/Help: | + | ***[https://www.semantic-mediawiki.org/wiki/Help:Setting_values Parser Function #Set] |
| − | *[https://www.semantic-mediawiki.org/wiki/ | + | ***[https://www.semantic-mediawiki.org/wiki/Help:Inline_queries#Parser_function_.23show Parser Function #Show] |
| − | *[https://www.semantic-mediawiki.org/wiki/ | + | ***[https://www.semantic-mediawiki.org/wiki/Help:Inline_queries#Parser_function_.23ask Parser Function #Ask] |
| − | *[https://www.semantic-mediawiki.org/wiki/ | + | **[https://www.semantic-mediawiki.org/wiki/Help:Semantic_search Semantic Search 시맨틱 검색] |
| + | **[https://www.semantic-mediawiki.org/wiki/Help:Semantic_templates Semantic Templates 시맨틱 틀] | ||
| + | **[https://www.semantic-mediawiki.org/wiki/Help:Concepts Concepts 개념] | ||
| + | **[https://www.semantic-mediawiki.org/wiki/Help:Browsing_interfaces Browsing Interfaces 검색 인터페이스] | ||
| + | *[https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats Extension: Semantic Results Formats 확장 : 시맨틱 결과 포맷] | ||
| + | **[https://www.semantic-mediawiki.org/wiki/Help:Gallery_format Gallery 갤러리] | ||
| − | == | + | *[https://www.semantic-mediawiki.org/wiki/Extension:GraphViz Extension: GraphViz 확장 : 그래프비즈] |
| + | |||
| + | *[https://www.semantic-mediawiki.org/wiki/Extension:Page_Forms Extension: Page Forms 확장 : 페이지 서식] | ||
| + | |||
| + | ==설치 방법== | ||
너무 어려워서 다음에 설명하겠다. | 너무 어려워서 다음에 설명하겠다. | ||
| + | |||
| + | ==속성 및 쿼리== | ||
| + | |||
| + | ===In-line annotation=== | ||
| + | 문서에 보이게 속성 정하는 방법 | ||
| + | |||
| + | <nowiki>[[Property::value]]</nowiki> | ||
| + | <nowiki>[[Property::value|보이는 텍스트]]</nowiki> | ||
| + | <nowiki>[[Property::value| ]] - 안 보인다</nowiki> | ||
| + | |||
| + | ===Using "#set"=== | ||
| + | 속성을 안 보이게 설정하는 방법. | ||
| + | |||
| + | <nowiki>{{#set: | ||
| + | Has population=2,229,621 | ||
| + | |Located in country=France | ||
| + | }}</nowiki> | ||
| + | |||
| + | ===Using "#show"=== | ||
| + | <nowiki>{{#show: Berlin |?Population }}</nowiki> | ||
| + | |||
| + | ===Using "#ask"=== | ||
| + | |||
| + | <nowiki>{{#ask: | ||
| + | [[Category:City]] | ||
| + | [[Located in::Germany]] | ||
| + | |?Population | ||
| + | |?Area#km² = Size in km² | ||
| + | }}</nowiki> | ||
| + | |||
| + | ===Using "#show"=== | ||
| + | <nowiki>{{#show: Berlin |?Population }}</nowiki> | ||
| + | |||
| + | =="#Ask" Results Formats== | ||
| + | |||
| + | ===Semantic Table=== | ||
| + | <nowiki>{{#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 | ||
| + | }}</nowiki> | ||
| + | |||
| + | ===Semantic Map=== | ||
| + | <nowiki>{{#ask: | ||
| + | [[Category:Media]] | ||
| + | |?GIS | ||
| + | |format=googlemap | ||
| + | }}</nowiki> | ||
| + | |||
| + | ===Semantic Calendar=== | ||
| + | <nowiki>{{#ask: | ||
| + | [[Category:Media]] | ||
| + | |?Date | ||
| + | |?Modification date | ||
| + | |format=calendar | ||
| + | }} </nowiki> | ||
| + | |||
| + | ===Semantic Timeline=== | ||
| + | <nowiki>{{#ask: | ||
| + | [[Category:Media]] | ||
| + | |?Date | ||
| + | |?Subject | ||
| + | |format=timeline | ||
| + | |timelinebands=MONTH,YEAR | ||
| + | |timelineposition=end | ||
| + | |limit=150 | ||
| + | }}</nowiki> | ||
| + | |||
| + | ===Semantic Gallery=== | ||
| + | <nowiki>{{#ask: | ||
| + | [[Category:Media]] | ||
| + | |format=gallery | ||
| + | }}</nowiki> | ||
| + | |||
| + | ==Page Forms== | ||
| + | |||
| + | ===Special:CreateProperties=== | ||
| + | |||
| + | ===Special:CreateCategories=== | ||
| + | |||
| + | ===Special:CreateTemplate=== | ||
| + | |||
| + | ===Special:CreateForm=== | ||
| + | |||
| + | ===Special:StartForm=== | ||
| + | |||
| + | ===Special:CreateClass=== | ||
2018년 5월 17일 (목) 15:29 기준 최신판
주로 하아퍼링크
설치 방법
너무 어려워서 다음에 설명하겠다.
속성 및 쿼리
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
}}