@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gnomad .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc02561 .

bioregistry:gnomad a bioregistry.schema:0000001 ;
    rdfs:label "Genome Aggregation Database" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Genome Aggregation Database (gnomAD) is a resource developed by an international coalition of investigators, with the goal of aggregating and harmonizing both exome and genome sequencing data from a wide variety of large-scale sequencing projects, and making summary data available for the wider scientific community (from https://gnomad.broadinstitute.org)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc02561 ;
    dcat:keyword "genetic variation",
        "genome/gene",
        "health/disease",
        "sequence" ;
    foaf:homepage <https://gnomad.broadinstitute.org> ;
    bioregistry.schema:0000005 "1-55516888-G-GA"^^xsd:string ;
    bioregistry.schema:0000006 "https://gnomad.broadinstitute.org/variant/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6025-0015 ;
    bioregistry.schema:0000024 "https://gnomad.broadinstitute.org/variant/"^^xsd:string ;
    bioregistry.schema:0000027 <https://gnomad.broadinstitute.org/variant/1-55516888-G-GA> ;
    bioregistry.schema:0000029 "gnomad" .

orcid:0000-0002-6025-0015 rdfs:label "Heidi L. Rehm" ;
    foaf:mbox "hrehm@mgh.harvard.edu" .

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

integbio:nbdc02561 dcterms:isPartOf bioregistry.metaresource:integbio .

