Table cxgn.public.cvtermprop

Additional extensible properties can be attached to a cvterm using this table. Corresponds to -AnnotationProperty- in W3C OWL format

Generated by
SchemaSpy
Related columns Constraint names Comments Legend
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
Dashed lines show
implied relationships
< n > number of related tables
Please support this project 
Column Type Size Nulls Auto Default Children Parents Comments
cvtermprop_id serial 10  √  nextval('cvtermprop_cvtermprop_id_seq'::regclass)
cvterm_id int4 10
cvterm.cvterm_id cvtermprop_cvterm_id_fkey
type_id int4 10
cvterm.cvterm_id cvtermprop_type_id_fkey
The name of the property/slot is a cvterm. The meaning of the property is defined in that cvterm
value text 2147483647 ''::text The value of the property, represented as text. Numeric values are converted to their text representation
rank int4 10 0 Property-Value ordering. Any
cvterm can have multiple values for any particular property type -
these are ordered in a list using rank, counting from zero. For
properties that are single-valued rather than multi-valued, the
default 0 value should be used

Table contained 4,205 rows at Sat Oct 11 01:33 EDT 2008

Indexes:
Column(s) Type Sort Constraint Name
cvtermprop_id Primary key Asc cvtermprop_pkey
cvterm_id + type_id + value + rank Must be unique Asc/Asc/Asc/Asc cvtermprop_cvterm_id_key
cvterm_id Performance Asc cvtermprop_idx1
type_id Performance Asc cvtermprop_idx2

Close relationships  within one two degrees of separation :