@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:UNIPROT.ISOFORM .

bioregistry.metaresource:biolink dcterms:hasPart biolink:UNIPROT.ISOFORM .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:uniprot.isoform .

bioregistry.metaresource:miriam dcterms:hasPart miriam:uniprot.isoform .

bioregistry.metaresource:n2t dcterms:hasPart n2t:uniprot.isoform .

bioregistry.metaresource:togoid dcterms:hasPart togoid:UniprotIsoform .

bioregistry:uniprot.isoform a bioregistry.schema:0000001 ;
    rdfs:label "UniProt Isoform" ;
    dcterms:description "The UniProt Knowledgebase (UniProtKB) is a comprehensive resource for protein sequence and functional information with extensive cross-references to more than 120 external databases. This collection is a subset of UniProtKB, and provides a means to reference isoform information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:UNIPROT.ISOFORM,
        biolink:UNIPROT.ISOFORM,
        n2t:uniprot.isoform,
        miriam:uniprot.isoform,
        togoid:UniprotIsoform ;
    dcat:keyword "protein" ;
    foaf:homepage <http://www.uniprot.org/> ;
    bioregistry.schema:0000005 "Q5BJF6-3"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.uniprot.org/isoforms/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9])(\\-\\d+)$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6982-4660 ;
    bioregistry.schema:0000023 "UPISO" ;
    bioregistry.schema:0000024 "http://purl.uniprot.org/isoforms/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.uniprot.org/isoforms/Q5BJF6-3> ;
    bioregistry.schema:0000029 "uniprot.isoform" .

orcid:0000-0002-6982-4660 rdfs:label "Alex Bateman" ;
    foaf:mbox "agb@ebi.ac.uk" .

biocontext:UNIPROT.ISOFORM dcterms:isPartOf bioregistry.metaresource:biocontext .

biolink:UNIPROT.ISOFORM dcterms:isPartOf bioregistry.metaresource:biolink .

n2t:uniprot.isoform dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:uniprot.isoform dcterms:isPartOf bioregistry.metaresource:miriam .

togoid:UniprotIsoform dcterms:isPartOf bioregistry.metaresource:togoid .

