-
Notifications
You must be signed in to change notification settings - Fork 0
Property Table
Peter Midford edited this page Aug 11, 2015
·
3 revisions
This table holds OWL properties (data, object, and annotation) loaded from support ontologies. Each property should come from one source ontology, even if it appears in multiple ontologies. Note that it currently doesn't use the uidset table though since new properties have not been defined external to the support ontologies, this is not currently a problem.
The property currently has 546 rows.
| Field | Type | Null | Default | Comments |
|---|---|---|---|---|
| id | int | NO | NULL | primary key, auto_increments |
| source_id | varchar(256) | YES | NULL | uri from source ontology |
| authority | int | YES | NULL | foreign key to authority table; inherited from source ontology? |
| label | varchar(64) | YES | NULL | rdf:label from source ontology |
| generated_id | varchar(64) | YES | NULL | Not currently used |
| comment | varchar(512) | YES | NULL | rdf:comment from source ontology |