@prefix this: <https://w3id.org/np/RA-PUgXxE_fHFXYg1kLyJUZWPmeB_Aar7O3g1TG1l7QAs> .
@prefix sub: <https://w3id.org/np/RA-PUgXxE_fHFXYg1kLyJUZWPmeB_Aar7O3g1TG1l7QAs/> .
@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:DANSDataStationPolicy a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Supporting-Resource , fip:Persistency-Policy ;
    rdfs:comment "The DANS Data Station Policy defines (among other things) the persistency policy applied by DANS." ;
    rdfs:label "DANS Data Station Policy" ;
    fip:availability-in-years 10 ;
    fip:has-description-source <https://dans.knaw.nl/wp-content/uploads/2023/03/DANS-Data-Stations-Policy.pdf> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6899-760X .
}
sub:pubinfo {
  this: dct:created "2025-12-15T16:15:13Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DANSDataStationPolicy ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/1d196057-618e-424f-9acd-a0092c3d9c44> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "MKeTTZeqDPtjPDEAJqKDLPZGqIwVJfDOdKsOPIdG3vTmkCospRXtRWrzNe2/R95Yui/xt9bku1YuIbmQWlxnIR8kE/gU+i+mAT3WjZUr+v6zsVb2F1hZzDAKHKPtASa3HibWsRy1Er+V5/kl6HIWblcer0GXUOw44bOBGI8BToA=" ;
    npx:hasSignatureTarget this: .
}