SlideShare a Scribd company logo
1 of 22
Download to read offline
Collective Cognition with Semantic
Mediawiki: Lessons and Experiences

               Jie Bao, Li Ding and James Hendler

                    Tetherless World Constellation,
                   Department of Computer Science
                   Rensselaer Polytechnic Institute,
                             Troy, NY, USA
                   {baojie,dingl,hendler}@cs.rpi.edu

    Network-Enabled Cognition workshop, ACITA, 2009 Sep 22, 2009, UMUC, Maryland
Goal

• To identify a few common pitfalls and
  limitations of Semantic Mediawiki in
  – knowledge modeling,
  – Knowledge organization and context, and
  – Collaboration protocols
• To examine some potential approaches to
  solve these problems.


                                              2
Wiki and Recognition

• Wiki is among the most prominent of forms on
  the Web that harness the distributed, collective
  efforts of users to create content online.
   – Ideas are formed, indentified or evolved and
   – Facts are discovered, refined or removed (for
     “wrong” ones)
   In the course of a never-ending editing process.




                                                      3
Collective Cognition

• A hypothetical example: write an outline
  for a new South Park episode.




                            Picture courtesy of Wikipedia



                                                            4
Collective Cognition
•   9:00pm: show starts
•   9:01pm: Wikipedia page for the episode is created
•   9:01-9:08pm: 10 active users are adding summary when they watch
•   9:08-9:10pm: ad time, some minor reorganization and typo fixing.
•   9:10-9:30pm: repeat the above
•   9:30-10:30pm: a user A is doing major refining, e.g. adding culture
    references
•   10:31pm: a user B disagrees with A, undo A’s edit
•   10:32pm: A undos B’s edit
•   10:33pm: B leaves a message on A’s user page, to avoid further edit wars
•   10:43pm: the two agrees to compromise with wording such that “It is implied
    that Chef is dead at the end of the episode; however, some others believe
    that it is not the case”.
•   The next day: user C adds a citation to this South Park episode’s page on a
    film’s page with that “South Park episode X is a parody of the this film”.

                                                                                  5
Key elements

• Simplicity: least training required to
  contribute.

• AAA: anybody can say anything anywhere

• NPOV: neutral point of view (among other
  collaboration protocols of Wikipedia)



                                             6
Semantic Wiki

• Extensions to Wikis with some Semantic
  Web support
  – Example: Semantic Mediawiki

   Eric Cartman
       [[friend of::Butters]]                  Butters
       [[Category:Boy]]

                                   friend of


                                                 Cartman
  Eric_Cartman friend_of Butters
  Eric_Cartman rdf:type Boy
        (RDF triple)
                                                           7
Semantic Wiki

• Fast-growing adoption
  –   Healthcare
  –   E-Government
  –   Entertainment
  –   Consulting
  –   Database
  –   …
• Inside ITA
  – OWL modeling with controlled natural language
  – Rule modeling

                                                    8
Semantic Wiki

• Can Semantic wiki reproduces the success of
  wiki to be among the most prominent of forms on
  the Web that harness the distributed, collective
  efforts of users to create content knowledge
  online?
• We have seen encouraging success in quite a
  few projects
• However, some issues are identified in our real-
  world experiences.


                                                     9
Knowledge Modeling

• Myth: users can do RDF-style (triple-
  based) modeling on SMW

• Fact: few is able to do this (at least without
  substantial training)




                                                   10
“Big Fat Page” effects
We gave a 3 hour training on SMW with a group of
 undergraduate students (most with no knowledge of
 RDF), and let them do a collective annotation task on TV
 shows. However, the result is not fully satisfactory
• Difference between categories and properties is not that easy to
  understand (see a lot misuse like Category:hug)
• To describe a thing with triples requires “thinking in RDF”, which
  needs some experiences.
• It is a big headache to choose the right vocabulary and it is hard to
  know what vocabulary to reuse.

As a result, many of the testees simply use the wiki as a notepad,
   without adding much semantic annotations, resulting in a long single
   “usual” wiki page.
                                                                          11
Schema or not schema?
• Two common knowledge models on a semantic wiki,
   – “Schema”-based modeling, often represented in the form of pre-
     defined wiki templates, that are used by “common” users of the
     wiki to access data via forms or prebuilt queries.
      • c.f. “infobox” in Wikipedia
      • =>stable, shared knowledge
   – Arbitrary RDF-style semantic markup - heavily used by a
     selected few elite group
      • => less structured, less shared knowledge


• A carefully pre-populated wiki “schema” (template), is as
  important as a schema in a database project.


                                                                      12
Template Example




Template as Schema    Form for the template


                                              13
Organization and Context

• Myth: semantic wiki, like wiki, allows you
  to write things freely.

• Fact: SMW does not support AAA
  – Every “triple” has to be on its subject’s page.
     • E.g., “South Park episode X is a parody of the this
       film” can only be said on X’s page.
  – Each subject and property of a triple must be
    a local page name.

                                                             14
Organization and Context

Why it may be problematic?

• May require the creation of many trivial, small pages.
• Is troublesome to describe things (e.g., an external URL)
  that have no corresponding wiki pages.
• Discourages users due to the difficulty of determining
  where to write knowledge (i.e., the best “subject” pages).
• Many users are confused of query-based pages: they do
  not know how to track the source of the queried results
  when they want to change a query-based page.


                                                               15
Organization and Context

Potential Solution

• Extending the SMW syntax
  – [[Cartman::friend of::Butters]]


• Introducing a context model to SMW
  – Context: Where, Who, When
  – No more need to use the subject to locate a triple



                                                         16
Collaboration Protocol

• Myth: semantic wiki, as wiki always does,
  allows compromises between different
  points of view.

• Fact: Semantic wiki only allows one
  version of the (semantic) “truth”.
  – A triple can not be both true and not true



                                                 17
Ontology War

                                   No! Cartman is
                                   only a Fictional
                                     Character


Cartman is a
    Boy




               http://www.gambling911.com/files/publisher/cat-fight-032609L.jpg



           Collaboration Protocol Support Needed!

                                                                                  18
Collaboration Protocol

• Avoid edit wars in Wikipedia
  – NPOV: allows multiple points
    of view co-exist on one page
    verifiable sources.
  – natural language text can
    accommodate and explain
    multiple points of view on a
    single page



                                   19
Collaboration Protocol
Two possible approaches

• To have categories and typed links optionally
  contextualized by authors, similar to the tag
  contextualizing mechanism in delicious and flickr.
   – http://example.com/author/term (contextualized name)
   – http://example.com/term (non-contextualized name)


• To introduce a context model of SMW knowledge
  statements, so that different versions of truth may be
  formally represented with explicitly given sources.

                                                            20
Conclusions
• Modeling in SMW can be regarded as an evolving
  cognition process and schema-based modeling is useful.

• We showed that a context/provenance model is needed
  for SMW to support better knowledge organization

• Collaboration protocols: to accommodate two versions of
  a fact, provenance of a term and/or triple should be
  traceable.




                                                            21
Solution Summary

• Simplicity: improve user interaction using
  forms and templates (schema).

• AAA: Context model
  – On-going work: “Semantic History”


• NPOV: Enabled by the context model


                                               22

More Related Content

What's hot

ARLIS 2010 RLG Partnership Round Table
ARLIS 2010 RLG Partnership Round TableARLIS 2010 RLG Partnership Round Table
ARLIS 2010 RLG Partnership Round TableOCLC Research
 
Brian kelly: Open practices for the connected researcher
Brian kelly: Open practices for the connected researcherBrian kelly: Open practices for the connected researcher
Brian kelly: Open practices for the connected researcherOpenExeter
 
Bridging the Web and Digital Publishing: EPUBWEB
Bridging the Web and Digital Publishing: EPUBWEBBridging the Web and Digital Publishing: EPUBWEB
Bridging the Web and Digital Publishing: EPUBWEBIvan Herman
 
From Public Pedagogy to Critical Digital Praxis: Learning/Writing as Reflecti...
From Public Pedagogy to Critical Digital Praxis: Learning/Writing as Reflecti...From Public Pedagogy to Critical Digital Praxis: Learning/Writing as Reflecti...
From Public Pedagogy to Critical Digital Praxis: Learning/Writing as Reflecti...Matthew Vetter
 
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...OCLC Research
 
Wollongong 090408232854-phpapp01
Wollongong 090408232854-phpapp01Wollongong 090408232854-phpapp01
Wollongong 090408232854-phpapp01Neo Ntlhokoa
 
Metadata is a Love Note to the Future
Metadata is a Love Note to the FutureMetadata is a Love Note to the Future
Metadata is a Love Note to the FutureRachel Lovinger
 
From Frenemies to Friends: Embracing Wikipedia
From Frenemies to Friends: Embracing WikipediaFrom Frenemies to Friends: Embracing Wikipedia
From Frenemies to Friends: Embracing WikipediaRebekah Cummings
 
[[edit]] this GLAM
[[edit]] this GLAM[[edit]] this GLAM
[[edit]] this GLAMwittylama
 
Labour of Love: Why do people contribute, or not contribute, to Wikipedia art...
Labour of Love: Why do people contribute, or not contribute, to Wikipedia art...Labour of Love: Why do people contribute, or not contribute, to Wikipedia art...
Labour of Love: Why do people contribute, or not contribute, to Wikipedia art...tbirdcymru
 
Forms of Innovation: Collaboration, Attribution, Access
 Forms of Innovation: Collaboration, Attribution, Access Forms of Innovation: Collaboration, Attribution, Access
Forms of Innovation: Collaboration, Attribution, AccessDr Ernesto Priego
 
A Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic WikiA Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic WikiMax Völkel
 
Khmer Wikipedia's WikiMeetupPP2 - PPT Deck 201100430
 Khmer Wikipedia's WikiMeetupPP2 - PPT Deck 201100430 Khmer Wikipedia's WikiMeetupPP2 - PPT Deck 201100430
Khmer Wikipedia's WikiMeetupPP2 - PPT Deck 201100430Vantharith Oum
 
Open Practices for the Connected Researcher
Open Practices for the Connected ResearcherOpen Practices for the Connected Researcher
Open Practices for the Connected Researcherlisbk
 
Fys presentation 12_aug_2010
Fys presentation 12_aug_2010Fys presentation 12_aug_2010
Fys presentation 12_aug_2010Bruce Gilbert
 
Beyond the Silos of the LAMs - Library, Archive, Museum Collaboration
Beyond the Silos of the LAMs - Library, Archive, Museum CollaborationBeyond the Silos of the LAMs - Library, Archive, Museum Collaboration
Beyond the Silos of the LAMs - Library, Archive, Museum CollaborationOCLC Research
 
Introduction to social media for researchers
Introduction to social media for researchersIntroduction to social media for researchers
Introduction to social media for researchersGilles Couzin
 
Using social media to build your academic career
Using social media to build your academic careerUsing social media to build your academic career
Using social media to build your academic careerlisbk
 

What's hot (20)

ARLIS 2010 RLG Partnership Round Table
ARLIS 2010 RLG Partnership Round TableARLIS 2010 RLG Partnership Round Table
ARLIS 2010 RLG Partnership Round Table
 
Ashok "Creating Resilient OER in Times of Crisis"
Ashok "Creating Resilient OER in Times of Crisis"Ashok "Creating Resilient OER in Times of Crisis"
Ashok "Creating Resilient OER in Times of Crisis"
 
Brian kelly: Open practices for the connected researcher
Brian kelly: Open practices for the connected researcherBrian kelly: Open practices for the connected researcher
Brian kelly: Open practices for the connected researcher
 
Bridging the Web and Digital Publishing: EPUBWEB
Bridging the Web and Digital Publishing: EPUBWEBBridging the Web and Digital Publishing: EPUBWEB
Bridging the Web and Digital Publishing: EPUBWEB
 
From Public Pedagogy to Critical Digital Praxis: Learning/Writing as Reflecti...
From Public Pedagogy to Critical Digital Praxis: Learning/Writing as Reflecti...From Public Pedagogy to Critical Digital Praxis: Learning/Writing as Reflecti...
From Public Pedagogy to Critical Digital Praxis: Learning/Writing as Reflecti...
 
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...
 
Wollongong 090408232854-phpapp01
Wollongong 090408232854-phpapp01Wollongong 090408232854-phpapp01
Wollongong 090408232854-phpapp01
 
Metadata is a Love Note to the Future
Metadata is a Love Note to the FutureMetadata is a Love Note to the Future
Metadata is a Love Note to the Future
 
From Frenemies to Friends: Embracing Wikipedia
From Frenemies to Friends: Embracing WikipediaFrom Frenemies to Friends: Embracing Wikipedia
From Frenemies to Friends: Embracing Wikipedia
 
[[edit]] this GLAM
[[edit]] this GLAM[[edit]] this GLAM
[[edit]] this GLAM
 
Labour of Love: Why do people contribute, or not contribute, to Wikipedia art...
Labour of Love: Why do people contribute, or not contribute, to Wikipedia art...Labour of Love: Why do people contribute, or not contribute, to Wikipedia art...
Labour of Love: Why do people contribute, or not contribute, to Wikipedia art...
 
Forms of Innovation: Collaboration, Attribution, Access
 Forms of Innovation: Collaboration, Attribution, Access Forms of Innovation: Collaboration, Attribution, Access
Forms of Innovation: Collaboration, Attribution, Access
 
A Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic WikiA Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic Wiki
 
Khmer Wikipedia's WikiMeetupPP2 - PPT Deck 201100430
 Khmer Wikipedia's WikiMeetupPP2 - PPT Deck 201100430 Khmer Wikipedia's WikiMeetupPP2 - PPT Deck 201100430
Khmer Wikipedia's WikiMeetupPP2 - PPT Deck 201100430
 
Cr4 moderna corrigido
Cr4 moderna corrigidoCr4 moderna corrigido
Cr4 moderna corrigido
 
Open Practices for the Connected Researcher
Open Practices for the Connected ResearcherOpen Practices for the Connected Researcher
Open Practices for the Connected Researcher
 
Fys presentation 12_aug_2010
Fys presentation 12_aug_2010Fys presentation 12_aug_2010
Fys presentation 12_aug_2010
 
Beyond the Silos of the LAMs - Library, Archive, Museum Collaboration
Beyond the Silos of the LAMs - Library, Archive, Museum CollaborationBeyond the Silos of the LAMs - Library, Archive, Museum Collaboration
Beyond the Silos of the LAMs - Library, Archive, Museum Collaboration
 
Introduction to social media for researchers
Introduction to social media for researchersIntroduction to social media for researchers
Introduction to social media for researchers
 
Using social media to build your academic career
Using social media to build your academic careerUsing social media to build your academic career
Using social media to build your academic career
 

Viewers also liked

Walk the Talk: Analyzing the relation between implicit and explicit feedback ...
Walk the Talk: Analyzing the relation between implicit and explicit feedback ...Walk the Talk: Analyzing the relation between implicit and explicit feedback ...
Walk the Talk: Analyzing the relation between implicit and explicit feedback ...Denis Parra Santander
 
The Triplex Approach for Recognizing Semantic Relations from Noun Phrases, Ap...
The Triplex Approach for Recognizing Semantic Relations from Noun Phrases, Ap...The Triplex Approach for Recognizing Semantic Relations from Noun Phrases, Ap...
The Triplex Approach for Recognizing Semantic Relations from Noun Phrases, Ap...Iman Mirrezaei
 
Semantic Relations
Semantic RelationsSemantic Relations
Semantic RelationsJennifer Lee
 
Lexical Relations in Semantic
Lexical Relations in SemanticLexical Relations in Semantic
Lexical Relations in SemanticAyu Monita
 
Database : Relational Data Model
Database : Relational Data ModelDatabase : Relational Data Model
Database : Relational Data ModelSmriti Jain
 

Viewers also liked (7)

Walk the Talk: Analyzing the relation between implicit and explicit feedback ...
Walk the Talk: Analyzing the relation between implicit and explicit feedback ...Walk the Talk: Analyzing the relation between implicit and explicit feedback ...
Walk the Talk: Analyzing the relation between implicit and explicit feedback ...
 
The Triplex Approach for Recognizing Semantic Relations from Noun Phrases, Ap...
The Triplex Approach for Recognizing Semantic Relations from Noun Phrases, Ap...The Triplex Approach for Recognizing Semantic Relations from Noun Phrases, Ap...
The Triplex Approach for Recognizing Semantic Relations from Noun Phrases, Ap...
 
446 imageschema
446 imageschema446 imageschema
446 imageschema
 
Semantic Relations
Semantic RelationsSemantic Relations
Semantic Relations
 
446 cognitivecategories-2017
446 cognitivecategories-2017446 cognitivecategories-2017
446 cognitivecategories-2017
 
Lexical Relations in Semantic
Lexical Relations in SemanticLexical Relations in Semantic
Lexical Relations in Semantic
 
Database : Relational Data Model
Database : Relational Data ModelDatabase : Relational Data Model
Database : Relational Data Model
 

Similar to Collective Cognition with Semantic Mediawiki: Lessons and Experiences

Thesis summary-arguments-about-deleting-wikipedia-content-paris-2013-04-19
Thesis summary-arguments-about-deleting-wikipedia-content-paris-2013-04-19Thesis summary-arguments-about-deleting-wikipedia-content-paris-2013-04-19
Thesis summary-arguments-about-deleting-wikipedia-content-paris-2013-04-19jodischneider
 
How communities curate knowledge & how ontologists can help -Eurecom--2015-01-19
How communities curate knowledge & how ontologists can help -Eurecom--2015-01-19How communities curate knowledge & how ontologists can help -Eurecom--2015-01-19
How communities curate knowledge & how ontologists can help -Eurecom--2015-01-19jodischneider
 
How to Future-proof Your Content by Sarah Beckley
How to Future-proof Your Content by Sarah BeckleyHow to Future-proof Your Content by Sarah Beckley
How to Future-proof Your Content by Sarah BeckleyContent Strategy Workshops
 
Wikimedia 재단과 MediaWiki 위키 소프트웨어 조사
Wikimedia 재단과 MediaWiki 위키 소프트웨어 조사Wikimedia 재단과 MediaWiki 위키 소프트웨어 조사
Wikimedia 재단과 MediaWiki 위키 소프트웨어 조사Chris
 
Are Wikis Worth It
Are Wikis Worth ItAre Wikis Worth It
Are Wikis Worth Italanjackson
 
Michalis Vafopoulos: Initial thoughts about existence in the Web
Michalis Vafopoulos: Initial thoughts about existence in the WebMichalis Vafopoulos: Initial thoughts about existence in the Web
Michalis Vafopoulos: Initial thoughts about existence in the WebPhiloWeb
 
Semantic Wiki: Social Semantic Web In Action:
Semantic Wiki: Social Semantic Web In Action: Semantic Wiki: Social Semantic Web In Action:
Semantic Wiki: Social Semantic Web In Action: Jesse Wang
 
CS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit ICS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit Ipkaviya
 
What Does DITA Have To Do With Wiki
What Does DITA Have To Do With WikiWhat Does DITA Have To Do With Wiki
What Does DITA Have To Do With WikiAnne Gentle
 
The convergence of Publishing and the Web
The convergence of Publishing and the WebThe convergence of Publishing and the Web
The convergence of Publishing and the WebIvan Herman
 
Connecting Intelligent Content with Micropublishing and Beyond
Connecting Intelligent Content with Micropublishing and BeyondConnecting Intelligent Content with Micropublishing and Beyond
Connecting Intelligent Content with Micropublishing and BeyondDon Day
 
Wikidata Introductory Workshop
Wikidata Introductory WorkshopWikidata Introductory Workshop
Wikidata Introductory WorkshopBeat Estermann
 
Semantic Wiki: Social Semantic Web in Use
Semantic Wiki: Social Semantic Web in UseSemantic Wiki: Social Semantic Web in Use
Semantic Wiki: Social Semantic Web in UseJesse Wang
 
Indianapolis - Wikipedia and the Cultural Sector
Indianapolis - Wikipedia and the Cultural SectorIndianapolis - Wikipedia and the Cultural Sector
Indianapolis - Wikipedia and the Cultural Sectorwittylama
 
Wiki in Teaching and Learning
Wiki in Teaching and LearningWiki in Teaching and Learning
Wiki in Teaching and LearningAshish K Awadhiya
 
The Unbearable Lightness of Wiking
The Unbearable Lightness of Wiking The Unbearable Lightness of Wiking
The Unbearable Lightness of Wiking Jie Bao
 
Social web & linked data
Social web & linked dataSocial web & linked data
Social web & linked dataSerge Garlatti
 
What is New in W3C land?
What is New in W3C land?What is New in W3C land?
What is New in W3C land?Ivan Herman
 

Similar to Collective Cognition with Semantic Mediawiki: Lessons and Experiences (20)

Thesis summary-arguments-about-deleting-wikipedia-content-paris-2013-04-19
Thesis summary-arguments-about-deleting-wikipedia-content-paris-2013-04-19Thesis summary-arguments-about-deleting-wikipedia-content-paris-2013-04-19
Thesis summary-arguments-about-deleting-wikipedia-content-paris-2013-04-19
 
How communities curate knowledge & how ontologists can help -Eurecom--2015-01-19
How communities curate knowledge & how ontologists can help -Eurecom--2015-01-19How communities curate knowledge & how ontologists can help -Eurecom--2015-01-19
How communities curate knowledge & how ontologists can help -Eurecom--2015-01-19
 
How to Future-proof Your Content by Sarah Beckley
How to Future-proof Your Content by Sarah BeckleyHow to Future-proof Your Content by Sarah Beckley
How to Future-proof Your Content by Sarah Beckley
 
Wikimedia 재단과 MediaWiki 위키 소프트웨어 조사
Wikimedia 재단과 MediaWiki 위키 소프트웨어 조사Wikimedia 재단과 MediaWiki 위키 소프트웨어 조사
Wikimedia 재단과 MediaWiki 위키 소프트웨어 조사
 
Are Wikis Worth It
Are Wikis Worth ItAre Wikis Worth It
Are Wikis Worth It
 
Michalis Vafopoulos: Initial thoughts about existence in the Web
Michalis Vafopoulos: Initial thoughts about existence in the WebMichalis Vafopoulos: Initial thoughts about existence in the Web
Michalis Vafopoulos: Initial thoughts about existence in the Web
 
Semantic Wiki: Social Semantic Web In Action:
Semantic Wiki: Social Semantic Web In Action: Semantic Wiki: Social Semantic Web In Action:
Semantic Wiki: Social Semantic Web In Action:
 
CS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit ICS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit I
 
What Does DITA Have To Do With Wiki
What Does DITA Have To Do With WikiWhat Does DITA Have To Do With Wiki
What Does DITA Have To Do With Wiki
 
The convergence of Publishing and the Web
The convergence of Publishing and the WebThe convergence of Publishing and the Web
The convergence of Publishing and the Web
 
Connecting Intelligent Content with Micropublishing and Beyond
Connecting Intelligent Content with Micropublishing and BeyondConnecting Intelligent Content with Micropublishing and Beyond
Connecting Intelligent Content with Micropublishing and Beyond
 
Intro to Classroom Wikis
Intro to Classroom WikisIntro to Classroom Wikis
Intro to Classroom Wikis
 
Wikidata Introductory Workshop
Wikidata Introductory WorkshopWikidata Introductory Workshop
Wikidata Introductory Workshop
 
Semantic Wiki: Social Semantic Web in Use
Semantic Wiki: Social Semantic Web in UseSemantic Wiki: Social Semantic Web in Use
Semantic Wiki: Social Semantic Web in Use
 
Indianapolis - Wikipedia and the Cultural Sector
Indianapolis - Wikipedia and the Cultural SectorIndianapolis - Wikipedia and the Cultural Sector
Indianapolis - Wikipedia and the Cultural Sector
 
Wiki in Teaching and Learning
Wiki in Teaching and LearningWiki in Teaching and Learning
Wiki in Teaching and Learning
 
The Unbearable Lightness of Wiking
The Unbearable Lightness of Wiking The Unbearable Lightness of Wiking
The Unbearable Lightness of Wiking
 
E Write Intro To Web 2
E Write   Intro To Web 2E Write   Intro To Web 2
E Write Intro To Web 2
 
Social web & linked data
Social web & linked dataSocial web & linked data
Social web & linked data
 
What is New in W3C land?
What is New in W3C land?What is New in W3C land?
What is New in W3C land?
 

More from Jie Bao

python-graph-lovestory
python-graph-lovestorypython-graph-lovestory
python-graph-lovestoryJie Bao
 
unix toolbox 中文版
unix toolbox 中文版unix toolbox 中文版
unix toolbox 中文版Jie Bao
 
unixtoolbox.book
unixtoolbox.bookunixtoolbox.book
unixtoolbox.bookJie Bao
 
Lean startup 精益创业 新创企业的成长思维
Lean startup 精益创业 新创企业的成长思维Lean startup 精益创业 新创企业的成长思维
Lean startup 精益创业 新创企业的成长思维Jie Bao
 
Towards social webtops using semantic wiki
Towards social webtops using semantic wikiTowards social webtops using semantic wiki
Towards social webtops using semantic wikiJie Bao
 
Semantic information theory in 20 minutes
Semantic information theory in 20 minutesSemantic information theory in 20 minutes
Semantic information theory in 20 minutesJie Bao
 
Towards a theory of semantic communication
Towards a theory of semantic communicationTowards a theory of semantic communication
Towards a theory of semantic communicationJie Bao
 
Expressive Query Answering For Semantic Wikis (20min)
Expressive Query Answering For  Semantic Wikis (20min)Expressive Query Answering For  Semantic Wikis (20min)
Expressive Query Answering For Semantic Wikis (20min)Jie Bao
 
Startup best practices
Startup best practicesStartup best practices
Startup best practicesJie Bao
 
Owl 2 quick reference card a4 size
Owl 2 quick reference card a4 sizeOwl 2 quick reference card a4 size
Owl 2 quick reference card a4 sizeJie Bao
 
ISWC 2010 Metadata Work Summary
ISWC 2010 Metadata Work SummaryISWC 2010 Metadata Work Summary
ISWC 2010 Metadata Work SummaryJie Bao
 
Expressive Query Answering For Semantic Wikis
Expressive Query Answering For  Semantic WikisExpressive Query Answering For  Semantic Wikis
Expressive Query Answering For Semantic WikisJie Bao
 
24 Ways to Explore ISWC 2010 Data
24 Ways to Explore ISWC 2010 Data24 Ways to Explore ISWC 2010 Data
24 Ways to Explore ISWC 2010 DataJie Bao
 
Semantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer AppsSemantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer AppsJie Bao
 
Representing financial reports on the semantic web a faithful translation f...
Representing financial reports on the semantic web   a faithful translation f...Representing financial reports on the semantic web   a faithful translation f...
Representing financial reports on the semantic web a faithful translation f...Jie Bao
 
XACML 3.0 (Partial) Concept Map
XACML 3.0 (Partial) Concept MapXACML 3.0 (Partial) Concept Map
XACML 3.0 (Partial) Concept MapJie Bao
 
Development of a Controlled Natural Language Interface for Semantic MediaWiki
Development of a Controlled Natural Language Interface for Semantic MediaWikiDevelopment of a Controlled Natural Language Interface for Semantic MediaWiki
Development of a Controlled Natural Language Interface for Semantic MediaWikiJie Bao
 
Digital image self-adaptive acquisition in medical x-ray imaging
Digital image self-adaptive acquisition in medical x-ray imagingDigital image self-adaptive acquisition in medical x-ray imaging
Digital image self-adaptive acquisition in medical x-ray imagingJie Bao
 
Privacy-Preserving Reasoning on the Semantic Web (Poster)
Privacy-Preserving Reasoning on the Semantic Web (Poster)Privacy-Preserving Reasoning on the Semantic Web (Poster)
Privacy-Preserving Reasoning on the Semantic Web (Poster)Jie Bao
 

More from Jie Bao (20)

python-graph-lovestory
python-graph-lovestorypython-graph-lovestory
python-graph-lovestory
 
unix toolbox 中文版
unix toolbox 中文版unix toolbox 中文版
unix toolbox 中文版
 
unixtoolbox.book
unixtoolbox.bookunixtoolbox.book
unixtoolbox.book
 
Lean startup 精益创业 新创企业的成长思维
Lean startup 精益创业 新创企业的成长思维Lean startup 精益创业 新创企业的成长思维
Lean startup 精益创业 新创企业的成长思维
 
Towards social webtops using semantic wiki
Towards social webtops using semantic wikiTowards social webtops using semantic wiki
Towards social webtops using semantic wiki
 
Semantic information theory in 20 minutes
Semantic information theory in 20 minutesSemantic information theory in 20 minutes
Semantic information theory in 20 minutes
 
Towards a theory of semantic communication
Towards a theory of semantic communicationTowards a theory of semantic communication
Towards a theory of semantic communication
 
Expressive Query Answering For Semantic Wikis (20min)
Expressive Query Answering For  Semantic Wikis (20min)Expressive Query Answering For  Semantic Wikis (20min)
Expressive Query Answering For Semantic Wikis (20min)
 
Startup best practices
Startup best practicesStartup best practices
Startup best practices
 
Owl 2 quick reference card a4 size
Owl 2 quick reference card a4 sizeOwl 2 quick reference card a4 size
Owl 2 quick reference card a4 size
 
ISWC 2010 Metadata Work Summary
ISWC 2010 Metadata Work SummaryISWC 2010 Metadata Work Summary
ISWC 2010 Metadata Work Summary
 
Expressive Query Answering For Semantic Wikis
Expressive Query Answering For  Semantic WikisExpressive Query Answering For  Semantic Wikis
Expressive Query Answering For Semantic Wikis
 
CV
CVCV
CV
 
24 Ways to Explore ISWC 2010 Data
24 Ways to Explore ISWC 2010 Data24 Ways to Explore ISWC 2010 Data
24 Ways to Explore ISWC 2010 Data
 
Semantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer AppsSemantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer Apps
 
Representing financial reports on the semantic web a faithful translation f...
Representing financial reports on the semantic web   a faithful translation f...Representing financial reports on the semantic web   a faithful translation f...
Representing financial reports on the semantic web a faithful translation f...
 
XACML 3.0 (Partial) Concept Map
XACML 3.0 (Partial) Concept MapXACML 3.0 (Partial) Concept Map
XACML 3.0 (Partial) Concept Map
 
Development of a Controlled Natural Language Interface for Semantic MediaWiki
Development of a Controlled Natural Language Interface for Semantic MediaWikiDevelopment of a Controlled Natural Language Interface for Semantic MediaWiki
Development of a Controlled Natural Language Interface for Semantic MediaWiki
 
Digital image self-adaptive acquisition in medical x-ray imaging
Digital image self-adaptive acquisition in medical x-ray imagingDigital image self-adaptive acquisition in medical x-ray imaging
Digital image self-adaptive acquisition in medical x-ray imaging
 
Privacy-Preserving Reasoning on the Semantic Web (Poster)
Privacy-Preserving Reasoning on the Semantic Web (Poster)Privacy-Preserving Reasoning on the Semantic Web (Poster)
Privacy-Preserving Reasoning on the Semantic Web (Poster)
 

Recently uploaded

The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 

Recently uploaded (20)

The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 

Collective Cognition with Semantic Mediawiki: Lessons and Experiences

  • 1. Collective Cognition with Semantic Mediawiki: Lessons and Experiences Jie Bao, Li Ding and James Hendler Tetherless World Constellation, Department of Computer Science Rensselaer Polytechnic Institute, Troy, NY, USA {baojie,dingl,hendler}@cs.rpi.edu Network-Enabled Cognition workshop, ACITA, 2009 Sep 22, 2009, UMUC, Maryland
  • 2. Goal • To identify a few common pitfalls and limitations of Semantic Mediawiki in – knowledge modeling, – Knowledge organization and context, and – Collaboration protocols • To examine some potential approaches to solve these problems. 2
  • 3. Wiki and Recognition • Wiki is among the most prominent of forms on the Web that harness the distributed, collective efforts of users to create content online. – Ideas are formed, indentified or evolved and – Facts are discovered, refined or removed (for “wrong” ones) In the course of a never-ending editing process. 3
  • 4. Collective Cognition • A hypothetical example: write an outline for a new South Park episode. Picture courtesy of Wikipedia 4
  • 5. Collective Cognition • 9:00pm: show starts • 9:01pm: Wikipedia page for the episode is created • 9:01-9:08pm: 10 active users are adding summary when they watch • 9:08-9:10pm: ad time, some minor reorganization and typo fixing. • 9:10-9:30pm: repeat the above • 9:30-10:30pm: a user A is doing major refining, e.g. adding culture references • 10:31pm: a user B disagrees with A, undo A’s edit • 10:32pm: A undos B’s edit • 10:33pm: B leaves a message on A’s user page, to avoid further edit wars • 10:43pm: the two agrees to compromise with wording such that “It is implied that Chef is dead at the end of the episode; however, some others believe that it is not the case”. • The next day: user C adds a citation to this South Park episode’s page on a film’s page with that “South Park episode X is a parody of the this film”. 5
  • 6. Key elements • Simplicity: least training required to contribute. • AAA: anybody can say anything anywhere • NPOV: neutral point of view (among other collaboration protocols of Wikipedia) 6
  • 7. Semantic Wiki • Extensions to Wikis with some Semantic Web support – Example: Semantic Mediawiki Eric Cartman [[friend of::Butters]] Butters [[Category:Boy]] friend of Cartman Eric_Cartman friend_of Butters Eric_Cartman rdf:type Boy (RDF triple) 7
  • 8. Semantic Wiki • Fast-growing adoption – Healthcare – E-Government – Entertainment – Consulting – Database – … • Inside ITA – OWL modeling with controlled natural language – Rule modeling 8
  • 9. Semantic Wiki • Can Semantic wiki reproduces the success of wiki to be among the most prominent of forms on the Web that harness the distributed, collective efforts of users to create content knowledge online? • We have seen encouraging success in quite a few projects • However, some issues are identified in our real- world experiences. 9
  • 10. Knowledge Modeling • Myth: users can do RDF-style (triple- based) modeling on SMW • Fact: few is able to do this (at least without substantial training) 10
  • 11. “Big Fat Page” effects We gave a 3 hour training on SMW with a group of undergraduate students (most with no knowledge of RDF), and let them do a collective annotation task on TV shows. However, the result is not fully satisfactory • Difference between categories and properties is not that easy to understand (see a lot misuse like Category:hug) • To describe a thing with triples requires “thinking in RDF”, which needs some experiences. • It is a big headache to choose the right vocabulary and it is hard to know what vocabulary to reuse. As a result, many of the testees simply use the wiki as a notepad, without adding much semantic annotations, resulting in a long single “usual” wiki page. 11
  • 12. Schema or not schema? • Two common knowledge models on a semantic wiki, – “Schema”-based modeling, often represented in the form of pre- defined wiki templates, that are used by “common” users of the wiki to access data via forms or prebuilt queries. • c.f. “infobox” in Wikipedia • =>stable, shared knowledge – Arbitrary RDF-style semantic markup - heavily used by a selected few elite group • => less structured, less shared knowledge • A carefully pre-populated wiki “schema” (template), is as important as a schema in a database project. 12
  • 13. Template Example Template as Schema Form for the template 13
  • 14. Organization and Context • Myth: semantic wiki, like wiki, allows you to write things freely. • Fact: SMW does not support AAA – Every “triple” has to be on its subject’s page. • E.g., “South Park episode X is a parody of the this film” can only be said on X’s page. – Each subject and property of a triple must be a local page name. 14
  • 15. Organization and Context Why it may be problematic? • May require the creation of many trivial, small pages. • Is troublesome to describe things (e.g., an external URL) that have no corresponding wiki pages. • Discourages users due to the difficulty of determining where to write knowledge (i.e., the best “subject” pages). • Many users are confused of query-based pages: they do not know how to track the source of the queried results when they want to change a query-based page. 15
  • 16. Organization and Context Potential Solution • Extending the SMW syntax – [[Cartman::friend of::Butters]] • Introducing a context model to SMW – Context: Where, Who, When – No more need to use the subject to locate a triple 16
  • 17. Collaboration Protocol • Myth: semantic wiki, as wiki always does, allows compromises between different points of view. • Fact: Semantic wiki only allows one version of the (semantic) “truth”. – A triple can not be both true and not true 17
  • 18. Ontology War No! Cartman is only a Fictional Character Cartman is a Boy http://www.gambling911.com/files/publisher/cat-fight-032609L.jpg Collaboration Protocol Support Needed! 18
  • 19. Collaboration Protocol • Avoid edit wars in Wikipedia – NPOV: allows multiple points of view co-exist on one page verifiable sources. – natural language text can accommodate and explain multiple points of view on a single page 19
  • 20. Collaboration Protocol Two possible approaches • To have categories and typed links optionally contextualized by authors, similar to the tag contextualizing mechanism in delicious and flickr. – http://example.com/author/term (contextualized name) – http://example.com/term (non-contextualized name) • To introduce a context model of SMW knowledge statements, so that different versions of truth may be formally represented with explicitly given sources. 20
  • 21. Conclusions • Modeling in SMW can be regarded as an evolving cognition process and schema-based modeling is useful. • We showed that a context/provenance model is needed for SMW to support better knowledge organization • Collaboration protocols: to accommodate two versions of a fact, provenance of a term and/or triple should be traceable. 21
  • 22. Solution Summary • Simplicity: improve user interaction using forms and templates (schema). • AAA: Context model – On-going work: “Semantic History” • NPOV: Enabled by the context model 22