@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:dandi .

bioregistry.metaresource:miriam dcterms:hasPart miriam:dandi .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100013638 .

bioregistry:dandi a bioregistry.schema:0000001 ;
    rdfs:label "Distributed Archives for Neurophysiology Data Integration" ;
    dcterms:description """DANDI works with BICCN and other BRAIN Initiative awardees to curate data using community data standards such as NWB and BIDS, and to make data and software for cellular neurophysiology FAIR (Findable, Accessible, Interoperable, and Reusable).
DANDI references electrical and optical cellular neurophysiology recordings and associated MRI and/or optical imaging data.
These data will help scientists uncover and understand cellular level mechanisms of brain function. Scientists will study the formation of neural networks, how cells and networks enable functions such as learning and memory, and how these functions are disrupted in neurological disorders."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:dandi,
        re3data:r3d100013638 ;
    foaf:homepage <https://dandiarchive.org/> ;
    bioregistry.schema:0000005 "000017"^^xsd:string ;
    bioregistry.schema:0000006 "https://dandiarchive.org/dandiset/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{6}(\\/\\d+\\.\\d+\\.\\d+)?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://dandiarchive.org/dandiset/"^^xsd:string ;
    bioregistry.schema:0000026 ror:042nb2s44 ;
    bioregistry.schema:0000027 <https://dandiarchive.org/dandiset/000017> ;
    bioregistry.schema:0000029 "dandi" .

miriam:dandi dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100013638 dcterms:isPartOf bioregistry.metaresource:re3data .

