Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make necessary changes to id_prefixes for chemical entity hierarchy #1500

Merged
merged 8 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
201 changes: 96 additions & 105 deletions biolink-model.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion project/graphql/biolink_model.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -6678,6 +6678,7 @@ type SiRNA

type SmallMolecule
{
id: String!
iri: IriType
type: [String]
name: LabelType
Expand All @@ -6695,7 +6696,6 @@ type SmallMolecule
isToxic: Boolean
hasChemicalRole: [ChemicalRole]
isMetabolite: Boolean
id: String!
}

type Snv
Expand Down
4 changes: 2 additions & 2 deletions project/jsonld/biolink_model.context.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2024-07-26T01:02:00",
"generation_date": "2024-07-25T18:08:32",
"source": "biolink_model.yaml"
},
"@context": {
Expand Down Expand Up @@ -347,8 +347,8 @@
"@prefix": true
},
"PFAM": "https://identifiers.org/pfam/",
"PHARMGKB.CHEMICAL": "https://www.pharmgkb.org/chemical/",
"PHARMGKB.DISEASE": "https://www.pharmgkb.org/disease/",
"PHARMGKB.DRUG": "https://www.pharmgkb.org/chemical/",
"PHARMGKB.GENE": "https://www.pharmgkb.org/gene/",
"PHARMGKB.PATHWAYS": "https://www.pharmgkb.org/pathway/",
"PHARMGKB.VARIANT": "https://www.pharmgkb.org/variant/",
Expand Down
Loading
Loading