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 Friday, 30 May 2003 13:48:49 UTC