@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 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biolink dcterms:hasPart biolink:CAID .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:clingen.allele .

bioregistry:clingen.allele a bioregistry.schema:0000001 ;
    rdfs:label "ClinGen Allele Registry" ;
    dcterms:contributor orcid:0000-0002-8719-7760,
        orcid:0000-0003-4423-4370 ;
    dcterms:description "ClinGen is a National Institutes of Health (NIH)-funded resource that defines the clinical relevance of genes and variants for use in precision medicine and research. This prefix provides and maintains identifiers for alleles."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biolink:CAID ;
    dcat:keyword "alleles",
        "genetics",
        "mutations" ;
    foaf:homepage <https://reg.clinicalgenome.org> ;
    bioregistry.schema:0000005 "CA981206459"^^xsd:string ;
    bioregistry.schema:0000006 "https://reg.clinicalgenome.org/redmine/projects/registry/genboree_registry/by_caid?caid=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^CA\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "CAID",
        "clingene" ;
    bioregistry.schema:0000024 "https://reg.clinicalgenome.org/redmine/projects/registry/genboree_registry/by_caid?caid="^^xsd:string ;
    bioregistry.schema:0000027 <https://reg.clinicalgenome.org/redmine/projects/registry/genboree_registry/by_caid?caid=CA981206459> ;
    bioregistry.schema:0000029 "clingen.allele" .

orcid:0000-0002-8719-7760 rdfs:label "Sierra Moxon" ;
    foaf:mbox "smoxon@lbl.gov" .

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

biolink:CAID dcterms:isPartOf bioregistry.metaresource:biolink .

