@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cellosaurus.resource: <https://bioregistry.io/metaregistry/cellosaurus/resolve/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@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:rcb .

bioregistry.metaresource:cellosaurus dcterms:hasPart cellosaurus.resource:RCB .

bioregistry.metaresource:rrid dcterms:hasPart rrid:IMSR_RBRC .

bioregistry:rcb a bioregistry.schema:0000001 ;
    rdfs:label "RIKEN Bioresource Center Cell Bank" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Collection of many cell lines derived from human and other various animals, preserved by the RIKEN BioResource Research Center."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cellosaurus.resource:RCB,
        rrid:IMSR_RBRC ;
    dcat:keyword "animal",
        "bioresource",
        "cell",
        "cell line",
        "cultured cell",
        "cultured cell line",
        "dna",
        "embryo",
        "experimental animal",
        "experimental plant",
        "faseb list",
        "gene",
        "genetic material",
        "organ",
        "plant",
        "recombinant host",
        "seed",
        "sperm",
        "tissue",
        "virus" ;
    foaf:homepage <https://cell.brc.riken.jp/en/rcb> ;
    bioregistry.schema:0000005 "RCB0002"^^xsd:string ;
    bioregistry.schema:0000006 "https://cellbank.brc.riken.jp/cell_bank/CellInfo/?cellNo=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^RCB\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-9450-5151 ;
    bioregistry.schema:0000024 "https://cellbank.brc.riken.jp/cell_bank/CellInfo/?cellNo="^^xsd:string ;
    bioregistry.schema:0000027 <https://cellbank.brc.riken.jp/cell_bank/CellInfo/?cellNo=RCB0002> ;
    bioregistry.schema:0000029 "rcb" .

orcid:0000-0002-9450-5151 rdfs:label "Atsushi Yoshiki" ;
    foaf:mbox "atsushi.yoshiki@riken.jp" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

cellosaurus.resource:RCB dcterms:isPartOf bioregistry.metaresource:cellosaurus .

rrid:IMSR_RBRC dcterms:isPartOf bioregistry.metaresource:rrid .

