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

Add prefix: silva #1307

Merged
merged 6 commits into from
Jan 28, 2025
Merged
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
38 changes: 38 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -106696,6 +106696,44 @@
"orcid": "0000-0003-4423-4370"
}
},
"silva.taxon": {
"contributor": {
"email": "[email protected]",
"github": "jplfaria",
"name": "Jose P. Faria",
"orcid": "0000-0001-9302-7250"
},
"description": "SILVA is a resource of aligned ribosomal RNA (rRNA) gene sequences for Bacteria, Archaea, and Eukaryotes.\n\nIt assigns internal, auto-incremented integer identifiers to taxa. However, these identifiers are not persistent nor unique - if the label for a taxon is changed, it assigned a new identifier and the old identifier is removed.",
"example": "11084",
"github_request_issue": 1306,
"homepage": "https://www.arb-silva.de",
"license": "CC-BY-SA-4.0",
"logo": "https://www.arb-silva.de/fileadmin/graphics_general/main/dissemination/silva-sticker-1_2_ext_33.png",
"name": "SILVA Taxon",
"pattern": "^\\d+$",
"publications": [
{
"doi": "10.1093/nar/gkt1209",
"pmc": "PMC3965112",
"pubmed": "24293649",
"title": "The SILVA and \"All-species Living Tree Project (LTP)\" taxonomic frameworks",
"year": 2014
},
{
"doi": "10.1093/nar/gks1219",
"pmc": "PMC3531112",
"pubmed": "23193283",
"title": "The SILVA ribosomal RNA gene database project: improved data processing and web-based tools",
"year": 2012
}
],
"reviewer": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
}
},
"sio": {
"aberowl": {
"description": "The semanticscience integrated ontology (SIO) provides a simple, integrated upper level ontology (types, relations) for consistent knowledge representation across physical, processual and informational entities. It provides vocabulary for the Bio2RDF (http://bio2rdf.org) and SADI (http://sadiframework.org) projects.",
Expand Down
Loading