@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:jgi.proposal .

bioregistry:jgi.proposal a bioregistry.schema:0000001 ;
    rdfs:label "Joint Genome Institute Proposals" ;
    dcterms:contributor orcid:0000-0002-5004-3362,
        orcid:0000-0002-6601-2165 ;
    dcterms:description "Identifiers for proposals/projects at the Joint Genome Institute"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://genome.jgi.doe.gov/portal/> ;
    bioregistry.schema:0000005 "502930"^^xsd:string ;
    bioregistry.schema:0000006 "https://genome.jgi.doe.gov/portal/lookup?keyName=proposalId&groupOnly=1&app=Info&keyValue=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-8489-208X ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://genome.jgi.doe.gov/portal/lookup?keyName=proposalId&groupOnly=1&app=Info&keyValue="^^xsd:string ;
    bioregistry.schema:0000027 <https://genome.jgi.doe.gov/portal/lookup?keyName=proposalId&groupOnly=1&app=Info&keyValue=502930> ;
    bioregistry.schema:0000029 "jgi.proposal" .

orcid:0000-0002-5004-3362 rdfs:label "Alicia Clum" ;
    foaf:mbox "aclum@lbl.gov" .

orcid:0000-0002-6601-2165 rdfs:label "Chris Mungall" ;
    foaf:mbox "cjmungall@lbl.gov" .

orcid:0000-0002-8489-208X rdfs:label "Steven E. Wilson" ;
    foaf:mbox "sewilson@lbl.gov" .

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

