User:Ilya/OpenWetWare/Structured data: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
*[http://meta.wikimedia.org/wiki/Del.icio.us-style_Tags_for_MediaWiki Del.icio.us-style Tags for MediaWiki]
*[http://meta.wikimedia.org/wiki/Del.icio.us-style_Tags_for_MediaWiki Del.icio.us-style Tags for MediaWiki]
*[http://sw.deri.org/2005/04/wikipedia/wikiont.html WikiOnt] is an an ontology to model that aims at integrating MediaWiki-based sites into the Semantic Web framework and making them machine-processable and -understandable
*[http://sw.deri.org/2005/04/wikipedia/wikiont.html WikiOnt] is an an ontology to model that aims at integrating MediaWiki-based sites into the Semantic Web framework and making them machine-processable and -understandable
*[http://meta.wikimedia.org/wiki/RDF RDF] interface to MediaWiki
*[http://dbpedia.org/ DBpedia] is a community effort to extract structured information from Wikipedia and to make this information available on the Web
**[http://meta.wikimedia.org/wiki/RDF_metadata RDF metadata]
**[http://www.communitywiki.org/cw/DublinCoreForWiki DublinCoreForWiki] - a suggested implementation for providing DublinCore metadata in WikiEngines.
**A sample implementation of [http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/RDF/ RDF extension] is in production at [[Wikitravel:Wikitravel:RDF|Wikitravel]]:
**[[Wikitravel:Wikitravel:RDF|RDF]]
**[[Wikitravel:Wikitravel:RDF_Expedition|RDF Expedition]]


==[[Wikipedia:Semantic_MediaWiki|Semantic MediaWiki]]==
==Semantic MediaWiki==
*[http://semantic-mediawiki.org/ Homepage]
*[http://sourceforge.net/projects/semediawiki Sourceforge page]
*[[Wikipedia:Semantic_MediaWiki|Semantic_MediaWiki]] - Wikipedia page
*[http://meta.wikimedia.org/wiki/Semantic_MediaWiki Semantic MediaWiki] page on Meta
*[http://meta.wikimedia.org/wiki/Semantic_MediaWiki Semantic MediaWiki] page on Meta
*[http://wiki.ontoworld.org/ Ontoworld] - wiki for semantic web community, also a [http://wiki.ontoworld.org/index.php/Semantic_MediaWiki demo] of the [http://sourceforge.net/projects/semediawiki Semantic MediaWiki extension]
*[http://meta.wikimedia.org/wiki/Transwiki:Wikimania05/Paper-MK2 Wikipedia and the Semantic Web - The Missing Links] - Wikimania 2005 paper
*[http://meta.wikimedia.org/wiki/Transwiki:Wikimania05/Paper-MK2 Wikipedia and the Semantic Web - The Missing Links] - Wikimania 2005 paper
*[http://wikimania2006.wikimedia.org/wiki/Proceedings:DV1 Wikipedia and the Semantic Web - Part II] - Wikimania 2006 presentation
*[http://wikimania2006.wikimedia.org/wiki/Proceedings:DV1 Wikipedia and the Semantic Web - Part II] - Wikimania 2006 presentation
*[http://wiki.ontoworld.org/wiki/Special:Specialpages Specialpages]
*[http://ontoworld.org/ Ontoworld] - wiki for semantic web community powered by Semantic MediaWiki
*[http://wiki.ontoworld.org/wiki/Special:SearchTriple SearchTriple]
**[http://ontoworld.org/wiki/Special:Specialpages Special:Specialpages]
*[http://wiki.ontoworld.org/index.php/Special:Categories Special:Categories]: a complete list of all categories
**[http://ontoworld.org/wiki/Special:SearchTriple Special:SearchTriple]
*[http://wiki.ontoworld.org/index.php/Special:Relations Special:Relations]: a complete list of all relations; [http://wiki.ontoworld.org/wiki/Category:Relation Category:Relation] is deprecated
**[http://ontoworld.org/wiki/Special:Categories Special:Categories]: a complete list of all categories
*[http://wiki.ontoworld.org/wiki/Special:Attributes Special:Attributes]: a complete list of all attributes (not just the ones with articles); [http://wiki.ontoworld.org/wiki/Category:Attribute Category:Attribute] is deprecated
**[http://ontoworld.org/wiki/Semantic_Wiki_Use_Cases Semantic Wiki Use Cases]
*[http://wiki.ontoworld.org/index.php/Special:Types Special:Types]: a complete list of all datatypes; [http://wiki.ontoworld.org/wiki/Category:Datatype Category:Datatype] is deprecated
**[http://ontoworld.org/wiki/Help:Inline_queries Inline queries]
*[http://wiki.ontoworld.org/wiki/Semantic_Wiki_Use_Cases Semantic Wiki Use Cases]
**[http://ontoworld.org/wiki/Semantic_Wiki_State_Of_The_Art Semantic Wiki State Of The Art] - a list of existing Semantic Wiki engines, ontologies, projects, etc
*[http://wiki.ontoworld.org/index.php/Help:Inline_queries Inline queries]
**[http://semantic-mediawiki.org/wiki/Help:Annotation Knowledge structure]:
*[http://wiki.ontoworld.org/index.php/Semantic_Wiki_State_Of_The_Art Semantic Wiki State Of The Art] - a list of existing Semantic Wiki Prototypes
***Categories are a means to ''classify'' articles according to certain criteria. For example, by adding <nowiki>[[Category:City]]</nowiki> to an article, the page is ''tagged'' as describing a city.
*Knowledge structure (from [http://wiki.ontoworld.org/index.php/Help:Semantics Semantics page] @ ontoworld.org)
***[http://semantic-mediawiki.org/wiki/Relation Relations] can be viewed as "categories for links".  An article on Berlin contains a link to "Germany" that has a special meaning: it was put there since Berlin is the capital of Germany.  To make this knowledge available to computer programs, one would like to "tag" the link.  This is done by writing <nowiki>[[is capital of::Germany]]</nowiki>.
**Categories are a means to ''classify'' articles according to certain criteria. For example, by adding <nowiki>[[Category:City]]</nowiki> to an article, the page is ''tagged'' as describing a city.
***[http://semantic-mediawiki.org/wiki/Attribute Attribute]: a special type of relations/categories: <nowiki>[[population:=3,396,990]]</nowiki>
**[http://wiki.ontoworld.org/wiki/Relation Relations] can be viewed as "categories for links".  An article on Berlin contains a link to "Germany" that has a special meaning: it was put there since Berlin is the capital of Germany.  To make this knowledge available to computer programs, one would like to "tag" the link.  This is done by writing <nowiki>[[is capital of::Germany]]</nowiki>.
***Datatypes: the prefix "Type:" is again a separate namespace that distinguishes descriptive articles about types from normal pages: <nowiki>[[has type::Type:integer]]</nowiki> to say that the special relation "has type" holds between Attribute:population and Type:integer.
**[http://wiki.ontoworld.org/wiki/Attribute Attribute]: a special type of relations/categories: <nowiki>[[population:=3,396,990]]</nowiki>
***Semantic templates can be used to support the consistent usage of annotations
**Datatypes: the prefix "Type:" is again a separate namespace that distinguishes descriptive articles about types from normal pages: <nowiki>[[has type::Type:integer]]</nowiki> to say that the special relation "has type" holds between Attribute:population and Type:integer.
**Semantic templates can be used to support the consistent usage of annotations
*[http://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms extension] - enhances Semantic MediaWiki by allowing easy adding and editing of semantic data
*[http://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms extension] - enhances Semantic MediaWiki by allowing easy adding and editing of semantic data
*[http://openwetware.org/index.php?title=OpenWetWare:Presentations/NCI-ICBP&action=render#(15) Wiki-based model documentation] ([http://ome-sorger7.mit.edu/%7Ejmuhlich/mwtest/ test instance]) by Brian Joughin, Jeremy Muhlich from Lauffenburger Lab
*[[User:Jason_Morrison/Thoughts_on_semantic_wikis|Thoughts on semantic wikis]]


==Miscellaneous==
==Miscellaneous==
Line 43: Line 40:
*[http://www.mediawiki.org/wiki/Extension:Simple_Forms Simple Forms extension]
*[http://www.mediawiki.org/wiki/Extension:Simple_Forms Simple Forms extension]
*[http://www.mediawiki.org/wiki/Extension:RDF RDF extension] - an effort to provide an extensive RDF interface for MediaWiki
*[http://www.mediawiki.org/wiki/Extension:RDF RDF extension] - an effort to provide an extensive RDF interface for MediaWiki
**[http://meta.wikimedia.org/wiki/RDF_metadata RDF metadata]
**[http://www.communitywiki.org/cw/DublinCoreForWiki DublinCoreForWiki] - a suggested implementation for providing DublinCore metadata in WikiEngines.
**A sample implementation of [http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/RDF/ RDF extension] is in production at [[Wikitravel:Wikitravel:RDF|Wikitravel]]:
**[[Wikitravel:Wikitravel:RDF|RDF]]
**[[Wikitravel:Wikitravel:RDF_Expedition|RDF Expedition]]
*[http://www.semantichacker.com/technology/wikipedia-extension-demo SemanticHacker] Wikipedia extension demo provide a Wikipedia reader with a short, organized list of other articles in Wikipedia that are highly relevant to the current article being browsed.
*[http://wikixmldb.dyndns.org/ WikiXMLDB] provides a way of querying Wikipedia with XQuery.


==Other implementations==
==Other implementations==

Latest revision as of 14:14, 9 June 2008

General info

  • Semantic Wiki - Wikipedia article
  • Wiki for Professionals are workspace for Semantic Web, enabling real-time knowledge exchange and exploration
  • SemWiki - The Semantic Wiki Community
  • Del.icio.us-style Tags for MediaWiki
  • WikiOnt is an an ontology to model that aims at integrating MediaWiki-based sites into the Semantic Web framework and making them machine-processable and -understandable
  • DBpedia is a community effort to extract structured information from Wikipedia and to make this information available on the Web

Semantic MediaWiki

Miscellaneous

Other implementations

  • WikSAR
  • Platypus Wiki - a Semantic Wiki WikiWeb. It uses RDF (Resource Description Framework), RDF Schema and OWL (Web Ontology Language) to create ontologies and manage metadata.
  • Rx4RDF is a set of technologies designed to make W3C's RDF more accessible and easier to use. Rhizome is a general purpose content management and delivery system that runs on Raccoon. It is dynamic and self-editable like a Wiki but uses ZML and RxML to enable structured content and editable metadata.
  • BettaMeta - allows users to specify the available metadata in an easy to use form

Wiki Data

  • Category:Wikidata
  • OmegaWiki (formerly known as WiktionaryZ) is a collaborative project to produce a free, multilingual resource in every language, with lexicological, terminological and thesaurus information. It is also the first implementation of the Wikidata technology (brings relational data to MediaWiki)
  • WikiDB is a PHP software that allows to create cooperatively data table online (available as a standalone app and a MediaWiki extension)
  • Infobox on Wikipedia is a consistently-formatted table which is present in articles with a common subject to provide summary information consistently between articles or improve navigation to closely related articles in that subject.
  • online spreadsheet
  • Exhibit is a lightweight structured data publishing framework that lets you create web pages with support for sorting, filtering, and rich visualizations by writing only HTML and optionally some CSS and Javascript code