@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 re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:vfb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:vfb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:vfb .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100011373 .

bioregistry:vfb a bioregistry.schema:0000001 ;
    rdfs:label "Virtual Fly Brain" ;
    dcterms:description "An interactive tool for neurobiologists to explore the detailed neuroanatomy, neuron connectivity and gene expression of the Drosophila melanogaster."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch n2t:vfb,
        miriam:vfb,
        re3data:r3d100011373 ;
    foaf:homepage <https://VirtualFlyBrain.org> ;
    bioregistry.schema:0000005 "00000001"^^xsd:string ;
    bioregistry.schema:0000006 "http://virtualflybrain.org/reports/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9a-zA-Z]{8}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://virtualflybrain.org/reports/"^^xsd:string ;
    bioregistry.schema:0000027 <http://virtualflybrain.org/reports/00000001> ;
    bioregistry.schema:0000029 "vfb" .

n2t:vfb dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:vfb dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100011373 dcterms:isPartOf bioregistry.metaresource:re3data .

