Skip to content

Commit

Permalink
Update NMDC pattern and URI format (#982)
Browse files Browse the repository at this point in the history
Supercedes #937

Related to microbiomedata/issues#423

cc @dwinston

---------

Co-authored-by: Donny Winston <1497854+dwinston@users.noreply.github.com>
  • Loading branch information
cthoyt and dwinston committed Nov 16, 2023
1 parent 04a19ae commit 2e80c04
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions src/bioregistry/data/bioregistry.json
Expand Up @@ -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/",
Expand All @@ -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"
}
Expand Down

0 comments on commit 2e80c04

Please sign in to comment.