Semantic Demo: Difference between revisions

From KBwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 41: Line 41:
| ?hasQualityAccessLevel#hasQualityAccessLevel = Quality
| ?hasQualityAccessLevel#hasQualityAccessLevel = Quality
| ?hasContributorOrg#hasContributorOrg = Organisation
| ?hasContributorOrg#hasContributorOrg = Organisation
| ?hasContributorOrg#hasContributorPerson = Contributor
| ?hasContributorPerson#hasContributorPerson = Contributor
}}
}}
  </nowiki>
  </nowiki>
Line 50: Line 50:
| ?hasQualityAccessLevel#hasQualityAccessLevel = Quality
| ?hasQualityAccessLevel#hasQualityAccessLevel = Quality
| ?hasContributorOrg#hasContributorOrg = Organisation
| ?hasContributorOrg#hasContributorOrg = Organisation
| ?hasContributorOrg#hasContributorPerson = Contributor
| ?hasContributorPerson#hasContributorPerson = Contributor
}}
}}


[[Category:Extension Demo]]
[[Category:Extension Demo]]

Revision as of 11:46, 28 August 2009

The QNET-CFD is powered by MediaWiki. This has been extended with Semantic MediaWiki

Semantic MediaWiki allows for searching for specific semantic annotations and use these to dynamically built relevant information. The followng example show a table build following static data:

{| border="1"
! AC !! Application Challenges !! Contributor !! Organisation
|- style="background-color:gold;"
! 2-01
| [[Bluff body burner for CH4-HE turbulent combustion]] || Elisabetta Belardini ||Universita di Firenze
|- style="background-color:silver;"
! 2-06
| [[The confined TECFLAM swirling natural gas burner]] || Stefan Hohmann || MTU Aero Engines
|- style="background-color:gold;"
! 2-07
| [[Confined double annular jet]] || Charles Hirsch || Vrije Universiteit Brussel
|}
 

Resulting in:

AC Application Challenges Contributor Organisation
2-01 Bluff body burner for CH4-HE turbulent combustion Elisabetta Belardini Universita di Firenze
2-06 The confined TECFLAM swirling natural gas burner Stefan Hohmann MTU Aero Engines
2-07 Confined double annular jet Charles Hirsch Vrije Universiteit Brussel

Identical information can be contructed using

{{#ask: 
[[Category:Combustion]] 
| mainlabel=Application Challenge
| ?hasQualityAccessLevel#hasQualityAccessLevel = Quality
| ?hasContributorOrg#hasContributorOrg = Organisation
| ?hasContributorPerson#hasContributorPerson = Contributor
}}
 

{{#ask: | mainlabel=Application Challenge | ?hasQualityAccessLevel#hasQualityAccessLevel = Quality | ?hasContributorOrg#hasContributorOrg = Organisation | ?hasContributorPerson#hasContributorPerson = Contributor }}