@prefix this: <https://w3id.org/np/RApxGt1mrdt3tS-O4lT0gs4plJpMwkMQck0is4NXbRddk> .
@prefix sub: <https://w3id.org/np/RApxGt1mrdt3tS-O4lT0gs4plJpMwkMQck0is4NXbRddk#> .
@prefix schema: <http://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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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 {
  <https://doi.org/10.25504/FAIRsharing.6k0kwd> schema:url <https://www.ebi.ac.uk/biostudies/arrayexpress/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:Domain-Specific-Registry , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment """ArrayExpress is a database of functional genomics experiments that can be queried and the data downloaded. ArrayExpress has moved to the BioStudies repository but maintains its distinct data model and submission portal - experiments are submitted directly to ArrayExpress via its own dedicated submission tool Annotare.
  It includes gene expression data from microarray and high throughput sequencing studies, including single-cell sequencing experiments. Data is collected to MIAME, MINSEQE and minSCe standards and guidelines. """ ;
    rdfs:label "ArrayExpress" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.6k0kwd> ;
    skos:broadMatch <https://doi.org/10.25504/FAIRsharing.mtjvme> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0319-6542 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.6k0kwd> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "o92K343vXaPM4QgLxDAJDqsczVLGNFWtWodxY9QCQJyiz4calzDi8K3bsKeNm8MtYzTWX0RXqbw7K1LJ7g6AX76FVZJjHhPFfYasHQDMnr0E/ybrNAaoU7GWKep0xeQCjGzg02wr5oMgKj2VggC43vVYFxcVW3pcsxTGOfQ5PXo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-03T08:52:55Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.6k0kwd> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/19ddf620-f670-48cf-819d-ed78f5538ea2> .
}