@prefix this: <https://w3id.org/np/RAZWFjQev3vEW5kuU9NkI36rXVmqSP_68HL3O3deWw4Lw> .
@prefix sub: <https://w3id.org/np/RAZWFjQev3vEW5kuU9NkI36rXVmqSP_68HL3O3deWw4Lw/> .
@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:anndata <http://schema.org/url> <https://joss.theoj.org/papers/10.21105/joss.04371> ;
    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 <https://github.com/scverse/anndata> ;
    schema:version "0.12.2" ;
    fip:has-description-source <https://github.com/scverse/anndata/blob/main/README.md> .
}
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 <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:anndata ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/099c5770-089e-4264-8df0-c40889aeeb5e> .
  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: .
}