Michael Erdmann
From semanticweb.org
| vCard Michael Erdmann | |
|---|---|
PC member of: SemWiki2008, ISWC2007+ASWC2007
| |
[edit] My Sandbox
The root page for all content of the prototype impelementation of the semantic web infrastructure for Halo is located under semwebhalo.
[edit] Subquery example
For a question about cities in the European Union we could either enumerate the countries of the European Union by hand, or use nested queries like this, and thus avoid the need to update the query in case the EU admits a new member:
<ask sort="located in" limit="10" link="all"> [[Population:=>30000]] [[Category:Cities]] [[located in::<q>[[Category:Country]] [[member of::European Union]]</q>]] [[located in::*]] [[Population:=*]] </ask>
giving:
AAA
warning.png"*" is not a number.
BBB warning.png"*" is not a number.
CCC Cyprus, Estonia, Germany, Poland, Czech Republic, Italy, Romania, Belgium, Spain, and Austria
