@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 dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:nhcdr .

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

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.ef04e9 .

bioregistry:nhcdr a bioregistry.schema:0000001 ;
    rdfs:label "NINDS Human Cell and Data Repository" ;
    dcterms:description "The NINDS Human Cell and Data Repository (NHCDR) provides access to fibroblast and/or induced pluripotent stem cell (iPSC) lines for a number neurological disorders within the NINDS mission as well as healthy controls.  NHCDR also supports access to unique iPSC collections from NeuroLINCS, PDBP, LEFFTDS and Target ALS with associated metadata.  A GMP-grade iPSC line and corresponding research grade iPSC line are also available through the NHCDR."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cellosaurus.resource:NHCDR,
        fairsharing:FAIRsharing.ef04e9 ;
    dcat:keyword "clinical studies",
        "neurology",
        "neurology disease",
        "neuroscience" ;
    foaf:homepage <https://stemcells.nindsgenetics.org> ;
    bioregistry.schema:0000005 "ND50028"^^xsd:string ;
    bioregistry.schema:0000006 "https://stemcells.nindsgenetics.org?line=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://stemcells.nindsgenetics.org?line="^^xsd:string ;
    bioregistry.schema:0000027 <https://stemcells.nindsgenetics.org?line=ND50028> ;
    bioregistry.schema:0000029 "nhcdr" .

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

fairsharing:FAIRsharing.ef04e9 dcterms:isPartOf bioregistry.metaresource:fairsharing .

