PutData commands for Stanford TAP KB

mkrStatement reads MKR statements from standard input, and calls mkrPutData for each statement.  
mkrPutData translates the MKR statement to an RDF triple, and calls PutData.
PutData asserts the triple into a local copy of the TAP KB.

Example:
$ mkrStatement
<statement> Mary has sex = female
<statement> MichaelJordan do playFor od WashingtonWizards done
<statement> exit
$

Thanks to Rob McCool for the Java programs used by GetData and PutData.
============ 
Dick McCullough 
knowledge := man do identify od existent done
knowledge haspart proposition list

Received on Wednesday, 15 January 2003 21:13:59 UTC