@prefix this: <http://purl.org/np/RAkXgbGXaS3I_M0LkktA-ZZceXKfGReWgZ345PY4SrOZA> .
@prefix sub: <http://purl.org/np/RAkXgbGXaS3I_M0LkktA-ZZceXKfGReWgZ345PY4SrOZA#> .
@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:SIOS_DMP a fip:FAIR-Enabling-Resource , fip:Metadata-preservation-policy ;
    rdfs:comment "Data Management Plan for the Svalbard Integrated Arctic Earth Observing System." ;
    rdfs:label "SIOS Data Management Plan" ;
    rdfs:seeAlso <https://htmlpreview.github.io/?https://raw.githubusercontent.com/SIOS-Svalbard/SIOSDataManagementPlan/main/doc/sios_dmp.html> ;
    fip:metadata-availability-in-years "10" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-5221-1377 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "SecnLo3vq51lb1ZxvQ3FQu+XjL6eN5Qx5oJ5gvTWd8PhZNlO+73KMd5lSY/V+Q/KrdMs7CX52HKIP02U2Dap3OQHv3T67OTDymJInONmZBGXTeokj91klypFO86USiqkz0MH2SShSUCo2TTCID0uS2j0q1BPpmhB30OAv5nEAYo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-03-21T16:25:00Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:SIOS_DMP ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e84dd7ad-588c-4e9d-a32b-2b723b9e8450> .
}