@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.collection: <https://bioregistry.io/collection/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.collection:0000001 a bioregistry.schema:0000003 ;
    rdfs:label "Resources mentioned in \"Sharing biological data: why, when, and how\"" ;
    dc:contributor orcid:0000-0003-4423-4370 ;
    dc:description "These resources were listed in [Sharing biological data: why, when, and how](https://doi.org/10.1002/1873-3468.14067), which prompted further novel curation of the Bioregistry which included the addition of GenBank, Panorama Public, EMPIAR, and SSBD. It also prompted the curation of mappings to FAIRSharing when possible." ;
    dcterms:hasPart bioregistry:biostudies,
        bioregistry:bmrb.entry,
        bioregistry:cellimage,
        bioregistry:ega.dataset,
        bioregistry:ega.study,
        bioregistry:emdb,
        bioregistry:empiar,
        bioregistry:genbank,
        bioregistry:geo,
        bioregistry:idr,
        bioregistry:insdc.sra,
        bioregistry:massive,
        bioregistry:panorama,
        bioregistry:pdb,
        bioregistry:peptideatlas.dataset,
        bioregistry:pride,
        bioregistry:ssbd.dataset,
        bioregistry:ssbd.project .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

