@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:uniprot.var .

bioregistry:uniprot.var a bioregistry.schema:0000001 ;
    rdfs:label "UniProt Variants" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The purpose of the UniProtKB/Swiss-Prot variant pages is: to display the variant related information extracted from UniProtKB/Swiss-Prot, and to provide useful additional information such as the conservation of the modified residues across orthologous species."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://web.expasy.org/variant_pages> ;
    bioregistry.schema:0000005 "068078"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.uniprot.org/annotation/VAR_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6982-4660 ;
    bioregistry.schema:0000023 "SP_VAR",
        "UPVAR",
        "UniProtKB_VAR" ;
    bioregistry.schema:0000024 "http://purl.uniprot.org/annotation/VAR_"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.uniprot.org/annotation/VAR_068078> ;
    bioregistry.schema:0000029 "uniprot.var" .

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

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

