@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rrid: <https://bioregistry.io/metaregistry/rrid/resolve/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bcbc .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00375 .

bioregistry.metaresource:rrid dcterms:hasPart rrid:BCBC .

bioregistry:bcbc a bioregistry.schema:0000001 ;
    rdfs:label "Beta Cell Biology Consortium" ;
    dcterms:description "One of the many goals of the BCBC was to develop and maintain databases of useful research resources. A total of 813 different scientific resources were generated and submitted by BCBC investigators over the 14 years it existed. Information pertaining to 495 selected resources, judged to be the most scientifically-useful, has been converted into a static catalog, as shown below. In addition, the metadata for these 495 resources have been transferred to dkNET in the form of RDF descriptors, and all genomics data have been deposited to either ArrayExpress or GEO. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch rrid:BCBC,
        integbio:nbdc00375 ;
    dcat:keyword "adenovirus",
        "antibody",
        "basic research",
        "basic science",
        "beta cell",
        "bioresource",
        "cell line",
        "cell regeneration",
        "cell replacement",
        "cell reprogramming",
        "cell/organelle",
        "data set",
        "data sharing",
        "embryonic stem cell",
        "embryonic stem cell line",
        "functional genomics",
        "gene",
        "gene expression",
        "genomics",
        "method",
        "mouse",
        "mouse embryonic stem cell line",
        "mouse strain",
        "pancreas",
        "pancreatic development",
        "pancreatic islet",
        "pancreatic islet development",
        "pancreatic islet function",
        "protocol" ;
    foaf:homepage <http://www.betacell.org/> ;
    bioregistry.schema:0000005 "4623"^^xsd:string ;
    bioregistry.schema:0000006 "https://scicrunch.org/resolver/RRID:BCBC_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://scicrunch.org/resolver/RRID:BCBC_"^^xsd:string ;
    bioregistry.schema:0000027 <https://scicrunch.org/resolver/RRID:BCBC_4623> ;
    bioregistry.schema:0000029 "bcbc" .

rrid:BCBC dcterms:isPartOf bioregistry.metaresource:rrid .

integbio:nbdc00375 dcterms:isPartOf bioregistry.metaresource:integbio .

