@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 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 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:biocontext dcterms:hasPart biocontext:GTEX .

bioregistry.metaresource:biolink dcterms:hasPart biolink:GTEx .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gtex .

bioregistry.metaresource:miriam dcterms:hasPart miriam:gtex .

bioregistry.metaresource:n2t dcterms:hasPart n2t:gtex .

bioregistry:gtex a bioregistry.schema:0000001 ;
    rdfs:label "Genotype-Tissue Expression" ;
    dcterms:description "The Genotype-Tissue Expression (GTEx) project aims to provide to the scientific community a resource with which to study human gene expression and regulation and its relationship to genetic variation."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GTEX,
        biolink:GTEx,
        n2t:gtex,
        miriam:gtex ;
    foaf:homepage <https://www.gtexportal.org> ;
    bioregistry.schema:0000005 "BRIP1"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.gtexportal.org/home/gene/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w.+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.gtexportal.org/home/gene/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.gtexportal.org/home/gene/BRIP1> ;
    bioregistry.schema:0000029 "gtex" .

biocontext:GTEX dcterms:isPartOf bioregistry.metaresource:biocontext .

biolink:GTEx dcterms:isPartOf bioregistry.metaresource:biolink .

n2t:gtex dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:gtex dcterms:isPartOf bioregistry.metaresource:miriam .

