@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 cellosaurus.resource: <https://bioregistry.io/metaregistry/cellosaurus/resolve/> .
@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:CLDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cldb .

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

bioregistry.metaresource:miriam dcterms:hasPart miriam:cldb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:cldb .

bioregistry:cldb a bioregistry.schema:0000001 ;
    rdfs:label "Cell Line Database" ;
    dcterms:description "The Cell Line Data Base (CLDB) is a reference information source for human and animal cell lines. It provides the characteristics of the cell lines and their availability through  distributors, allowing cell line requests to be made from collections and laboratories."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:CLDB,
        cellosaurus.resource:CLDB,
        n2t:cldb,
        miriam:cldb ;
    foaf:homepage <http://bioinformatics.hsanmartino.it/hypercldb/indexes.html> ;
    bioregistry.schema:0000005 "cl3603"^^xsd:string ;
    bioregistry.schema:0000006 "http://bioinformatics.hsanmartino.it/hypercldb/$1.html"^^xsd:string ;
    bioregistry.schema:0000008 "^(cl|tum)\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "hypercldb" ;
    bioregistry.schema:0000024 "https://bioregistry.io/cldb:"^^xsd:string ;
    bioregistry.schema:0000026 ror:04d7es448 ;
    bioregistry.schema:0000027 <http://bioinformatics.hsanmartino.it/hypercldb/cl3603.html> ;
    bioregistry.schema:0000029 "cldb" .

biocontext:CLDB dcterms:isPartOf bioregistry.metaresource:biocontext .

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

n2t:cldb dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:cldb dcterms:isPartOf bioregistry.metaresource:miriam .

