Service: CreateNodeSet
Description of the parameters:
| Parameter Name | Function | Is Mandatory |
|---|---|---|
| ns | URI of the node set to be created | YES |
| qy | URIref for the query file | NO |
| nsroot | URIref for the root node set | NO |
| ie | URIref for the associated inference engine | YES |
| nscont | NodeSet conclusion (as a string) | YES |
| lg | URIref for the language used to write the node set conclusion | YES |
| rl | URI of inference rule applied | NO |
| trlist | A list of terms for variable bindings separated by comma | only if vrlist is provided |
| vrlist | A list of variables for variable bindings separated by comma. Variables are preceeded by a question mark (?). The list should have the same number of elements oftrlist | only if trlist is provided |
| pnlist | A list of pretty name replacements separated by comma. | Each replacement should have the format of stringToBeReplaced|shortFormatPrettyName|longFormatPrettyName |
| nsant | List of URIs of antecedent node sets separated by comma | NO |
| nsdis | List of URIs of discharged node sets separated by comma | NO |
| kslist | List of URIs of associated knowledge sources separated by comma | NO |
| Tag | Name | Meaning |
|---|---|---|
| RC | Return Code | 0 if successful; >0 if fail |
| result | OWL file | A OWL file representing the requested node set. |
| errormsg | Error message | A description of the error when RC>0 |