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

bioregistry.metaresource:biolink dcterms:hasPart biolink:AGRKB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:agrkb .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0266 .

bioregistry:agrkb a bioregistry.schema:0000001 ;
    rdfs:label "Alliance of Genome Resources Knowledge Base" ;
    dcterms:contributor orcid:0000-0002-8719-7760 ;
    dcterms:description """The [Alliance of Genome Resources](https://www.alliancegenome.org/about-us) creates identifiers for several biological entity types including genes, other sequence features, constructs, morpholinos, TALENs, CRISPRs, variants, alleles, genotypes, strains, environments and experiments, phenotype annotations, expression annotations, disease annotations, interactions, and variant annotations.

The Alliance of Genome Resources was founded by the following Model Organism databases and the Gene Ontology Consortium and distributes high-quality, curated knowledge about several model organisms in a single, unified location:

- [ZFIN](https://zfin.org) - Zebrafish Information Network
- [WormBase](https://wormbase.org)
- [MGI](https://www.mgi.org) - Mouse Genome Informatics
- [RGD](https://rgd.mcw.edu) - Rat Genome Database
- [SGD](https://www.yeastgenome.org) - Saccharomyces Genome Database
- [FlyBase](https://flybase.org)
- [Xenbase](https://www.xenbase.org)"""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biolink:AGRKB,
        uniprot.resource:DB-0266 ;
    dcat:keyword "model organism database",
        "organism-specific databases" ;
    foaf:homepage <https://www.alliancegenome.org> ;
    bioregistry.schema:0000005 "100000000000001"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.alliancegenome.org/accession/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[1-9][0-9]{14}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6601-2165 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.alliancegenome.org/accession/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.alliancegenome.org/accession/100000000000001> ;
    bioregistry.schema:0000029 "agrkb" .

orcid:0000-0002-6601-2165 rdfs:label "Chris Mungall" ;
    foaf:mbox "cjmungall@lbl.gov" .

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:AGRKB dcterms:isPartOf bioregistry.metaresource:biolink .

uniprot.resource:DB-0266 dcterms:isPartOf bioregistry.metaresource:uniprot .

