@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:gnps.task .

bioregistry:gnps.task a bioregistry.schema:0000001 ;
    rdfs:label "Global Natural Products Social Molecular Networking Task" ;
    dcterms:contributor orcid:0000-0002-6601-2165 ;
    dcterms:description "GNPS is a web-based mass spectrometry ecosystem that aims to be an open-access knowledge base for community-wide organization and sharing of raw, processed, or annotated fragmentation mass spectrometry data (MS/MS)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://gnps.ucsd.edu/> ;
    bioregistry.schema:0000005 "4b848c342a4f4abc871bdf8a09a60807"^^xsd:string ;
    bioregistry.schema:0000006 "https://gnps.ucsd.edu/ProteoSAFe/status.jsp?task=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-f0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-7647-6097 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://gnps.ucsd.edu/ProteoSAFe/status.jsp?task="^^xsd:string ;
    bioregistry.schema:0000027 <https://gnps.ucsd.edu/ProteoSAFe/status.jsp?task=4b848c342a4f4abc871bdf8a09a60807> ;
    bioregistry.schema:0000029 "gnps.task" .

orcid:0000-0001-7647-6097 rdfs:label "Mingxun Wang" ;
    foaf:mbox "mingxun.wang@cs.ucr.edu" .

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

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

