Changes

MyWikiBiz, Author Your Legacy — Friday May 03, 2024
Jump to navigationJump to search
1,412 bytes added ,  16:44, 26 December 2007
Centiare to MyWikiBiz
Line 1: Line 1: −
''<blockquote>See also [[Help:Inline Queries|Inline Queries]] for detailed explanations regarding query paramaters.</blockquote>''
+
''<blockquote>See also [[Help:Inline queries|Inline queries]] for more detailed explanations regarding semantic searches.</blockquote>''
   −
'''ASK''' is [[Directory:Centiare|Centiare's]] parser function free-form query tool that can be used in conjunction with or as an alternative to the [[Centiare:Search Triple|Search Triple]] query-by-form tool.  
+
'''ASK''' is perhaps [[Directory:MyWikiBiz|MyWikiBiz's]] most powerful tool for searching for information in the directory. It can be used in conjunction with or as an alternative to the [[Help:Search Triple|Search Triple]] form-based search tool.  Only [[Help:Registration|registered users]] may create these ASK queries.
   −
===Example===
+
----
Suppose you were interested in displaying all of the Centiare articles where a ''Latitude'' attribute between 39 degrees and 40 degrees North has been tagged.  The following example ASK query...  
+
 
 +
===Example 1===
 +
Suppose you were interested in displaying all of the MyWikiBiz articles where a ''[[Latitude]]'' [[Help:Semantic_Tags#Attributes|attribute]] between 36 degrees and 42 degrees North has been tagged by an editor.  The following example ASK query...
 +
 
 +
<pre>
 +
<ask>
 +
[[City:=*]]
 +
[[State Code:=*|State]]
 +
[[Zip:=*]]
 +
[[Latitude:=>36.0]][[Latitude:=<40.0]][[Latitude:=*|Latitude]]
 +
</ask>
 +
</pre>
 +
 
 +
...instantaneously produces this report when the page is saved:
 +
 
 +
<ask>
 +
[[City:=*]]
 +
[[State Code:=*|State]]
 +
[[Zip:=*]]
 +
[[Latitude:=>36.0]][[Latitude:=<40.0]][[Latitude:=*|Latitude]]
 +
</ask>
 +
 
 +
<br>
 +
 
 +
===Example 2===
 +
Suppose you wanted to find all the MyWikiBiz articles that identify something in Canada (Country Code is "CA"), but only those that indicate that the subject is incorporated in the state of New York (Incorporation State is "NY").  You also want the phone number of any of the matches.  The following example ASK query...  
    
<pre>
 
<pre>
Line 11: Line 36:  
[[State Code:=*|State]]
 
[[State Code:=*|State]]
 
[[Zip:=*]]
 
[[Zip:=*]]
[[Latitude:=>39.0]][[Latitude:=<40.0]][[Latitude:=*|Latitude]]
+
[[Phone:=*]]
 +
[[Country Code:=CA]]
 +
[[Incorporation State:=NY]]
 
</ask>
 
</ask>
 
</pre>
 
</pre>
   −
...instantaneously produces this report:
+
...instantaneously produces this report when the page is saved:
    
<ask>
 
<ask>
Line 21: Line 48:  
[[State Code:=*|State]]
 
[[State Code:=*|State]]
 
[[Zip:=*]]
 
[[Zip:=*]]
[[Latitude:=>39.0]][[Latitude:=<40.0]][[Latitude:=*|Latitude]]
+
[[Phone:=*]]
 +
[[Country Code:=CA]]
 +
[[Incorporation State:=NY]]
 
</ask>
 
</ask>
 +
    
<br>
 
<br>
Of course, this is just an example, and ASK queries may be written to be as inclusive or restrictive of qualifying attributes as the author wishes.
+
 
 +
===Stop marveling and get going!===
 +
Of course, these are just examples, and ASK queries may be written to be as inclusive or restrictive of qualifying [[Special:Attributes|attributes]], [[Special:Categories|categories]], or [[Special:Relations|relations]] as the author wishes.  The strength of these searches depends on other MyWikiBiz users properly tagging articles with useful and appropriate semantic tags.  The more semantic tags you introduce to an article, the more likely it will be found by someone constructing an ASK query.
 +
 
 +
We recommend that you experiment with your own ASK queries on your User page (or sub-page) before you implement them in Directory or Main Space pages.

Navigation menu