- From: Richard H. McCullough <rhm@cdepot.net>
- Date: Thu, 29 May 2003 20:20:22 -0700
- To: "www-rdf-interest at W3C" <www-rdf-interest@w3.org>
- Cc: "KR-language" <KR-language@YahooGroups.com>
The TAP KB Class-Property hierarchy is recorded in
http://rhm.cdepot.net/db/tap/structure.ho
The hierarchy contains approx.
520 classes
120 properties
You can browse the hierarchy with MKE. For example
$ ke
...
ke$ do read from "${kedb}/tap/structure.ho" done;
...
ke$ Resource isc**1 ?;
# question <Resource isc**1 ? ;>
Resource
/ Activity
/ Agent
/ Class
/ Event
/ Intangible
/ Literal
/ Property
/ Tangible
ke$ Person isa* ?;
# question <Person isa* ? ;>
Person
\ Agent
\\ Resource
ke$ Person isc* ?;
# question <Person isc* ? ;>
Person
/ Architect
/ Artist
/ Athlete
/ Author
/ Bureaucrat
/ CMUFaculty
/ CMUGraduateStudent
/ CMUPerson
/ CMU_RAD
/ Celebrity
/ CorporateExecutive
/ Criminal
/ Employee
/ Engineer
/ FashionModel
/ FireFighter
/ Lawyer
/ Leader
/ MedicalDoctor
/ Musician
/ Painter
/ Philosopher
/ Politician
/ Publicist
/ Scientist
/ Terrorist
ke$ subClassOf isa* ?;
# question <subClassOf isa* ? ;>
subClassOf
\ TaxonomicPropertyType
\\ Property
\\\ Resource
\ TransitivePropertyType
\\ Property
\\\ Resource
...
ke$ exit;
...
$
Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;
Received on Thursday, 29 May 2003 23:23:10 UTC