@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 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:GENPEPT .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:genpept .

bioregistry.metaresource:miriam dcterms:hasPart miriam:genpept .

bioregistry.metaresource:n2t dcterms:hasPart n2t:genpept .

bioregistry:genpept a bioregistry.schema:0000001 ;
    rdfs:label "GenPept" ;
    dcterms:description "The GenPept database is a collection of sequences based on translations from annotated coding regions in GenBank."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GENPEPT,
        n2t:genpept,
        miriam:genpept ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/protein> ;
    bioregistry.schema:0000005 "CAA71118.1"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/protein/$1?report=genpept"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w{3}\\d{5}(\\.\\d+)?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/genpept:"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/protein/CAA71118.1?report=genpept> ;
    bioregistry.schema:0000029 "genpept" .

biocontext:GENPEPT dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:genpept dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:genpept dcterms:isPartOf bioregistry.metaresource:miriam .

