Difference between revisions of "Form:Ontological Topic"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 6: Line 6:
 
  Term= //the name of the term
 
  Term= //the name of the term
 
  &
 
  &
  QuestionType= //the type of the question from this list {Existence,Subtypes,Supertypes,Associations}  
+
  QuestionType= //the type of the question from this list {Existence, Disjointness, Subtypes, Supertypes, Associations}  
 
</pre>
 
</pre>
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
 
--><!--
 
--><!--
--><!-- get the term (definitional topic) and the question type (existence, subtypes, supertypes, associations) from the URL
+
--><!-- get the term (definitional topic) and the question type (existence, disjointness, subtypes, supertypes, associations) from the URL
 
--><!--
 
--><!--
 
-->{{#vardefine: varTerm|{{#urldecode:{{#urlget:Term|}}}}|}}<!--
 
-->{{#vardefine: varTerm|{{#urldecode:{{#urlget:Term|}}}}|}}<!--
Line 32: Line 32:
 
|width="70%"|{{#var:varTerm|}} {{{field|Term|hidden|default={{#var:varTerm|}}|}}}
 
|width="70%"|{{#var:varTerm|}} {{{field|Term|hidden|default={{#var:varTerm|}}|}}}
 
|-  
 
|-  
! Question Type: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Ontological questions can concern the existence of the a class, its subtypes or supertypes, or its associations (aggregation, composition).</p>
+
! Question Type: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Ontological questions can concern the existence of the a class, its subtypes or supertypes, its disjointness with other classes, or its associations (aggregation, composition).</p>
 
|{{#var:varQuestionType|}} {{{field|Ontological Question Type|hidden|default={{#var:varQuestionType|}}|}}}
 
|{{#var:varQuestionType|}} {{{field|Ontological Question Type|hidden|default={{#var:varQuestionType|}}|}}}
 
|-
 
|-

Revision as of 20:52, 22 December 2022

This is the form used to create/edit all ontological questions - those of existence of X, subtypes/supertypes of X, and associations of X. It expects the following parameters passed onto the query string in the following format:

query string=
 Term= //the name of the term
 &
 QuestionType= //the type of the question from this list {Existence, Disjointness, Subtypes, Supertypes, Associations}