Difference between revisions of "SMW Demo"

From FollowTheScore
Jump to: navigation, search
 
(33 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
Click on one of the above links and follow the navigation.
 
Click on one of the above links and follow the navigation.
  
Using "ask" you can formulate queries like "who plays Bassoon?".
+
=== Properties of Semantic MediaWiki ===
 +
<ask>[[Property:+]][[.prop scope::smw]]</ask>
  
<ask>
+
=== Properties of Semantic Forms ===
  [[Category::smdemo]] [[plays::Bassoon]] [[plays:=*]] [[Age:=*]]  
+
<ask>[[Property:+]][[.prop scope::sf]]</ask>
</ask>
+
 
----
+
=== Properties of Semantic MediaWiki with Personal Classes ===
Bassoon players:
+
<ask>[[Property:+]][[.prop scope::smwpc]]</ask>
<ask>
+
 
  [[plays::Bassoon]] [[Age:=*]]
+
=== user classes with their properties ===
</ask>
+
<ask> [[.prop describes::+]][[.prop describes::*]] </ask>
 +
 
 +
=== user objects ===
 +
<ask> [[.obj is a::+]] [[.obj is a::*]] </ask>
 +
 
 +
=== Sample query on user object: who plays an instrument or a game? ===
 +
<ask> [[plays::+]] [[plays instrument::*]] [[plays game::*]] </ask>
  
  
 
[[Category:smdemo]]
 
[[Category:smdemo]]

Latest revision as of 21:59, 23 March 2008

University of Karlsruhe an others are developing a Mediawiki extension called Semantic Mediawiki.

We have set up a couple of small example pages to give an idea of this approach:

Persons: Peter, Lucie ; persons have an Age and play an Instrument Instrument; Trombone, Piano, ..

Click on one of the above links and follow the navigation.

Properties of Semantic MediaWiki

<ask>Property:+.prop scope::smw</ask>

Properties of Semantic Forms

<ask>Property:+.prop scope::sf</ask>

Properties of Semantic MediaWiki with Personal Classes

<ask>Property:+.prop scope::smwpc</ask>

user classes with their properties

<ask> .prop describes::+.prop describes::* </ask>

user objects

<ask> .obj is a::+ .obj is a::* </ask>

Sample query on user object: who plays an instrument or a game?

<ask> plays::+ plays instrument::* plays game::* </ask>