@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:corrdb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:corrdb .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100011496 .

bioregistry:corrdb a bioregistry.schema:0000001 ;
    rdfs:label "CorrDB" ;
    dcterms:description "A genetic correlation is the proportion of shared variance between two traits that is due to genetic causes; a phenotypic correlation is the degree to which two traits co-vary among individuals in a population. In the genomics era, while gene expression, genetic association, and network analysis provide unprecedented means to decode the genetic basis of complex phenotypes, it is important to recognize the possible effects genetic progress in one trait can have on other traits. This database is designed to collect all published livestock genetic/phenotypic trait correlation data, aimed at facilitating genetic network analysis or systems biology studies."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:corrdb,
        re3data:r3d100011496 ;
    foaf:homepage <https://www.animalgenome.org> ;
    bioregistry.schema:0000005 "37232"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.animalgenome.org/CorrDB/q/?id=CorrID:$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.animalgenome.org/CorrDB/q/?id=CorrID:"^^xsd:string ;
    bioregistry.schema:0000026 ror:04rswrd78 ;
    bioregistry.schema:0000027 <https://www.animalgenome.org/CorrDB/q/?id=CorrID:37232> ;
    bioregistry.schema:0000029 "corrdb" .

miriam:corrdb dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100011496 dcterms:isPartOf bioregistry.metaresource:re3data .

