- From: Richard H. McCullough <rhm@cdepot.net>
- Date: Thu, 29 May 2003 21:05:49 -0700
- To: "www-rdf-interest at W3C" <www-rdf-interest@w3.org>
- Cc: "KR-language" <KR-language@YahooGroups.com>
Whoops. I missed a lot of classes!!!
That's what I get for doing manual processing.
(Why did I use manual processing?
tap.rdf without instances has bugs -- it is missing a lot of classes.
tap.rdf with instances is 15 MB -- it crashed MKE.)
When I cross-checked type and subClassOf statements,
I found approx.
type 320 classes
subClassOf 1240 classes
I will update structure.ho tomorrow.
Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;
----- Original Message -----
From: "Richard H. McCullough" <rhm@cdepot.net>
To: "www-rdf-interest at W3C" <www-rdf-interest@w3.org>
Cc: "KR-language" <KR-language@YahooGroups.com>
Sent: Thursday, May 29, 2003 8:20 PM
Subject: TAP KB Class-Property hierarchy
> 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 Friday, 30 May 2003 00:07:29 UTC