@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 prefixcommons: <https://registry.bio2kg.org/resource/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:BGEE.GENE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bgee.gene .

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

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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:bgee .

bioregistry:bgee.gene a bioregistry.schema:0000001 ;
    rdfs:label "Bgee gene" ;
    dcterms:contributor orcid:0000-0003-3947-488X ;
    dcterms:description "Bgee is a database to retrieve and compare gene expression patterns in multiple species, produced from multiple data types (bulk RNA-Seq, scRNA-Seq, Affymetrix, in situ hybridization, and EST data). This collection references genes in Bgee."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:BGEE.GENE,
        n2t:bgee.gene,
        prefixcommons:bgee,
        miriam:bgee.gene ;
    dcat:keyword "gene expression" ;
    foaf:homepage <https://www.bgee.org> ;
    bioregistry.schema:0000005 "FBgn0000015"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.bgee.org/gene/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Za-z0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-3947-488X ;
    bioregistry.schema:0000024 "https://www.bgee.org/gene/"^^xsd:string ;
    bioregistry.schema:0000026 ror:002n09z45 ;
    bioregistry.schema:0000027 <https://www.bgee.org/gene/FBgn0000015> ;
    bioregistry.schema:0000029 "bgee.gene" .

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

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

orcid:0000-0003-3947-488X rdfs:label "Sébastien Moretti" ;
    foaf:mbox "sebastien.moretti@sib.swiss" .

prefixcommons:bgee dcterms:isPartOf bioregistry.metaresource:prefixcommons .

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

