@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:tgemo .

bioregistry:tgemo a bioregistry.schema:0000001 ;
    rdfs:label "Temporal Gemma Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Terms for genes, experimental factors, and cell lines used by the [Gemma platform](https://gemma.msl.ubc.ca/home.html) for differential gene expression analysis."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/PavlidisLab/TGEMO> ;
    dcat:keyword "ontology" ;
    foaf:homepage <http://gemma.msl.ubc.ca/ont/TGEMO> ;
    bioregistry.schema:0000005 "00166"^^xsd:string ;
    bioregistry.schema:0000006 "http://gemma.msl.ubc.ca/ont/TGEMO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/PavlidisLab/TGEMO/raw/refs/heads/master/TGEMO.OWL> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0426-5028 ;
    bioregistry.schema:0000024 "http://gemma.msl.ubc.ca/ont/TGEMO_"^^xsd:string ;
    bioregistry.schema:0000027 <http://gemma.msl.ubc.ca/ont/TGEMO_00166> ;
    bioregistry.schema:0000029 "tgemo" .

orcid:0000-0002-0426-5028 rdfs:label "Paul Pavlidis" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

