Difference between revisions of "Help:Inline queries"

MyWikiBiz, Author Your Legacy — Friday April 19, 2024
Jump to navigationJump to search
(Update ASK overview for SMW 0.7)
Line 8: Line 8:
  
 
Inline queries are very similar to other semantic search features, and can also be restricted on a site in order to ensure sufficient performance. Since inline queries exploit the existing caching mechanisms of [[MediaWiki]], most requests for a page with such dynamic contents can be served without any performance impact whatsoever.
 
Inline queries are very similar to other semantic search features, and can also be restricted on a site in order to ensure sufficient performance. Since inline queries exploit the existing caching mechanisms of [[MediaWiki]], most requests for a page with such dynamic contents can be served without any performance impact whatsoever.
 
''The documentation below applies to Semantic MediaWiki of version 0.6 and above.''
 
  
 
== Introduction ==
 
== Introduction ==
Line 21: Line 19:
 
  <nowiki><ask>[[Category:Country]] [[located in::Africa]] [[Population:=*]]</ask></nowiki>
 
  <nowiki><ask>[[Category:Country]] [[located in::Africa]] [[Population:=*]]</ask></nowiki>
  
to obtain a list of all African countries and show their population number. At the place where this query is inserted into the wiki-text, a simple list of all requested pages will be displayed within the page. Besides this, everything between <nowiki><ask></nowiki> and <nowiki></ask></nowiki> is ignored, so that the above example will not add the current page to the category Country. In a simliar way, all kinds of queries can be embedded inline.
+
to obtain a list of all African countries and show their population number. At the place where this query is inserted into the wiki-text, a simple list of all requested pages will be displayed within the page. Besides this, everything between <nowiki><ask></nowiki> and <nowiki></ask></nowiki> is ignored, so that the above example will not add the current page to the category Country. In a similar way, all kinds of queries can be embedded inline.
  
 
In general, an inline query is a request to find a number of '''pages''' that satisfy certain requirements. The query must answer three questions:
 
In general, an inline query is a request to find a number of '''pages''' that satisfy certain requirements. The query must answer three questions:
Line 40: Line 38:
 
== Standard settings ==
 
== Standard settings ==
  
A couple of standard parameters are always available for customising the result of inline queries. Here is a short overview:
+
A number of standard parameters are always available for customising the result of inline queries. They are:
  
 
{| class="smwtable"
 
{| class="smwtable"
Line 47: Line 45:
 
! Description
 
! Description
 
|-
 
|-
| limit  
+
| <tt>limit</tt>
 
| non-negative number
 
| non-negative number
 
| maximal number of pages selected (in the case of a table: rows)
 
| maximal number of pages selected (in the case of a table: rows)
 
|-
 
|-
| sort  
+
| <tt>sort</tt>
 
| attribute name
 
| attribute name
 
| name of attribute to use for sorting queries; this attribute must occur in the query in a statement without "*"
 
| name of attribute to use for sorting queries; this attribute must occur in the query in a statement without "*"
 
|-
 
|-
| order  
+
| <tt>order</tt>
 
| "ascending"/"asc", "descending"/"desc"/"reverse"
 
| "ascending"/"asc", "descending"/"desc"/"reverse"
 
| defines how results should be ordered, only used if <tt>sort</tt> is used, "ascending" is the default
 
| defines how results should be ordered, only used if <tt>sort</tt> is used, "ascending" is the default
 
|-  
 
|-  
| headers
+
| <tt>count</tt>
 +
| none
 +
| specifies that only the number of results should be displayed, not the results themselves
 +
|-
 +
| <tt>headers</tt>
 
| "show", "hide"
 
| "show", "hide"
| shows or hides the labels/headers used in the output, "hide" is deault
+
| shows or hides the labels/headers used in the output, "hide" is default
 
|-  
 
|-  
| mainlabel  
+
| <tt>mainlabel</tt>
 
| plain text
 
| plain text
 
| title of the first column (the one with the page titles in it)
 
| title of the first column (the one with the page titles in it)
 
|-
 
|-
| link  
+
| <tt>link</tt>
 
| "none", "subject", "all"
 
| "none", "subject", "all"
 
| defines which article names in the result are hyperlinked, "subject" normally is the default
 
| defines which article names in the result are hyperlinked, "subject" normally is the default
 
|-
 
|-
| default  
+
| <tt>default</tt>
 
| plain text
 
| plain text
 
| if, for any reason, no result is being created, this will be returned
 
| if, for any reason, no result is being created, this will be returned
 
|-
 
|-
| intro  
+
| <tt>intro</tt>
 
| plain text
 
| plain text
 
| initial text that is prepended the output, if at least some results exist
 
| initial text that is prepended the output, if at least some results exist
 
|-
 
|-
| debug
+
| <tt>debug</tt>
 
| "true"  
 
| "true"  
| gives an [[wikipedia:SQL|SQL]] statement for debugging instead of the query results
+
| '''[only SMW&le;0.6]''' gives an [[wikipedia:SQL|SQL]] statement for debugging instead of the query results
 
|-
 
|-
| format  
+
| <tt>format</tt>
 
| a format name (see below)
 
| a format name (see below)
| selected output format, some formats allow further parameters (see below)
+
| selected output format; some formats allow further parameters (see below)
 
|}
 
|}
  
Line 97: Line 99:
 
</ask></pre>
 
</ask></pre>
  
returns 3 countries in Africa. Even if no value for <tt>limit</tt> is given, there is a default limit that will be used. Depending on a sites settings, it might be possible to increase the number of displayed results by specifying a higher value for <tt>limit</tt>. However, there is usually a maximum limit that cannot be exceeded. Its value is specified by the site administrators based on performance considerations.
+
returns 3 countries in Africa. Even if no value for <tt>limit</tt> is given, there is a default limit that will be used. Depending on a site's settings, it might be possible to increase the number of displayed results by specifying a higher value for <tt>limit</tt>. However, there is usually a maximum limit that cannot be exceeded. Its value is specified by the site administrators based on performance considerations.
  
 
If not all results of a query have been displayed due to a restricted limit, there will often be a link to "further results" that is displayed below the query. The text of this link can be modified by setting the parameter <tt>searchlabel</tt>. If the value of <tt>searchlabel</tt> is "", then the link to further results will no be shown. Some output formats (see below) do never display the search link, or display it only if a searchlabel was specified.
 
If not all results of a query have been displayed due to a restricted limit, there will often be a link to "further results" that is displayed below the query. The text of this link can be modified by setting the parameter <tt>searchlabel</tt>. If the value of <tt>searchlabel</tt> is "", then the link to further results will no be shown. Some output formats (see below) do never display the search link, or display it only if a searchlabel was specified.
  
An intersting application of <tt>limit</tt> and <tt>searchlabel</tt> is to display ''only'' a link to the results of a search, without showing any result inline. This is done by selecting a limit of "0". For instance, the query
+
An interesting application of <tt>limit</tt> and <tt>searchlabel</tt> is to display ''only'' a link to the results of a search, without showing any result inline. This is done by selecting a limit of "0". For instance, the query
  
 
  <nowiki><ask limit="0" searchlabel="Browse list of countries">[[Category:Country]]</ask></nowiki>
 
  <nowiki><ask limit="0" searchlabel="Browse list of countries">[[Category:Country]]</ask></nowiki>
Line 109: Line 111:
 
=== Sorting results ===
 
=== Sorting results ===
  
In the case of [[Special:Ask]], additional input fields were used to specify whether and how the result should be ordered (see [[Help:Semantic search]]). In the case of inline queries, those settings are specified as paramters. The attribute selected for ordering is assigned to the parameter <tt>sort</tt> whereas the order is specified with the parameter <tt>order</tt>. The value of <tt>order</tt> should be "ascending" or "descending" (or the short forms "asc" and "desc"), where the default setting is "ascending". For example, the inline query
+
In the case of [[Special:Ask]], additional input fields were used to specify whether and how the result should be ordered (see [[Help:Semantic search]]). In the case of inline queries, those settings are specified as parameters. The attribute selected for ordering is assigned to the parameter <tt>sort</tt> whereas the order is specified with the parameter <tt>order</tt>. The value of <tt>order</tt> should be "ascending" or "descending" (or the short forms "asc" and "desc"), where the default setting is "ascending". For example, the inline query
  
<pre><ask order="population" sort="descending">
+
<pre><ask sort="population" order="descending">
 
   [[Category:Country]]
 
   [[Category:Country]]
 
   [[located in::Africa]]
 
   [[located in::Africa]]
Line 124: Line 126:
 
Queries that return more than just the selected articles (e.g. the population in the above example), will use labels to describe the various output fields. In the standard tabular view, the labels are used as headers for columns. In other cases, labels might appear right before the output fields.
 
Queries that return more than just the selected articles (e.g. the population in the above example), will use labels to describe the various output fields. In the standard tabular view, the labels are used as headers for columns. In other cases, labels might appear right before the output fields.
  
By default, the labels just display the name of the selected attribute or relation, or the text "Categories" if categories are displayed (using the statement <nowiki>[[Category:*]]</nowiki>). This can be changed by using the "|"-notation for alterantive labels, as it is known for links in MediaWiki. For example, the query
+
By default, the labels just display the name of the selected attribute or relation, or the text "Categories" if categories are displayed (using the statement <nowiki>[[Category:*]]</nowiki>). This can be changed by using the "|"-notation for alternative labels, as it is known for links in MediaWiki. For example, the query
  
 
<pre><ask>  
 
<pre><ask>  
Line 151: Line 153:
 
  Upcoming conferences: [[IJCAI2007]], [[ICCS2007]], &hellip;
 
  Upcoming conferences: [[IJCAI2007]], [[ICCS2007]], &hellip;
  
where the list of conferences is generated by a suitable query. If the query (for whatever reason) would not return any results, the page would look a follows
+
where the list of conferences is generated by a suitable query. If the query (for whatever reason) would not return any results, the page would look as follows
  
 
  Upcoming conferences:
 
  Upcoming conferences:
  
which is not desriable. Two parameters exist to prevent this.
+
which is not desirable. Two parameters exist to prevent this.
  
 
* <tt>default</tt>: this parameter can be set to a default text that should be returned when no results are obtained. In the above example, one would probably write something like  
 
* <tt>default</tt>: this parameter can be set to a default text that should be returned when no results are obtained. In the above example, one would probably write something like  
Line 215: Line 217:
 
| '''Unstable.''' Embed selected articles.
 
| '''Unstable.''' Embed selected articles.
 
| <tt>titleformat</tt>
 
| <tt>titleformat</tt>
 +
|-
 +
| [[Help:Template format|<tt>template</tt>]]
 +
| '''Unstable.''' Print results by passing result fields as parameters to a given template.
 +
| <tt>template</tt> (mandatory)
 +
|-
 +
| [[Help:Table debug|<tt>debug</tt>]]
 +
| Debugging information for analysing problems in query answering.
 +
|
 
|}
 
|}
 +
 +
[[Category:Semantic MediaWiki]]
 +
 +
 +
=== Using templates ===
 +
 +
In an inline query,  when <nowiki>format=template</nowiki> or <nowiki>format=list</nowiki>, wiki templates may be used to format the output of the query, using the following syntax (SMW 0.7):
 +
 +
:::<nowiki><ask format=template template=templatename></nowiki> ... </ask> or
 +
:::<nowiki><ask format=list template=templatename> ... </ask></nowiki>. 
 +
 +
The variables used in the template are numbered in the same order that the output of the inline query would have without the template format. (that is, <nowiki>{{{1}}}, {{{2}}}, ... {{{3}}}</nowiki> etc.)
 +
 +
The template feature allows greater flexibility in the output of the query, including:
 +
 +
:*Changing the order in which output is displayed, or omitting or duplicating output;
 +
:*Using variables to display images;
 +
:*Using variables to create links for attributes;
 +
:*Using CSS styles to vary font-size, alignment, background-color, etc. by column in tables.
 +
 +
When output is limited, the template format will not be carried forward to the continuation link.
  
 
[[Category:Semantic MediaWiki]]
 
[[Category:Semantic MediaWiki]]

Revision as of 21:40, 28 May 2007

Help:Contents

This page has been copied from the Semantic MediaWiki web site at Ontoworld. Please refer to that site for more detailed explanations and examples of Centiare's powerful inline query facilities.

Semantic MediaWiki includes ASK, a simple query language for semantic search, so that users can directly request certain information from Centiare. Readers who do not wish to learn the query syntax can still profit from this feature: inline queries dynamically include query results into pages. So queries once formulated by a few editors can then be consumed by many readers.

Inline queries are very similar to other semantic search features, and can also be restricted on a site in order to ensure sufficient performance. Since inline queries exploit the existing caching mechanisms of MediaWiki, most requests for a page with such dynamic contents can be served without any performance impact whatsoever.

Introduction

Inline queries are written in the wiki-text of a page by writing text of the form

<ask ...>...</ask>

where the … describes the query. The part between the two ask-tags can be any query, as described in the help page to semantic search. For example, one can write

<ask>[[Category:Country]] [[located in::Africa]] [[Population:=*]]</ask>

to obtain a list of all African countries and show their population number. At the place where this query is inserted into the wiki-text, a simple list of all requested pages will be displayed within the page. Besides this, everything between <ask> and </ask> is ignored, so that the above example will not add the current page to the category Country. In a similar way, all kinds of queries can be embedded inline.

In general, an inline query is a request to find a number of pages that satisfy certain requirements. The query must answer three questions:

  1. Which pages are requested?
  2. What information should be displayed about those pages?
  3. How should the results be formated within the page?

The first two points are mostly part of the query, and have been explained at Help:Semantic search. The third point is important to be able to smoothly include query results in many pages. In our above example, we might wish to get a bulleted list of countries with population printed in parentheses after each country. This can be achieved by choosing the format "ol":

<ask format="ol">
  [[Category:Country]] 
  [[located in::Africa]] 
  [[Population:=*]]
</ask>

This third step is rather independent from the other two, and an increasing number of output formats is provided for inline queries. In addition to "format," inline queries accept a number of further parameters, e.g. for sorting the results or for limiting the number of returned items.

Standard settings

A number of standard parameters are always available for customising the result of inline queries. They are:

Parameter Possible values Description
limit non-negative number maximal number of pages selected (in the case of a table: rows)
sort attribute name name of attribute to use for sorting queries; this attribute must occur in the query in a statement without "*"
order "ascending"/"asc", "descending"/"desc"/"reverse" defines how results should be ordered, only used if sort is used, "ascending" is the default
count none specifies that only the number of results should be displayed, not the results themselves
headers "show", "hide" shows or hides the labels/headers used in the output, "hide" is default
mainlabel plain text title of the first column (the one with the page titles in it)
link "none", "subject", "all" defines which article names in the result are hyperlinked, "subject" normally is the default
default plain text if, for any reason, no result is being created, this will be returned
intro plain text initial text that is prepended the output, if at least some results exist
debug "true" [only SMW≤0.6] gives an SQL statement for debugging instead of the query results
format a format name (see below) selected output format; some formats allow further parameters (see below)

Result limits and further results

The parameter limit can be used to restrict the maximum number of results that are returned. For example, the query

<ask limit="3">
  [[Category:Country]] 
  [[located in::Africa]] 
</ask>

returns 3 countries in Africa. Even if no value for limit is given, there is a default limit that will be used. Depending on a site's settings, it might be possible to increase the number of displayed results by specifying a higher value for limit. However, there is usually a maximum limit that cannot be exceeded. Its value is specified by the site administrators based on performance considerations.

If not all results of a query have been displayed due to a restricted limit, there will often be a link to "further results" that is displayed below the query. The text of this link can be modified by setting the parameter searchlabel. If the value of searchlabel is "", then the link to further results will no be shown. Some output formats (see below) do never display the search link, or display it only if a searchlabel was specified.

An interesting application of limit and searchlabel is to display only a link to the results of a search, without showing any result inline. This is done by selecting a limit of "0". For instance, the query

<ask limit="0" searchlabel="Browse list of countries">[[Category:Country]]</ask>

displays a sole link entitled "<ask limit="0" searchlabel="Browse list of countries" default="Browse list of countries"></ask>" if any country is found. Otherwise, nothing is shown.

Sorting results

In the case of Special:Ask, additional input fields were used to specify whether and how the result should be ordered (see Help:Semantic search). In the case of inline queries, those settings are specified as parameters. The attribute selected for ordering is assigned to the parameter sort whereas the order is specified with the parameter order. The value of order should be "ascending" or "descending" (or the short forms "asc" and "desc"), where the default setting is "ascending". For example, the inline query

<ask sort="population" order="descending">
  [[Category:Country]]
  [[located in::Africa]]
  [[population:=+]]
  [[population:=*]]
</ask>

returns all African countries ordered by population, and prints this population as well. Note that the statement with "+" is needed to restrict the search to pages that have a population value at all, as explained in Help:Semantic search. The statement with "*" in turn makes the result show the population number in the output.

Configuring labels/table headers

Queries that return more than just the selected articles (e.g. the population in the above example), will use labels to describe the various output fields. In the standard tabular view, the labels are used as headers for columns. In other cases, labels might appear right before the output fields.

By default, the labels just display the name of the selected attribute or relation, or the text "Categories" if categories are displayed (using the statement [[Category:*]]). This can be changed by using the "|"-notation for alternative labels, as it is known for links in MediaWiki. For example, the query

<ask> 
 [[Category:Country]] 
 [[Population:=*|Inhabitants]] 
 [[Area:=*km²|Size in km²]] 
 [[borders::*|Next to]]
 [[Category:*|Category memberships]]
</ask>

returns a table with five columns: the selected articles (unlabeled), the population (labeled "Inhabitants"), the area in km² (labeled "Size in km²"), bordering countries (labeled "Next to"), and page categories (labeled "Category memberships"). Labels that refer to attributes or relations will additionally link to the respective pages in the Attribute: and Relation: namespaces.

<ask limit="1" searchlabel="..."> Inhabitants Size in km² next to + +</ask>

To change the label of the first column, one currently needs to use the parameter mainlabel which takes an arbitrary text. This might change in future versions to provide an additional simpler method with the |-syntax.

The display of labels can be controlled with the parameter headers which currently can take one of two values:

  • "show": display labels (default)
  • "hide": hide all labels or table headers

Introduction and default text

Certain texts should be shown or not shown depending on whether the query has results or not. For example, one may want the query to show an output of the following form:

Upcoming conferences: IJCAI2007, ICCS2007, …

where the list of conferences is generated by a suitable query. If the query (for whatever reason) would not return any results, the page would look as follows

Upcoming conferences:

which is not desirable. Two parameters exist to prevent this.

  • default: this parameter can be set to a default text that should be returned when no results are obtained. In the above example, one would probably write something like
Upcoming conferences: <ask default="none">...</ask>
so that, if no result is obtained, the article will display
Upcoming conferences: none
  • intro: this parameter specifies a text that should be prepended to the output of a query, but only if one or more results exist. In the above example, one could write
<ask intro="Upcoming conferences:_">...</ask>
so that, if no result is obtained, nothing will be printed at all. Note that we use "_" to encode the final space. This is needed for initial and final spaces in any parameter, since those are otherwise removed internally (not by SMW).

Both of the above solutions will show the intended output if results are found. It is also possible to combine both parameters if desired. Note that the aboe parameters only accept simple texts: neither wiki-markup nor HTML-elements are supported at the moment.

Also note that if the set of pages selected in a query is empty, no header row or blank line, not even any blank space, is produced. This can also be useful to "hide" queries that are not applicable. However, it is not recommended to insert great amounts of queries into every page, based on the assumption that this can do no harm since no output is generated. Indeed, answering queries requires much computational resources and should not be done without a purpose.

Output formats

The parameter format determines how the results of a query are displayed in the article. If it is omitted, all queries are displayed as tables (format table), unless there would be only one column, in which case the results are displayed as a comma-sepearated list (format list). The following formats are available:

Format Description Additional parameters
list Comma-separated list, with additional outputs shown in parentheses sep
ol Ordered list, with additional outputs shown in parentheses
ul Bulleted list, with additional outputs shown in parentheses
table Tabular output
broadtable Tabular output, where the table is as wide as the article.
timeline Use dates in the output to print a timeline. timlinelinestart, timlinelineend, timlinelinesize, timlinelinebands, timlinelineposition
eventline Unstable. Use dates in the output to print a timeline that shows more than two dates per article. timlinelinestart, timlinelineend, timlinelinesize, timlinelinebands, timlinelineposition
embedded Unstable. Embed selected articles. titleformat
template Unstable. Print results by passing result fields as parameters to a given template. template (mandatory)
debug Debugging information for analysing problems in query answering.


Using templates

In an inline query, when format=template or format=list, wiki templates may be used to format the output of the query, using the following syntax (SMW 0.7):

<ask format=template template=templatename> ... </ask> or
<ask format=list template=templatename> ... </ask>.

The variables used in the template are numbered in the same order that the output of the inline query would have without the template format. (that is, {{{1}}}, {{{2}}}, ... {{{3}}} etc.)

The template feature allows greater flexibility in the output of the query, including:

  • Changing the order in which output is displayed, or omitting or duplicating output;
  • Using variables to display images;
  • Using variables to create links for attributes;
  • Using CSS styles to vary font-size, alignment, background-color, etc. by column in tables.

When output is limited, the template format will not be carried forward to the continuation link.