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

bioregistry:emaps a bioregistry.schema:0000001 ;
    rdfs:label "Mouse Developmental Anatomy Ontology with Theiler Stage" ;
    dcterms:contributor orcid:0000-0001-9439-5346 ;
    dcterms:description "EMAPA identifiers refer to developmental stage-independent mouse anatomical features, for instance, EMAPA:35178 resolves to the MGI's Mouse Developmental Anatomy Browser. EMAPS is an extension to EMAPA which introduces terms for different developmental stages of this generic EMAPA entry. EMAPS identifiers are constructed such that they are a concatenation of the EMAPA ID and a Theiler Stage (TS) number. For instance, EMAPA:35178 in TS 23 becomes EMAPS:3517823"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://www.informatics.jax.org/vocab/gxd/anatomy/> ;
    bioregistry.schema:0000005 "3517823"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.informatics.jax.org/vocab/gxd/anatomy/EMAPS:$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000017 bioregistry:emapa ;
    bioregistry.schema:0000019 orcid:0000-0002-0956-8634 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.informatics.jax.org/vocab/gxd/anatomy/EMAPS:"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.informatics.jax.org/vocab/gxd/anatomy/EMAPS:3517823> ;
    bioregistry.schema:0000029 "emaps" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "benjamin_gyori@hms.harvard.edu" .

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" .

