User:Markus Krötzsch/WWW-demo

From semanticweb.org

Jump to: navigation, search

This page serves as a script for the demonstration of Semantic MediaWiki during the WWW2006 developer's track. You can also find the slides to this demo online . It will be updated during the demo this afternoon. For general documentation of Semantic MediaWiki see Help:Semantics.

Contents

[edit] Annotation

First, let's see how one can annotate texts in this wiki in order to make knowledge explicit. Go to RuleML2006.

[edit] Searching

Now how can one access the newly annotated knowledge? By using inline queries. Why not try your own queries in our Sandbox?

  • Which things have paper deadlines between June 1 2006 and December 31 2006?
<ask>
 [[paper deadline:=>June 1 2006]]
 [[paper deadline:=<December 31 2006]]
</ask>

AOW2006, AST2006, BIS2007, BOEMIE2006, CISIS-2007, CoKM2007, ECIR2007, ESWC2007, FOMI2006, IAWTIC2006, ICDIM2006, ICFCA2007, ICIW2007, ICSOC2006, ICWI2006, IJCAI2007, IKM2006, M-ICTE2006, MAUR2006, OM-2006, OWLED 2006, PAKM2006, Persuasive2007, RuleML2006, SAAW2006, SAMT2006, SDRC2007, SEBIZ2006, SMAP2006, SSN2006, SSWS2006, SWAP2006, SWECKA2007, SWESE2006, SWET2006, SWPW2006, SWUI2006, SemWS2006, Semantic Web Challenge 2006, SemanticDesktopWS2006, Semantics 2006, Terra Cognita 2006, URSW2006, VORTE2006, WCMHLT2006, WI-IAT2006, WM2007, WOMO2006, WONTO2006, and WWW2007 … further results

  • What are these deadlines, and what are the titles of the events?
<ask>
 [[paper deadline:=>June 1 2006]]
 [[paper deadline:=<December 31 2006]]
 [[title:=*]]
 [[paper deadline:=*]]
</ask>

warning.pngThe date "*" was not understood.

  • OK, now pre-sort this result accoring to deadline.
<ask sort="paper_deadline">
 [[paper deadline:=>June 1 2006]]
 [[paper deadline:=<December 31 2006]]
 [[title:=*]]
 [[paper deadline:=*]]
</ask>

warning.pngThe date "*" was not understood.

<ask>
 [[paper deadline:=>June 1 2006]]
 [[paper deadline:=<December 31 2006]]
 [[Category:Topic Semantic Web query languages]]
</ask>

RuleML2006

<ask default="Sorry, no results">
 [[paper deadline:=>June 1 2006]]
 [[paper deadline:=<December 31 2006]]
 [[Category:Topic Semantic Web query languages||Topic semantic interoperability]]
</ask>

RuleML2006

[edit] Semantic templates

Templates can further simplify annotation and searching, such as Template:person and Template:paper URL.

[edit] Reuse and interoperability

Now how can external applications benefit from the data in the wiki? Via RDF export. An example of an external SPARQL service that allows querying a snapshot of this wiki's data is found at http://dannyayers.com:5555/snorql/.

back to the slides

Personal tools