-
Notifications
You must be signed in to change notification settings - Fork 0
Claim Table
Peter Midford edited this page Aug 10, 2015
·
4 revisions
This table holds statements about behavior (the core data for this database). This is called claim, rather than assertion or statement to avoid confusion with similar terminology in OWL, particularly since a single claim is usually the equivalent of a dozen or more OWL assertions or RDF triples.
The claim table currently has 40 rows.
| Field | Type | Null | Default | Comments |
|---|---|---|---|---|
| id | int | NO | NULL | primary key, auto increments |
| publication | int | YES | NULL | foreign key to publication
|
| behavior_term | int | NO | NULL | foreign key to term - no constraint? |
| evidence | int | YES | NULL | foreign key to evidence_code - needs review |
| primary_participant | int | YES | NULL | foreign key to participant - probably obsolete |
| generated_id | varchar(512) | YES | NULL | |
| publication_behavior | varchar(512) | YES | NULL | |
| narrative | int | YES | NULL | foreign key to narrative
|
| uidset | int | YES | NULL | foreign key to uidset
|