Ontology
Summary of SMaHT Portal object type Ontology . Types referencing this type are: OntologyTerm. Property names in red are required properties; those in blue are identifying properties; and properties with types in green are reference properties.Tip
See actual Ontology data hereRequired Properties
| Property | Type | Description |
|---|---|---|
| identifier | string | See below for more details. |
| title | string | See below for more details. |
| At least one of the following ... | ||
| consortia | Consortium array of string | See below for more details. See values here |
| submission_centers | SubmissionCenter array of string | See below for more details. See values here |
Identifying Properties
| Property | Type | Description |
|---|---|---|
| aliases | array of string | See below for more details. |
| identifier | string | See below for more details. |
| uuid | string | See below for more details. |
Reference Properties
| Property | Type | Description |
|---|---|---|
| consortia | Consortium array of string | See below for more details. See values here |
| submission_centers | SubmissionCenter array of string | See below for more details. See values here |
Properties
| Property | Type | Description |
|---|---|---|
| aliases | array of string • unique • restricted | Institution-specific ID (e.g. bgm:cohort-1234-a). Must adhere to (regex) pattern: ^[^\s\\\/]+:[^\s\\\/]+$ |
| consortia | Consortium • array of string • unique | Consortia associated with this item. See values here |
| display_title | string • calculated | - |
| identifier | string • min length: 2 • unique | Unique, identifying name for the item. Must adhere to (regex) pattern: ^[A-Za-z0-9-_]+$ |
| status • current • deleted • obsolete • released ← default | enum of string • default: released | - |
| submission_centers | SubmissionCenter • array of string • unique | Submission Centers that created this item. See values here |
| tags | array of string • min string length: 1 • max string length: 50 • unique • restricted | Key words that can tag an item - useful for filtering. Must adhere to (regex) pattern: ^[a-zA-Z0-9|_-]+$ |
| title | string • min length: 3 | Title of the ontology. |
| url | string • format: uri | An external link to information about the ontology. |
| uuid | string | Unique ID by which this object is identified. |