@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 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:theiler .

bioregistry:theiler a bioregistry.schema:0000001 ;
    rdfs:label "Theiler Stage" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Theiler stages (TS) define mouse development by a set of morphological criteria ([Theiler, 1989](https://doi.org/10.1007/978-3-642-88418-4)). This staging scheme is used because embryos at the same gestational age can have developed at different rates and therefore exhibit different morphological characteristics. Theiler stages may in some cases correspond to a single gestation age, but more often cover a range of ages. (from [https://www.informatics.jax.org/glossary/theiler](https://www.informatics.jax.org/glossary/theiler))"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://embryology.med.unsw.edu.au/embryology/index.php?title=Mouse_Stages> ;
    bioregistry.schema:0000005 "23"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.emouseatlas.org/emap/ema/DAOAnatomyJSP/anatomy.html?stage=TS$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+[a-d]?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000018 bioregistry:emaps,
        bioregistry:mmusdv ;
    bioregistry.schema:0000019 orcid:0000-0002-0956-8634 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000023 "thielerstage" ;
    bioregistry.schema:0000024 "https://www.emouseatlas.org/emap/ema/DAOAnatomyJSP/anatomy.html?stage=TS"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.emouseatlas.org/emap/ema/DAOAnatomyJSP/anatomy.html?stage=TS23> ;
    bioregistry.schema:0000029 "theiler" .

orcid:0000-0002-0956-8634 rdfs:label "Terry Hayamizu" ;
    foaf:mbox "Terry.Hayamizu@jax.org" .

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

