@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:biocontext dcterms:hasPart biocontext:NEURONDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:neurondb .

bioregistry.metaresource:edam dcterms:hasPart edam:2656 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:neurondb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:neurondb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:neurondb .

bioregistry:neurondb a bioregistry.schema:0000001 ;
    rdfs:label "NeuronDB" ;
    dcterms:description "NeuronDB provides a dynamically searchable database of three types of neuronal properties: voltage gated conductances, neurotransmitter receptors, and neurotransmitter substances. It contains tools that provide for integration of these properties in a given type of neuron and compartment, and for comparison of properties across different types of neurons and compartments."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:2656,
        biocontext:NEURONDB,
        n2t:neurondb,
        prefixcommons:neurondb,
        miriam:neurondb ;
    dcat:keyword "anatomy",
        "structure" ;
    foaf:homepage <http://senselab.med.yale.edu/NeuronDB/> ;
    bioregistry.schema:0000005 "265"^^xsd:string ;
    bioregistry.schema:0000006 "http://senselab.med.yale.edu/NeuronDB/NeuronProp.aspx?id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://senselab.med.yale.edu/NeuronDB/NeuronProp.aspx?id="^^xsd:string ;
    bioregistry.schema:0000027 <http://senselab.med.yale.edu/NeuronDB/NeuronProp.aspx?id=265> ;
    bioregistry.schema:0000029 "neurondb" .

edam:2656 dcterms:isPartOf bioregistry.metaresource:edam .

biocontext:NEURONDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:neurondb dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:neurondb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:neurondb dcterms:isPartOf bioregistry.metaresource:miriam .

