@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 ror: <https://ror.org/> .
@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:biocontext dcterms:hasPart biocontext:CTD.GENE .

bioregistry.metaresource:biolink dcterms:hasPart biolink:CTD.GENE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ctd.gene .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ctd.gene .

bioregistry.metaresource:n2t dcterms:hasPart n2t:ctd.gene .

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

bioregistry:ctd.gene a bioregistry.schema:0000001 ;
    rdfs:label "CTD Gene" ;
    dcterms:description "The Comparative Toxicogenomics Database (CTD) presents scientifically reviewed and curated information on chemicals, relevant genes and proteins, and their interactions in vertebrates and invertebrates. It integrates sequence, reference, species, microarray, and general toxicology information to provide a unique centralized resource for toxicogenomic research. The database also provides visualization capabilities that enable cross-species comparisons of gene and protein sequences."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:CTD.GENE,
        biolink:CTD.GENE,
        n2t:ctd.gene,
        miriam:ctd.gene,
        uniprot.resource:DB-0140 ;
    dcat:keyword "organism-specific databases" ;
    foaf:homepage <http://ctdbase.org/> ;
    bioregistry.schema:0000005 "101"^^xsd:string ;
    bioregistry.schema:0000006 "http://ctdbase.org/detail.go?type=gene&acc=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000011 bioregistry:ncbigene ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-5741-7128 ;
    bioregistry.schema:0000024 "http://ctdbase.org/detail.go?type=gene&acc="^^xsd:string ;
    bioregistry.schema:0000026 ror:04dw1bf40 ;
    bioregistry.schema:0000027 <http://ctdbase.org/detail.go?type=gene&acc=101> ;
    bioregistry.schema:0000029 "ctd.gene" .

orcid:0000-0002-5741-7128 rdfs:label "Allan Peter Davis" ;
    foaf:mbox "apdavis3@ncsu.edu" .

biocontext:CTD.GENE dcterms:isPartOf bioregistry.metaresource:biocontext .

biolink:CTD.GENE dcterms:isPartOf bioregistry.metaresource:biolink .

n2t:ctd.gene dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:ctd.gene dcterms:isPartOf bioregistry.metaresource:miriam .

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

