@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:CAP-AnnData-schema a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Metadata-schema; dct:creator ; rdfs:comment "The Cell Annotation Platform (CAP) is a community-driven platform for creating, exploring, and storing cell annotations. It provides infrastructure to accumulate, share, and analyze annotation terms with associated molecular signatures to interpret cellular identities, encouraging researchers to converge on consensus nomenclature.The platform requires HDF5-backed AnnData files formatted according to a standard schema.The required fields are defined in CAP-AnnData-Schema."; rdfs:label "Data schema of Cell Annotation Platform"; schema:version "1.0.2"; fip:has-data-usage-license ; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-6396-0848 . } sub:pubinfo { this: dct:created "2025-09-24T14:15:38Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:CAP-AnnData-schema; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "oq5Tf5H8jEzK4wBRh4qTxLDQ11o0I69Yt1npOucvxDYY2ldQRC/s9egAyMG7j8rnegOF+0/HgxaxLO4Qf8y/FBJ+renuL3Coogp3Grw8JGdCkUVEhu6l3urB+SzziEE1uoGwn6y6bCoetY91eSGx9g9JhXHTvniswZSu9SHrVPc="; npx:hasSignatureTarget this: . }