From 2e80c04363aa05d369464057496890cde360d2fe Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Thu, 16 Nov 2023 11:41:10 +0100 Subject: [PATCH] Update NMDC pattern and URI format (#982) Supercedes #937 Related to https://github.com/microbiomedata/issues/issues/423 cc @dwinston --------- Co-authored-by: Donny Winston <1497854+dwinston@users.noreply.github.com> --- src/bioregistry/data/bioregistry.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/bioregistry/data/bioregistry.json b/src/bioregistry/data/bioregistry.json index 48d6a8486..2485f07ec 100644 --- a/src/bioregistry/data/bioregistry.json +++ b/src/bioregistry/data/bioregistry.json @@ -67792,6 +67792,14 @@ "name": "Donny Winston", "orcid": "0000-0002-8424-0604" }, + "contributor_extras": [ + { + "email": "cthoyt@gmail.com", + "github": "cthoyt", + "name": "Charles Tapley Hoyt", + "orcid": "0000-0003-4423-4370" + } + ], "description": "An initiative to empower the research community to harness microbiome data exploration and discovery through a collaborative integrative data science ecosystem.", "example": "y3ax-8bq3-60", "homepage": "https://microbiomedata.org/", @@ -67814,14 +67822,27 @@ "uri_format": "https://drs.microbiomedata.org/objects/$1" }, "name": "National Microbiome Data Collaborative", - "pattern": "^[\\w\\-.]{3,}$", + "pattern": "^.{2,}$", + "providers": [ + { + "code": "web", + "description": "Direct link", + "homepage": "https://drs.microbiomedata.org", + "name": "NMDC Web Page", + "uri_format": "https://drs.microbiomedata.org/objects/$1" + } + ], + "rdf_uri_format": "https://w3id.org/nmdc/$1", + "references": [ + "https://github.com/biopragmatics/bioregistry/pull/982" + ], "reviewer": { "email": "cthoyt@gmail.com", "github": "cthoyt", "name": "Charles Tapley Hoyt", "orcid": "0000-0003-4423-4370" }, - "uri_format": "https://drs.microbiomedata.org/objects/$1", + "uri_format": "https://w3id.org/nmdc/$1", "wikidata": { "database": "Q107698738" }