- From: Richard H. McCullough <rhm@cdepot.net>
- Date: Tue, 3 Jun 2003 18:56:52 -0700
- To: "www-rdf-interest at W3C" <www-rdf-interest@w3.org>
- Cc: "KR-language" <KR-language@YahooGroups.com>, "McCool, Robert M." <robm@stanford.edu>, "Guha, R. V." <guha@guha.com>, "Apollo, Adrian" <Thinkonaut@aol.com>, "Latimer, Richard S." <rslatimer@comcast.net>
The final results are now available in
http://rhm.cdepot.net/db/tap/structure.ho
It turns out that the Class "hierarchy" is actually a lattice -- there are
1073 classes with ambiguous genus. Here are the gross statistics
11 levels in lattice
6619 classes
117 properties
FYI, due to the large size of tap.rdf (15 MB), I went through a number
of intermediate steps. In addition to MKE, I used
rdf2mcf
grep
sort
vi
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: Friday, May 30, 2003 10:46 AM
Subject: Re: TAP KB Class-Property hierarchy
>
> This is going to take longer than I thought.
> I'm now working with tap.mcf (http://rhm.cdepot.net/bin/rdf2mcf)
> which is only 7 MB. Statistics are
> Nodes: 71,902
> Classes: 3,308
> Properties: 111
> Individuals: 68,483
> I'll report again when my Class-Property hierarchy is finished.
>
> 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 9:05 PM
> Subject: Re: TAP KB Class-Property hierarchy
> >
> > 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 Tuesday, 3 June 2003 21:59:19 UTC