@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 dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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:biocontext dcterms:hasPart biocontext:NEUROVAULT.COLLECTION .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:neurovault.collection .

bioregistry.metaresource:miriam dcterms:hasPart miriam:neurovault.collection .

bioregistry.metaresource:n2t dcterms:hasPart n2t:neurovault.collection .

bioregistry:neurovault.collection a bioregistry.schema:0000001 ;
    rdfs:label "NeuroVault Collection" ;
    dcterms:description "Neurovault is an online repository for statistical maps, parcellations and atlases of the brain. This collection references sets (collections) of images."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:NEUROVAULT.COLLECTION,
        n2t:neurovault.collection,
        miriam:neurovault.collection ;
    foaf:homepage <http://neurovault.org> ;
    bioregistry.schema:0000005 "3304"^^xsd:string ;
    bioregistry.schema:0000006 "https://neurovault.org/collections/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[1-9][0-9]*$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://neurovault.org/collections/"^^xsd:string ;
    bioregistry.schema:0000026 ror:00f54p054 ;
    bioregistry.schema:0000027 <https://neurovault.org/collections/3304> ;
    bioregistry.schema:0000029 "neurovault.collection" .

biocontext:NEUROVAULT.COLLECTION dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:neurovault.collection dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:neurovault.collection dcterms:isPartOf bioregistry.metaresource:miriam .

