@prefix this: <https://w3id.org/np/RAcqexkvFrT8sXb6dEwHsZBZmit0WDlJAvvvFxAkfSlxw> .
@prefix sub: <https://w3id.org/np/RAcqexkvFrT8sXb6dEwHsZBZmit0WDlJAvvvFxAkfSlxw/> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:declaration a fip:FIP-Declaration ;
    schema:version "1.0.0" ;
    fip:considerations "IVOA defines a set of standards of data, metadata, protocols, etc. However it does not define any single preservation policy. CDS serves as a de facto standard aggregator for these metadata, and it's policy enables metadata preservation. Other significant astronomical centers provide similar functionality on smaller scale." ;
    fip:declared-by <https://w3id.org/np/RAjmALSYfmSr04t6hTEkrJwzL0NwLGxdPrWfel_7RzRV0#Galaxy-Imaging> ;
    fip:declares-current-use-of <https://w3id.org/np/RAcyJcAfvxoi1xFUP_kK6ygECRT01EBRlAS7E30rSfLCg/CDS_Policy> ;
    fip:refers-to-question fip:FIP-Question-A2 .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6353-0808 .
}
sub:pubinfo {
  this: dct:created "2025-10-29T20:50:19Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9cf500ae-761e-4839-b223-ec4bcddf7b8d> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "HxC20jXc9AC5fQQ88GXMG16PcGjHMihkidu2LRRQaq5Po65O0zKIxt7uVXR1DXLYeA+1qr+ABtItg4qmiZHmM1DO+tdl5Re7VkFifp7Mc+L4AIgnfP0vGME+84S83VEwkc1nE5zsuqDXDLTAqsCNviRcfAzisSELBqXi1D5qY/8=" ;
    npx:hasSignatureTarget this: .
}