@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cellosaurus.resource: <https://bioregistry.io/metaregistry/cellosaurus/resolve/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:nihhesc .

bioregistry.metaresource:cellosaurus dcterms:hasPart cellosaurus.resource:NIHhESC .

bioregistry:nihhesc a bioregistry.schema:0000001 ;
    rdfs:label "NIH Human Embryonic Stem Cell Registry" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The NIH registration number should be used on all NIH competing applications and annual progress reports to identify the stem cell line proposed for use. Identify the specific line(s) from the Registry using the NIH Registration Number (e.g., 0001), in the specified location in the application (from homepage)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cellosaurus.resource:NIHhESC ;
    foaf:homepage <https://grants.nih.gov/stem_cells/registry/current.htm> ;
    bioregistry.schema:0000005 "NIHhESC-10-0083"^^xsd:string ;
    bioregistry.schema:0000006 "https://grants.nih.gov/stem_cells/registry/current.htm?ID=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://grants.nih.gov/stem_cells/registry/current.htm?ID="^^xsd:string ;
    bioregistry.schema:0000027 <https://grants.nih.gov/stem_cells/registry/current.htm?ID=NIHhESC-10-0083> ;
    bioregistry.schema:0000029 "nihhesc" .

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

cellosaurus.resource:NIHhESC dcterms:isPartOf bioregistry.metaresource:cellosaurus .

