@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 dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@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:TGD .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:tgd .

bioregistry.metaresource:go dcterms:hasPart go.resource:TGD .

bioregistry.metaresource:miriam dcterms:hasPart miriam:tgd .

bioregistry.metaresource:n2t dcterms:hasPart n2t:tgd .

bioregistry:tgd a bioregistry.schema:0000001 ;
    rdfs:label "Tetrahymena Genome Database" ;
    dcterms:description "The Tetrahymena Genome Database (TGD) Wiki is a database of information about the Tetrahymena thermophila genome sequence. It provides information curated from the literature about each published gene, including a standardized gene name, a link to the genomic locus, gene product annotations utilizing the Gene Ontology, and links to published literature."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:TGD,
        go.resource:TGD,
        n2t:tgd,
        miriam:tgd ;
    foaf:homepage <http://ciliate.org/index.php/> ;
    bioregistry.schema:0000005 "TTHERM_00648910"^^xsd:string ;
    bioregistry.schema:0000006 "http://ciliate.org/index.php/feature/details/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^TTHERM\\_\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://ciliate.org/index.php/feature/details/"^^xsd:string ;
    bioregistry.schema:0000027 <http://ciliate.org/index.php/feature/details/TTHERM_00648910> ;
    bioregistry.schema:0000029 "tgd" .

biocontext:TGD dcterms:isPartOf bioregistry.metaresource:biocontext .

go.resource:TGD dcterms:isPartOf bioregistry.metaresource:go .

n2t:tgd dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:tgd dcterms:isPartOf bioregistry.metaresource:miriam .

