@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@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:NEUROLEX .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:neurolex .

bioregistry.metaresource:miriam dcterms:hasPart miriam:neurolex .

bioregistry.metaresource:n2t dcterms:hasPart n2t:neurolex .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:neurolex .

bioregistry:neurolex a bioregistry.schema:0000001 ;
    rdfs:label "NIF Standard Ontology: Neurolex" ;
    dcterms:description "The NeuroLex project is a dynamic lexicon of terms used in neuroscience.  It is supported by the Neuroscience Information Framework project and incorporates information from the NIF standardised ontology (NIFSTD), and its predecessor, the Biomedical Informatics Research Network Lexicon (BIRNLex)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/SciCrunch/NIF-Ontology> ;
    skos:exactMatch biocontext:NEUROLEX,
        n2t:neurolex,
        prefixcommons:neurolex,
        miriam:neurolex ;
    dcat:keyword "classification",
        "neuroscience",
        "ontology" ;
    foaf:homepage <https://github.com/SciCrunch/NIF-Ontology> ;
    bioregistry.schema:0000005 "4"^^xsd:string ;
    bioregistry.schema:0000006 "http://uri.neuinfo.org/nif/nifstd/nlx_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-7509-4801 ;
    bioregistry.schema:0000023 "NLX",
        "nlx" ;
    bioregistry.schema:0000024 "http://uri.neuinfo.org/nif/nifstd/nlx_"^^xsd:string ;
    bioregistry.schema:0000027 <http://uri.neuinfo.org/nif/nifstd/nlx_4> ;
    bioregistry.schema:0000029 "neurolex" .

orcid:0000-0002-7509-4801 rdfs:label "Tom Gillespie" ;
    foaf:mbox "tgbugs@gmail.com" .

biocontext:NEUROLEX dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:neurolex dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:neurolex dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:neurolex dcterms:isPartOf bioregistry.metaresource:miriam .

