@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix togoid: <https://togoid.dbcls.jp/#> .
@prefix uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:uniprot.proteome .

bioregistry.metaresource:togoid dcterms:hasPart togoid:UniprotProteome .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0191 .

bioregistry:uniprot.proteome a bioregistry.schema:0000001 ;
    rdfs:label "UniProt Proteomes" ;
    dcterms:contributor orcid:0000-0001-9439-5346,
        orcid:0000-0002-7449-1266,
        orcid:0000-0003-4423-4370 ;
    dcterms:description "UniProt provides proteome sets of proteins whose genomes have been completely sequenced."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch togoid:UniprotProteome,
        uniprot.resource:DB-0191 ;
    dcat:keyword "miscellaneous databases",
        "proteome" ;
    foaf:homepage <https://www.uniprot.org/proteomes> ;
    bioregistry.schema:0000005 "UP000005640"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.uniprot.org/proteomes/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^UP\\d{9}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.uniprot.org/proteomes/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.uniprot.org/proteomes/UP000005640> ;
    bioregistry.schema:0000029 "uniprot.proteome" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "benjamin_gyori@hms.harvard.edu" .

orcid:0000-0002-7449-1266 rdfs:label "JervenBolleman" .

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

togoid:UniprotProteome dcterms:isPartOf bioregistry.metaresource:togoid .

uniprot.resource:DB-0191 dcterms:isPartOf bioregistry.metaresource:uniprot .

