@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 dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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 re3data: <https://www.re3data.org/repository/> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix togoid: <https://togoid.dbcls.jp/#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:BIOPROJECT .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bioproject .

bioregistry.metaresource:miriam dcterms:hasPart miriam:bioproject .

bioregistry.metaresource:n2t dcterms:hasPart n2t:bioproject .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100013330 .

bioregistry.metaresource:togoid dcterms:hasPart togoid:Bioproject .

bioregistry:bioproject a bioregistry.schema:0000001 ;
    rdfs:label "BioProject" ;
    dcterms:description "BioProject provides an organizational framework to access metadata about research projects and the data from the projects that are deposited into different databases. It provides information about a project’s scope, material, objectives, funding source and general relevance categories."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:BIOPROJECT,
        n2t:bioproject,
        miriam:bioproject,
        togoid:Bioproject,
        re3data:r3d100013330 ;
    dcat:keyword "project" ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/bioproject> ;
    bioregistry.schema:0000005 "PRJDB3"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/bioproject/?term=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^PRJ[DEN][A-Z]\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0289-7101 ;
    bioregistry.schema:0000024 "https://www.ncbi.nlm.nih.gov/bioproject/?term="^^xsd:string ;
    bioregistry.schema:0000026 ror:02meqm098 ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/bioproject/?term=PRJDB3> ;
    bioregistry.schema:0000029 "bioproject" .

orcid:0000-0002-0289-7101 rdfs:label "Ilene Karsch-Mizrachi" ;
    foaf:mbox "mizrachi@ncbi.nlm.nih.gov" .

biocontext:BIOPROJECT dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:bioproject dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:bioproject dcterms:isPartOf bioregistry.metaresource:miriam .

togoid:Bioproject dcterms:isPartOf bioregistry.metaresource:togoid .

re3data:r3d100013330 dcterms:isPartOf bioregistry.metaresource:re3data .

