Wikis and Semantic Mediawiki: Difference between revisions

Jump to navigation Jump to search
(Created page with "== Background information == '''Note''': This page primarily applies to Mediawiki, the software used by Wikipedia and many other web sites. Wikis are distinguished from website...")
 
 
(5 intermediate revisions by the same user not shown)
Line 8: Line 8:


Wikis apply '''cultural associations''' and '''technical abilities''' to generate '''reusable content'''.
Wikis apply '''cultural associations''' and '''technical abilities''' to generate '''reusable content'''.
* [http://www.slideshare.net/MarkDilley/amc-presentation-wiki-research-for-activists more on wikis and community]


Since wikis are a hypertext system, there isn't really one "index," users can follow arbitrary paths, usually by following links or browsing categories.
Since wikis are a hypertext system, there isn't really one "index," users can follow arbitrary paths, usually by following links or browsing categories.
Line 50: Line 51:
* Forgetting to frequently save changes
* Forgetting to frequently save changes
* Associations with default appearance
* Associations with default appearance
[[File:Smwplus_wysiwyg_and_menus.png|link=http://www.smwplus.com|600px]]


== How (semantic) wikis can be used ==
== How (semantic) wikis can be used ==
Line 81: Line 84:
== Semantic wiki ==
== Semantic wiki ==


[http://www.semantic-mediawiki.org Semantic MediaWiki] enables finer information re-use with database like features. Rather than cutting and pasting information that's contained in one place, it can instead be included by a query. For example, to see a list of wiki users, you can add <nowiki>{{ #ask: [[Category:User]] }}</nowiki> to any page, which will be live updated. You can practice on a "[[Special:MyPage/Sandbox|sandbox]]" page, or use [[Special:Ask]].  
[http://www.semantic-mediawiki.org Semantic MediaWiki] enables finer information re-use with database like features.  
* [http://semantic-mediawiki.org/wiki/Help:SMW_History History of Semantic Mediawiki]
 
It uses the Semantic Web idea of "triples," where the current page is the subject, a link type is the predicate, and the target is the object. Objects can be other pages, or literals — dates, numbers, etc. These expand on Mediawiki links, using a syntax that looks like this:
 
* <nowiki>[[has example property::15]]</nowiki> this page (the subject) has a predicate "has example property" which has a literal value of 15.
* <nowiki>[[has next page::Semantic Mediawiki and the Semantic Web]]</nowiki> this page (the subject) has a predicate "has next page" which is "Semantic Mediawiki and the Semantic Web."
 
So, rather than cutting and pasting information that's contained in one place to "re-use" it, instead use a query, using the "ask" syntax. For example, to see a list of wiki users, you can add <nowiki>{{ #ask: [[Category:User]] }}</nowiki> to any page, which will be live updated.


External applications can also interact with wiki content, so content can be shared between wikis and other web sites. This is the idea of the "semantic web," where content across the web can be consistently found and re-used.
External applications can also interact with wiki content, so content can be shared between wikis and other web sites. This is the idea of the "semantic web," where content across the web can be consistently found and re-used.
Line 87: Line 98:
[[File:Bbc semantic page.png]]
[[File:Bbc semantic page.png]]


{{Next|Semantic Mediawiki and the Semantic Web}}
{{Next|SMW properties}}


[[Category: Wiki documentation]]
[[Category: Wiki documentation]]
[[Category:SemWeb]]
[[Category:SemWeb]]

Navigation menu