@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 prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:bioregistry dcterms:hasPart bioregistry:pharmvar .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:pharmvar .

bioregistry:pharmvar a bioregistry.schema:0000001 ;
    rdfs:label "Pharmacogene Variation Consortium" ;
    dcterms:description "The Pharmacogene Variation (PharmVar) Consortium is the new home for PGx gene nomenclature serving as a centralized ‘Next-Generation’ Pharmacogene Variation data repository.  The major focus of PharmVar is to catalogue allelic variation of genes impacting drug metabolism, disposition and response and provide a unifying designation system (nomenclature) for the global pharmacogenetic/genomic community. Efforts are synchronized between PharmVar, the Pharmacogenomic KnowledgeBase, and the Clinical Pharmacogenetic Implementation Consortium."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:pharmvar ;
    dcat:keyword "gene",
        "pharmacogenomics",
        "variant" ;
    foaf:homepage <https://www.pharmvar.org> ;
    bioregistry.schema:0000005 "CYP2A6"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.pharmvar.org/gene/$1"^^xsd:string ;
    bioregistry.schema:0000011 bioregistry:hgnc.symbol ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-6968-1893 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.pharmvar.org/gene/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.pharmvar.org/gene/CYP2A6> ;
    bioregistry.schema:0000029 "pharmvar" .

orcid:0000-0001-6968-1893 rdfs:label "Andrea Gaedigk" ;
    foaf:mbox "agaedigk@cmh.edu" .

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

prefixcommons:pharmvar dcterms:isPartOf bioregistry.metaresource:prefixcommons .

