@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:Cell-Annotation-Schema 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 ; schema:version "1.1.0"; fip:has-description-source . } 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 ; dct:license ; npx:introduces sub:Cell-Annotation-Schema; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "M08AHgQ/g0ZC2TzZIBGR2hTrzC0AC4dL1GqRQFKlaUXw81RjlRmePV9ydNYiumxYnPCO3x68wIU5/ChBXF1OqsjiklQkF3ruCHdWaTlf3hUlb+YT0zXr0GlgtMAfy5BFHb2ZN/6jnWZK8guupVQWi6uum3m1k2aIM+aDSN4cPeU="; npx:hasSignatureTarget this: . }