- From: Richard H. McCullough <rhm@cdepot.net>
- Date: Sat, 16 Aug 2003 17:47:37 -0700
- To: "McCool, Rob" <robm@robm.com>
- Cc: "www-rdf-interest at W3C" <www-rdf-interest@w3.org>, "KR-language" <KR-language@YahooGroups.com>
Here's a handy shell script for printing all the TAP properties including all the subClasses. # KEHOME/bin/printProperty # Aug/16/2003 # print all Property subClasses and all properties # usage: printProperty ke <<\EOF set kbmode=tap; # TAP Property set echo=off; subClasses := ? iss Property; every p in $subClasses { $p isc ?; }; Property isp ?; exit; EOF Dick McCullough knowledge := man do identify od existent done; knowledge haspart proposition list;
Received on Saturday, 16 August 2003 20:52:17 UTC