@prefix this: <https://w3id.org/np/RAZjkiMznVjW5WatezbbLE3T0Glh16Aoy1d1dWJ0oFW8Q> .
@prefix sub: <https://w3id.org/np/RAZjkiMznVjW5WatezbbLE3T0Glh16Aoy1d1dWJ0oFW8Q/> .
@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 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:Cell-Annotation-Schema <http://schema.org/url> <https://sc-fair.org/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Metadata-schema ;
    rdfs:comment "A general, open-standard schema for cell annotations and related metadata. This effort is part of scFAIR, an initiative to standardize single-cell genomics metadata." ;
    rdfs:label "Cell Annotation Schema" ;
    rdfs:seeAlso <https://github.com/cellannotation/cell-annotation-schema/blob/main/README.md> ;
    schema:version "1.1.0" ;
    fip:has-description-source <https://github.com/cellannotation/cell-annotation-schema> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6396-0848 .
}
sub:pubinfo {
  this: dct:created "2025-09-21T22:20:45Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:Cell-Annotation-Schema ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/544d0086-ad67-4688-b3b3-f9a5caad8a56> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "M08AHgQ/g0ZC2TzZIBGR2hTrzC0AC4dL1GqRQFKlaUXw81RjlRmePV9ydNYiumxYnPCO3x68wIU5/ChBXF1OqsjiklQkF3ruCHdWaTlf3hUlb+YT0zXr0GlgtMAfy5BFHb2ZN/6jnWZK8guupVQWi6uum3m1k2aIM+aDSN4cPeU=" ;
    npx:hasSignatureTarget this: .
}