Re: Storing data and code in a Db with LISP-like interface

From: Neo <neo55592_at_hotmail.com>
Date: 18 Apr 2006 13:01:07 -0700
Message-ID: <1145390467.101914.245930_at_i39g2000cwa.googlegroups.com>


Below is an updated view of things in the tree. In the prior one, the email addresses could not be read, so I have added a space before the _at_ symbol in this post. Also I added a view of types Names and Verbs and their relevant instances. The script does not make these a direct item under the main directory (Dir) as they are relatively minor types. I will now take a closer look at your web link.

Dir
 |-item-

|-Building
| |-instance-
| |-CourtHouse1
| |-has-
| |-Floor1+
| |-Floor2+
| |-Courtney+
|
|-Floor
| |-instance-
| |-Floor1
| | |-has-
| | |-Room1+
| | |-Ashley+
| |
| |-Floor2
| |-has-
| |-Room1+
| |-Room2+
|
|-Room
| |-instance-
| |-Room1 (of Floor1)
| | |-has-
| | |-Clark+
| |
| |-Room1 (of Floor2)
| |
| |-Room2 (of Floor2)
| |-has-
| |-Judy+
|
|-Person
| |-instance-
| |-Judy
| | |-phone#-
| | | |-333-5555
| | | |-JDG-JUDY
| | |
| | |-email-
| | | |-J _at_aol.com
| | | |-Judy _at_law.com
| | |
| | |-staffMember-
| | |-Clark+
| | |-Ashley+
| | |-Colby+
| | |-Brandy+
| | |-Courtney+
| |
| |-Clark
| | |-phone#-
| | | |-737-5588
| | |
| | |-assistant-
| | |-Ashley+
| |
| |-Ashley
| | |-phone#-
| | |-737-5588
| |
| |-Colby
| | |-email-
| | |-Colby _at_msn.com
| |
| |-Brandy
| | |-phone#-
| | |-919-9945
| |
| |-Courtney
| |-phone#-
| | |-203-9898
| |
| |-email-
| |-C _at_gov.org
|
|-Judge
| |-instance-
| |-Judy+
|
|-StaffMember
| |-instance-
| |-Clark+
| |-Ashley+
| |-Colby+
| |-Brandy+
| |-Courtney+
|
|-Clerk
| |-instance-
| |-Clark+
| |-Ashley+
|
|-Assistant
| |-instance-
| |-Ashley+
|
|-Coordinator
| |-instance-
| |-Colby+
|
|-Bailiff
| |-instance-
| |-Brandy+
|
|-CourtReporter
| |-instance-
| |-Courtney+
|
|-Phone#
| |-instance-
| |-333-5555
| |-JDG-JUDY
| |-737-5588
| |-919-9945
| |-203-9898
|
|-Email
| |-instance-
| |-J _at_aol.com
| |-Judy _at_law.com
| |-Colby _at_msn.com
| |-C _at_gov.org
|
|-Type

       |-instance-
          |-Name
          |  |-instance-
          |    |-Building
          |    |-Floor
          |    |-Room
          |    |-Person
          |    |-Judge
          |    |-StaffMember
          |    |-Clerk
          |    |-Assistant
          |    |-Coordinator
          |    |-Bailiff
          |    |-CourtReporter
          |    |-Phone#
          |    |-Email
          |    |-Has
          |    |-Judy
          |    |-333-5555
          |    |-JDG-JUDY
          |    |-J _at_aol.com
          |    |-Judy _at_law.com
          |    |-Clark
          |    |-737-5588
          |    |-Ashley
          |    |-Colby
          |    |-Colby _at_msn.com
          |    |-Brandy
          |    |-919-9945
          |    |-Courtney
          |    |-203-9898
          |    |-C _at_gov.org
          |    |-CourtHouse1
          |    |-Floor1
          |    |-Room1
          |    |-Floor2
          |    |-Room2
          |
          |-Verb
          |  |-instance-
          |     |-Has
          |
          |-Etc...
Received on Tue Apr 18 2006 - 22:01:07 CEST

Original text of this message