@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:emsl.project .

bioregistry:emsl.project a bioregistry.schema:0000001 ;
    rdfs:label "Environmental Molecular Sciences Laboratory Project" ;
    dcterms:contributor orcid:0000-0002-6601-2165,
        orcid:0009-0007-1862-833X ;
    dcterms:description """As a scientific user facility, the Environmental Molecular Sciences Laboratory (EMSL) provides expertise, instrumentation, and resources to 250 projects each year. Current and past projects supported through a variety of EMSL user proposal avenues are publicly searchable on the EMSL website. Project pages provide details including:
- Research team and institution
- The EMSL project DOI
- Link to project data available in EMSLs Data Portal
- Project type"""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://www.emsl.pnnl.gov/projects> ;
    bioregistry.schema:0000005 "60141"^^xsd:string ;
    bioregistry.schema:0000006 "https://sc-data.emsl.pnnl.gov/?projectId=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-8683-0050 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://sc-data.emsl.pnnl.gov/?projectId="^^xsd:string ;
    bioregistry.schema:0000027 <https://sc-data.emsl.pnnl.gov/?projectId=60141> ;
    bioregistry.schema:0000029 "emsl.project" .

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

orcid:0000-0002-8683-0050 rdfs:label "Montana Smith" ;
    foaf:mbox "montana.smith@pnnl.gov" .

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

orcid:0009-0007-1862-833X rdfs:label "Cody O'Donnell" .

