Aug 2010 Semantic Mediawiki intro: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
<blockquote>Wikis are commonly used for group content development. Semantic Mediawiki adds easier to use forms and the ability to annotate distinct content such as places, people and dates for reuse in interactive views and queries. In this session, we'll look at how semantic wikis can be used to develop content for indigenous and linguistic communities, with a practical, hands on focus including how to create pages, categories and simple ontologies. We will focus on processes to make sites inclusive, and examine fair terms of re-use.  
<blockquote>Wikis are commonly used for group content development. Semantic Mediawiki adds easier to use forms and the ability to annotate distinct content such as places, people and dates for reuse in interactive views and queries. In this session, we'll look at how semantic wikis can be used to develop content for indigenous and linguistic communities, with a practical, hands on focus including how to create pages, categories and simple ontologies. We will focus on processes to make sites inclusive, and examine fair terms of re-use.  
</blockquote>
</blockquote>
See the follow-up [[Nov 2010 Practical Semantic Mediawiki]].


= Web =
= Web =
Line 14: Line 16:
* Portland Pattern Repository - 1995
* Portland Pattern Repository - 1995


* Personal wiki
Allows easy, quick editing of any page, usually by anyone.
* Group
 
* Organization
* Types of wikis
* Topical
** Personal wiki
** Group
** Organization
** Topical
** ...


== Wikipedia ==
== Wikipedia ==
Line 26: Line 32:


* 2001
* 2001
* Anything accepted as notable, neutral point of view
* Anything "notable" accepted, neutral point of view
 
* Careful controls on legal issues so content can be re-used
* Anyone who uses the Internet knows, uses, respects, understands it
* Cultural translations
* Few understand how it's edited
* Designed to be open, but adding controls
* More upcoming focus on media
<br class="cleared" />
<br class="cleared" />


= Mediawiki =
= Mediawiki =


* Free Software (GPL)
* Hundreds of thousands of sites
* Hundreds of thousands of sites
* Hundreds of extensions
* Hundreds of extensions
* Page, not content manager
* Page, not content manager
* Designed for open editing, can be closed


= Wiki use and editing =
= Wiki use and editing =
Line 44: Line 57:
* Topic editor
* Topic editor
* [http://en.wikipedia.org/wiki/Wikipedia:List_of_Wikipedians_by_number_of_edits#List Nerd core]
* [http://en.wikipedia.org/wiki/Wikipedia:List_of_Wikipedians_by_number_of_edits#List Nerd core]
* Typical process
** Messes
** Gardening


== How to use a wiki ==
== How to use a wiki ==
Line 56: Line 73:
* User pages
* User pages
** http://en.wikipedia.org/wiki/User:Rjwilmsi
** http://en.wikipedia.org/wiki/User:Rjwilmsi
* Importance of transparency, inclusion
** [http://wiki.zooid.org/wiki/Special:Version Free software]
** [http://wiki.zooid.org/wiki/Special:Export Portable]
* Editing - start with an outline


= Editing wikis =
= Editing wikis =


* Wikis typical use their own markup (syntax)
* Wikis typically use their own markup (syntax)
* Rich/wysiwyg editors create messes
* Rich/wysiwyg editors create messes
** Typical word processors adding junk, can't re-use for headings, can't compare versions
** Typical word processors adding junk, can't re-use for headings, can't compare versions
** No re-usable meaning added


== Progressive learning ==
== Progressive learning ==


* <nowiki>= heading 1 =</nowiki>
<div style="float: right; width: 48%">
http://upload.wikimedia.org/wikipedia/commons/6/64/MediaWiki_logo_without_tagline.png
</div>
 
* text - just enter it, with a blank line between paragraphs
* <nowiki>= Heading 1 =</nowiki>
* <nowiki>* Bullet point</nowiki>
* <nowiki>* Bullet point</nowiki>
* <nowiki>[[Wiki link]]</nowiki>
* <nowiki>[[Wiki link]]</nowiki>
Line 72: Line 101:


Brackets must be matched!!!!
Brackets must be matched!!!!
<br class="cleared" />


== Elements of markup ==
== Elements of markup ==
Line 85: Line 116:


* Computers are not very good at understanding human language
* Computers are not very good at understanding human language
* Adding meaning through relationships.
* Adding re-usable meaning through relationships.




* Triples - expressing relationships
* Triples - expressing relationships
** Subject, predicate, object
** Subject, predicate, object


* David lives in Montreal.
* David lives in Montreal.
Line 96: Line 128:
** Montreal: object
** Montreal: object


** Subject, predicate, object have their own relationships.
 
* Subject, predicate, object have their own relationships.


* Montreal is a city.
* Montreal is a city.
Line 102: Line 135:
* Montreal is the English word for Montréal.
* Montreal is the English word for Montréal.


**  What are the names for the place where the St Lawrence and Ottawa rivers meet ?
*  What are the names for the place where the St Lawrence and Ottawa rivers meet ?


== Web of data ==
== Web of data ==
Line 127: Line 160:
** Aggregate reviews from different sites
** Aggregate reviews from different sites
<br class="cleared" />
<br class="cleared" />
[[File:Matrix of web facets.png|web 1 - x connecting social, knowledge, intelligence, information|800px]]


[[File:HypermediaDiscourse.png|750px]]<br class="cleared" />
[[File:HypermediaDiscourse.png|750px]]<br class="cleared" />
[http://www.slideshare.net/sbs/on-social-learning-sensemaking-capacity-and-collective-intelligence On Social Learning, Sensemaking Capacity, and Collective Intelligence]
[http://www.slideshare.net/sbs/on-social-learning-sensemaking-capacity-and-collective-intelligence On Social Learning, Sensemaking Capacity, and Collective Intelligence]


= Licensing =
= Semantic Mediawiki =
 
* Practical way of adding semantic data to wikis (mediawiki)
* Anyone can add semantic content
* Inline properties (annotations) <nowiki>[[about::Semantic web]]</nowiki>
* Ontologies - classes (categories and templates)
* Queries
** <nowiki>{{ #ask: [[about::Semantic web]] }}</nowiki>
** <nowiki>{{ #ask: [[Category:Person]] | [[Location::Montreal]] }}</nowiki>
* Forms
** Make SMW much easier to use when entering field data
** Inputs for different text types, date, file upload, geo location
* Views
** Map
** [http://subvention.zooid.org/wiki/Quebec_social_orgs_mapped Facet view]
** [http://innovationcell.com/wiki/Work Timeline]
** [http://innovationcell.com/wiki/User:Carlos_Rizo#tab=Graph Graph]
 
== Hands on ==
 
* Go to http://subvention.zooid.org
* Create an account
* Create page using search
* Add property <nowiki>[[knows::Douglas Jack]]</nowiki>
* Add property <nowiki>[[birth date::June 1, 1970]]</nowiki>
* Add link <nowiki>[[People]]</nowiki>
* Add <nowiki>[[Category:Person]]</nowiki>
* View resulting [http://subvention.zooid.org/wiki/People collective People page].


== Semantic Mediawiki =
* Add a new class (category with properties, form)


* Practical way of adding semantic data to wikis (mediawiki)
== Sites ==
* Inline properties (annotations), classes (categories and templates)


trends
* [http://discoursedb.org/wiki/Park51_controversy Discourse DB]
* [http://www.placeography.org/index.php/Main_Page Placeography]


hands on
= Licensing =


sites
* Creative commons designed to make content clearly reusable
** CC-BY
** No derivatives, no commercial


thoughts
[[Category:SemWeb]]

Latest revision as of 13:59, 7 December 2010

Wikis are commonly used for group content development. Semantic Mediawiki adds easier to use forms and the ability to annotate distinct content such as places, people and dates for reuse in interactive views and queries. In this session, we'll look at how semantic wikis can be used to develop content for indigenous and linguistic communities, with a practical, hands on focus including how to create pages, categories and simple ontologies. We will focus on processes to make sites inclusive, and examine fair terms of re-use.

See the follow-up Nov 2010 Practical Semantic Mediawiki.

Web

  • International
  • Focused on presentation
  • Anyone can create a site
    • Network effect
  • Hyperlinks

Wikis

  • Portland Pattern Repository - 1995

Allows easy, quick editing of any page, usually by anyone.

  • Types of wikis
    • Personal wiki
    • Group
    • Organization
    • Topical
    • ...

Wikipedia

http://upload.wikimedia.org/wikipedia/commons/6/63/Wikipedia-logo.png

  • 2001
  • Anything "notable" accepted, neutral point of view
  • Careful controls on legal issues so content can be re-used
  • Anyone who uses the Internet knows, uses, respects, understands it
  • Cultural translations
  • Few understand how it's edited
  • Designed to be open, but adding controls
  • More upcoming focus on media


Mediawiki

  • Free Software (GPL)
  • Hundreds of thousands of sites
  • Hundreds of extensions
  • Page, not content manager
  • Designed for open editing, can be closed

Wiki use and editing

On any wiki with critical mass:

  • Readers
  • Drive by editor
  • Topic editor
  • Nerd core
  • Typical process
    • Messes
    • Gardening

How to use a wiki

  • Editing - start with an outline

Editing wikis

  • Wikis typically use their own markup (syntax)
  • Rich/wysiwyg editors create messes
    • Typical word processors adding junk, can't re-use for headings, can't compare versions
    • No re-usable meaning added

Progressive learning

http://upload.wikimedia.org/wikipedia/commons/6/64/MediaWiki_logo_without_tagline.png

  • text - just enter it, with a blank line between paragraphs
  • = Heading 1 =
  • * Bullet point
  • [[Wiki link]]
  • View source to learn from others
  • Edit sections to compartmentalize changes

Brackets must be matched!!!!


Elements of markup

Semantic

  • Computers are not very good at understanding human language
  • Adding re-usable meaning through relationships.


  • Triples - expressing relationships
    • Subject, predicate, object


  • David lives in Montreal.
    • David: subject
    • Lives in: predicate
    • Montreal: object


  • Subject, predicate, object have their own relationships.
  • Montreal is a city.
  • A city is a place.
  • Montreal is the English word for Montréal.
  • What are the names for the place where the St Lawrence and Ottawa rivers meet ?

Web of data

http://semantic-mediawiki.org/w/images/smw.gif 200px-Parmenides.jpg

  • The text is the database.
  • Making statements across web sites.
  • Creating views based on multiple web sites.
  • Across wikipedia: Places with populations between 100 and 10,000 with a
  • Technical ontologies
    • Classes (categories) - person, place, date
    • Properties - birth date, birth place, current location, height
    • Inference
      • If a person (class) was born in Canada, they speak English or French
        • Guessiness
  • Usefully and easily combine different data sources - data network effects
    • Recipe from one site, ingredients from another
    • Web searches that only include precise content
    • Aggregate reviews from different sites


web 1 - x connecting social, knowledge, intelligence, information

HypermediaDiscourse.png
On Social Learning, Sensemaking Capacity, and Collective Intelligence

Semantic Mediawiki

  • Practical way of adding semantic data to wikis (mediawiki)
  • Anyone can add semantic content
  • Inline properties (annotations) [[about::Semantic web]]
  • Ontologies - classes (categories and templates)
  • Queries
    • {{ #ask: [[about::Semantic web]] }}
    • {{ #ask: [[Category:Person]] | [[Location::Montreal]] }}
  • Forms
    • Make SMW much easier to use when entering field data
    • Inputs for different text types, date, file upload, geo location
  • Views

Hands on

  • Add a new class (category with properties, form)

Sites

Licensing

  • Creative commons designed to make content clearly reusable
    • CC-BY
    • No derivatives, no commercial