@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rrid: <https://bioregistry.io/metaregistry/rrid/resolve/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:tsc .

bioregistry.metaresource:rrid dcterms:hasPart rrid:TSC .

bioregistry:tsc a bioregistry.schema:0000001 ;
    rdfs:label "Tetrahymena Stock Center" ;
    dcterms:description "Centralized repository and distribution site for variety of Tetrahymena strains and species. Maintains diverse array of wild type, mutant, and genetically engineered strains of T. thermophila, the most commonly used laboratory species, and variety of other species derived from both laboratory maintained stocks and wild isolates. All stocks are stored in liquid nitrogen to maintain genetic integrity and prevent senescence. In addition to providing worldwide access to strains currently in collection, TSC continually upgrades collection by accepting deposition of newly developed laboratory strains and well characterized wild isolates collected from clearly defined natural sites. [from RRID]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch rrid:TSC ;
    dcat:keyword "biology",
        "cell",
        "cellular",
        "culture",
        "eukaryota",
        "genetics",
        "model",
        "molecular",
        "protozoan",
        "repository",
        "research",
        "tetrahymena thermophila" ;
    foaf:homepage <https://tetrahymena.vet.cornell.edu/> ;
    bioregistry.schema:0000005 "SD00043"^^xsd:string ;
    bioregistry.schema:0000006 "https://tetrahymena.vet.cornell.edu/display.php?stockid=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^SD\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://tetrahymena.vet.cornell.edu/display.php?stockid="^^xsd:string ;
    bioregistry.schema:0000027 <https://tetrahymena.vet.cornell.edu/display.php?stockid=SD00043> ;
    bioregistry.schema:0000029 "tsc" .

rrid:TSC dcterms:isPartOf bioregistry.metaresource:rrid .

