@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:CELLXGENE-Schema a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Metadata-schema; rdfs:comment "CELLxGENE aims to support the publication, sharing, and exploration of single-cell datasets. Building on those published datasets, CELLxGENE seeks to create references of the phenotypes and composition of cells that make up human tissues. CELLxGENE requires all datasets to adhere to the schema so that it can enable searching, filtering, and integration of datasets it hosts.The schema additionally describes how the dataset, genes, and cells are annotated to describe the biological and technical characteristics of the data."; rdfs:label "Single Cell Curation Schema"; schema:version "4.0.0"; 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-21T22:41:18Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:CELLXGENE-Schema; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "C+/WM9hPabY3TT41Wqu5Yg208zA87trUEhD3IfQzcTBQvAXh0FCt/cGte2KHKrSDtisOor8IdgawPnQcAjNGX3MRpAhos5N2/5ECQ0l/GFbYbqhPyUiKBB2nk9qT6Zi8r/GUxkKPvletnMvWnVbJ/5ycbDNZmxfIiXvkNnhAZjE="; npx:hasSignatureTarget this: . }