Difference between revisions of "WormBase Model:Person name"

From WormBaseWiki
Jump to navigationJump to search
(Created page with '__TOC__ WormBase Models == Curator Comments/Description == == Model == <pre> </pre> == Proposed Changes ==')
 
 
Line 11: Line 11:
 
== Model ==
 
== Model ==
 
<pre>
 
<pre>
 +
///////////////////////
 +
//
 +
// Person_name class - krb 030210
 +
// Simple way of searching for peoples full name (using Standard_name field of ?Person class) or just surname.
 +
//
 +
///////////////////////
 +
 +
?Person_name Name Full_name_of    ?Person XREF Full_name
 +
                  Standard_name_of ?Person XREF Standard_name // added [030321 krb]
 +
                  Last_name_of    ?Person XREF Last_name
 +
                  Other_name_of    ?Person XREF Also_known_as // added [030310 krb]
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==

Latest revision as of 08:21, 5 October 2010

WormBase Models

Curator Comments/Description

Model

///////////////////////
//
// Person_name class - krb 030210
// Simple way of searching for peoples full name (using Standard_name field of ?Person class) or just surname.
//
///////////////////////

?Person_name Name Full_name_of     ?Person XREF Full_name
                  Standard_name_of ?Person XREF Standard_name // added [030321 krb]
                  Last_name_of     ?Person XREF Last_name
                  Other_name_of    ?Person XREF Also_known_as // added [030310 krb]

Proposed Changes