@prefix this: <https://w3id.org/np/RAylIweWi_mkw55dOEVXxBD56bUA8YTtVGtQnUb4Qwdtg> .
@prefix sub: <https://w3id.org/np/RAylIweWi_mkw55dOEVXxBD56bUA8YTtVGtQnUb4Qwdtg/> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:CAP dct:creator <https://w3id.org/np/RA9-UhZGFQleOX1uJb2RcemEyzDoRtcG7sF-W4D9oqEq0/HCA> ;
    <http://schema.org/url> <https://celltype.info/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:Domain-Specific-Registry , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Metadata-schema , fip:Registry ;
    rdfs:comment "The Cell Annotation Platform (CAP) is a centralized, community-driven platform for the creation, exploration, and storage of cell annotations for single-cell RNA-sequencing (scRNA-seq) datasets. CAP enables scientists to upload their work to private collaborative workspaces, refine and visualize their annotations using the molecular data, and publish their findings with a citable DOI." ;
    rdfs:label "Cell Annotation Platform" ;
    rdfs:seeAlso <https://celltype.info/> ;
    skos:broadMatch <https://w3id.org/np/RAqmiv9kJqvTUOKhKr-ZDXpB0S5AcmIEF-5yXolk_GB-A/CELLXGENE-Schema> ;
    schema:version "1.0.2" ;
    fip:has-AAS <https://w3id.org/np/RAncf2hj1w4rywAclhA_R0vx54K-OJNGdUjyeycfWF6i0#ORCID-AAI> ;
    fip:has-description-source <https://celltype.info/> ;
    fip:registered-on <https://w3id.org/np/RAxUQ1hknbyvnr_sU0Vig9ZYmo0RkYYsPrXnDtYPRVae4/HCA-DataPortal> ;
    fip:targets <https://w3id.org/gff/rao/terms/Database> ;
    fip:uses-identifier-service <http://purl.org/np/RAnAWGdeI_1GGmDAqv-vZjby5XqbL2ZujNz1vgwK_6cRI#DOI> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6396-0848 .
}
sub:pubinfo {
  this: dct:created "2025-09-24T14:21:43Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CAP ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/65e74ff3-8dc1-4066-aab9-ce81c5d7cff7> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "WOJny/YCO0VsO7CHiUnCIwkaxsOPNycwcyoRDzHFq0+FVLp0YNZXqjhrs8rRFVvF/bn6zMNJrtuefjd18Gkt0uKr0uGqJTiicQAS0iMpmSb+We5cSIMVwB9VV+y5s0k/nBacW9246ND+b7En+gWJ6cqPh1zhmgdcb9ATQd7EEJQ=" ;
    npx:hasSignatureTarget this: .
}