sb-phenopackets OntologyClass [ ↗ ]

{S}[B] Status [i]
core
Provenance
  • Original GA4GH schema
  • additional discussions with @cmungall and phenopackets developers
  • Phenopackets alignment
Used by
  • Phenopackets
  • Progenetix database schema (Beacon+ backend)
Contributors
Source (v1.0.0)

Attributes

Type: object
Description: OntologyClass represents the core object used to reference domain-specific entities, as well as to identify their domains through the appropriate prefix. CURIES are case sensitive, although for prefixes this practice is inconsistently followed.

Properties

PropertyType
idstring
labelstring

id

CURIE of the ontology class

id Value Example
"ncit:C8294"

label

the text label associated with the ontology class

label Value Example
"Pancreatic Adenocarcinoma"

OntologyClass Value Examples

{
   "id" : "DUO:0000004",
   "label" : "no restriction"
}
{
   "id" : "HP:0003621",
   "label" : "Juvenile onset"
}