@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:icldb .

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

bioregistry:icldb a bioregistry.schema:0000001 ;
    rdfs:label "Insect Cell Line Database" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "We have developed an online database describing the known cell lines from Coleoptera, Diptera, Hemiptera, Hymenoptera, and Lepidoptera that originated from crop pest insects. Cell line information has been primarily obtained from previous compilations of insect cell lines. (from homepage)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cellosaurus.resource:ICLDB ;
    foaf:homepage <https://entomology.ca.uky.edu/aginsectcellsdatabase> ;
    bioregistry.schema:0000005 "64ba"^^xsd:string ;
    bioregistry.schema:0000006 "https://entomology.ca.uky.edu/content/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-2212-4771 ;
    bioregistry.schema:0000024 "https://entomology.ca.uky.edu/content/"^^xsd:string ;
    bioregistry.schema:0000027 <https://entomology.ca.uky.edu/content/64ba> ;
    bioregistry.schema:0000029 "icldb" .

orcid:0000-0002-2212-4771 rdfs:label "Surjeet Kumar Arya" ;
    foaf:mbox "surjeet.arya@uky.edu" .

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

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

