From bfdfd48039615116d2c70542891d1bbb7e0ce6cf Mon Sep 17 00:00:00 2001 From: aclum Date: Mon, 14 Oct 2024 15:49:17 -0700 Subject: [PATCH 1/2] Add kegg module prefix --- src/schema/nmdc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schema/nmdc.yaml b/src/schema/nmdc.yaml index 44c117cc98..b6d459423a 100644 --- a/src/schema/nmdc.yaml +++ b/src/schema/nmdc.yaml @@ -77,6 +77,7 @@ prefixes: jgi.proposal: "https://bioregistry.io/jgi.proposal:" jgi: http://example.org/jgi/ kegg: "https://bioregistry.io/kegg:" # https://bioregistry.io/kegg:hsa00190 + kegg.module: "https://bioregistry.io/kegg.module:" #https://bioregistry.io/kegg.module:M00002 linkml: https://w3id.org/linkml/ mgnify.proj: "https://bioregistry.io/mgnify.proj:" my_emsl: "https://release.my.emsl.pnnl.gov/released_data/" From 96d1861b2c1066ce1dbbbe9c94335f8b42d27a20 Mon Sep 17 00:00:00 2001 From: aclum Date: Wed, 16 Oct 2024 13:59:14 -0700 Subject: [PATCH 2/2] Update nmdc.yaml Uppercasing prefix for KEGG.MODULE at the recommendation of Chris. --- src/schema/nmdc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/nmdc.yaml b/src/schema/nmdc.yaml index b6d459423a..6fd123e6ec 100644 --- a/src/schema/nmdc.yaml +++ b/src/schema/nmdc.yaml @@ -77,7 +77,7 @@ prefixes: jgi.proposal: "https://bioregistry.io/jgi.proposal:" jgi: http://example.org/jgi/ kegg: "https://bioregistry.io/kegg:" # https://bioregistry.io/kegg:hsa00190 - kegg.module: "https://bioregistry.io/kegg.module:" #https://bioregistry.io/kegg.module:M00002 + KEGG.MODULE: "https://bioregistry.io/kegg.module:" #https://bioregistry.io/kegg.module:M00002 linkml: https://w3id.org/linkml/ mgnify.proj: "https://bioregistry.io/mgnify.proj:" my_emsl: "https://release.my.emsl.pnnl.gov/released_data/"