@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cellosaurus.resource: <https://bioregistry.io/metaregistry/cellosaurus/resolve/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:DBGAP .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dbgap .

bioregistry.metaresource:cellosaurus dcterms:hasPart cellosaurus.resource:dbGAP .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00414 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:dbgap .

bioregistry.metaresource:n2t dcterms:hasPart n2t:dbgap .

bioregistry:dbgap a bioregistry.schema:0000001 ;
    rdfs:label "Database of Genotypes and Phenotypes" ;
    dcterms:description "The database of Genotypes and Phenotypes (dbGaP) archives and distributes the results of studies that have investigated the interaction of genotype and phenotype."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:DBGAP,
        cellosaurus.resource:dbGAP,
        n2t:dbgap,
        integbio:nbdc00414,
        miriam:dbgap ;
    dcat:keyword "bibliography/documents",
        "genome/gene",
        "health/disease",
        "phenotype",
        "repository" ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/gap/> ;
    bioregistry.schema:0000005 "phs000768.v2.p1"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^phs[0-9]{6}(.v\\d+.p\\d+)?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-1650-5156 ;
    bioregistry.schema:0000024 "https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id="^^xsd:string ;
    bioregistry.schema:0000026 ror:02meqm098 ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/study.cgi?study_id=phs000768.v2.p1> ;
    bioregistry.schema:0000029 "dbgap" .

orcid:0000-0002-1650-5156 rdfs:label "Michael Feolo" ;
    foaf:mbox "feolo@ncbi.nlm.nih.gov" .

biocontext:DBGAP dcterms:isPartOf bioregistry.metaresource:biocontext .

cellosaurus.resource:dbGAP dcterms:isPartOf bioregistry.metaresource:cellosaurus .

n2t:dbgap dcterms:isPartOf bioregistry.metaresource:n2t .

integbio:nbdc00414 dcterms:isPartOf bioregistry.metaresource:integbio .

miriam:dbgap dcterms:isPartOf bioregistry.metaresource:miriam .

