From e748b9351fc35922bec0c9ff77d7a4f356bc6228 Mon Sep 17 00:00:00 2001 From: spiekos Date: Fri, 6 Dec 2024 11:44:32 -0800 Subject: [PATCH] This adds the property schemblId to the bmdc schema. It is referenced by a preexisting import of data from pubchem. PiperOrigin-RevId: 703566924 --- biomedical_schema/chemical_compound.mcf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/biomedical_schema/chemical_compound.mcf b/biomedical_schema/chemical_compound.mcf index 4c8d906a..a5b3245c 100644 --- a/biomedical_schema/chemical_compound.mcf +++ b/biomedical_schema/chemical_compound.mcf @@ -906,6 +906,14 @@ rangeIncludes: schema:Number sameAs: "https://www.nlm.nih.gov/research/umls/rxnorm/index.html" description: "The identifier for this drug in the NIH National Library of Science RxNorm database, which is apart of the Unified Medical Language System (UMLS). RxNorm provides normalized names for clinical drugs and links its names to many of the drug vocabularies commonly used in pharmacy management and drug interaction software, including those of First Databank, Micromedex, Multum, and Gold Standard Drug Database. By providing links between these vocabularies, RxNorm can mediate messages between systems not using the same software and vocabulary." +Node: dcid:schemblId +name: "schemblId" +typeOf: schema:Property +rangeIncludes: schema:Text +domainIncludes: dcs:ChemicalCompound +synonym: "SureChEMBL identifier" +description: "The unique identifier for a chemical compound found within the SureChEMBL database, which is a repository of compounds extracted from patent documents." + Node: dcid:simplifiedMolecularInputLineEntrySystem name: "simplifiedMolecularInputLineEntrySystem" typeOf: schema:Property