Skip to content

Commit

Permalink
This adds the property schemblId to the bmdc schema. It is referenced…
Browse files Browse the repository at this point in the history
… by a preexisting import of data from pubchem.

PiperOrigin-RevId: 703569741
  • Loading branch information
spiekos authored and copybara-github committed Dec 6, 2024
1 parent 6020b10 commit f8845c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions biomedical_schema/chemical_compound.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8845c1

Please sign in to comment.