@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 dcat: <http://www.w3.org/ns/dcat#> .
@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 orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:biocontext dcterms:hasPart biocontext:CELLIMAGE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cellimage .

bioregistry.metaresource:miriam dcterms:hasPart miriam:cellimage .

bioregistry.metaresource:n2t dcterms:hasPart n2t:cellimage .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:cellimage .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100000023 .

bioregistry:cellimage a bioregistry.schema:0000001 ;
    rdfs:label "Cell Image Library" ;
    dcterms:description "The Cell: An Image Library™ is a freely accessible, public repository of reviewed and annotated images, videos, and animations of cells from a variety of organisms, showcasing cell architecture, intracellular functionalities, and both normal and abnormal processes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:CELLIMAGE,
        n2t:cellimage,
        prefixcommons:cellimage,
        miriam:cellimage,
        re3data:r3d100000023 ;
    dcat:keyword "image" ;
    foaf:homepage <http://cellimagelibrary.org/> ;
    bioregistry.schema:0000005 "24801"^^xsd:string ;
    bioregistry.schema:0000006 "http://cellimagelibrary.org/images/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-7594-0820 ;
    bioregistry.schema:0000024 "http://cellimagelibrary.org/images/"^^xsd:string ;
    bioregistry.schema:0000027 <http://cellimagelibrary.org/images/24801> ;
    bioregistry.schema:0000029 "cellimage" .

orcid:0000-0001-7594-0820 rdfs:label "David N. Orloff" ;
    foaf:mbox "dorloff@ncmir.ucsd.edu" .

biocontext:CELLIMAGE dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:cellimage dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:cellimage dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:cellimage dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100000023 dcterms:isPartOf bioregistry.metaresource:re3data .

