@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cellxgene.collection .

bioregistry:cellxgene.collection a bioregistry.schema:0000001 ;
    rdfs:label "Chan Zuckerberg CELLxGENE Collection" ;
    dcterms:contributor orcid:0000-0003-3573-3565 ;
    dcterms:description """Assigns identifiers to collections of datasets indexed by CELLxGENE.

CELLxGENE is an interactive data visualization and exploration tool developed by the Chan Zuckerberg Initiative that enables researchers to analyze and share single-cell genomics datasets. It provides a user-friendly interface for biologists and computational scientists to interrogate gene expression patterns across different cell types."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://cellxgene.cziscience.com/collections> ;
    bioregistry.schema:0000005 "436154da-bcf1-4130-9c8b-120ff9a888f2"^^xsd:string ;
    bioregistry.schema:0000006 "https://cellxgene.cziscience.com/collections/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-8457-2836 ;
    bioregistry.schema:0000021 orcid:0000-0001-9439-5346 ;
    bioregistry.schema:0000024 "https://cellxgene.cziscience.com/collections/"^^xsd:string ;
    bioregistry.schema:0000027 <https://cellxgene.cziscience.com/collections/436154da-bcf1-4130-9c8b-120ff9a888f2> ;
    bioregistry.schema:0000029 "cellxgene.collection" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "b.gyori@northeastern.edu" .

orcid:0000-0002-8457-2836 rdfs:label "Ambrose Carr" ;
    foaf:mbox "acarr@chanzuckerberg.com" .

orcid:0000-0003-3573-3565 rdfs:label "Robert Allaway" ;
    foaf:mbox "robert.j.allaway@gmail.com" .

