@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:anndata a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Knowledge-representation-language; ; rdfs:comment "anndata is a Python package for handling annotated data matrices in memory and on disk, positioned between pandas and xarray. anndata offers a broad range of computationally efficient features including, among others, sparse data support, lazy operations, and a PyTorch interface. anndata is part of the scverse project (website, governance) and is fiscally sponsored by NumFOCUS. "; rdfs:label "anndata | Access and store annotated data matrices"; rdfs:seeAlso ; schema:version "0.12.2"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-6396-0848 . } sub:pubinfo { this: dct:created "2025-09-21T21:27:12Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:anndata; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "oZIp8qejjg/sjwv06kNzqkCf7h4EUNvyAUaz2CQelQIJq+aUMitRKFV29VYJJRmKy/G+Wg9l/Pnn8rKo+hT+8jq59fx4b8/GFyAw96EJMtWbMRTRChwmin39Rt3pmQvSqpFmNwA8kDdBKjR4YZjm/d6BFopBs+j1qDaYvc2OzGs="; npx:hasSignatureTarget this: . }