@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@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:DANUBIUS_MLP a fip:FAIR-Enabling-Resource, fip:Metadata-longevity-plan;
rdfs:comment "This is the Metadata Longevity Plan for DANUBIUS-RI. Its role is to describe the digital preservation for the data.";
rdfs:label "DANUBIUS Longetivity Plan";
rdfs:seeAlso ;
fip:metadata-availability-in-years "25" .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0001-5710-0684 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "FF68FnQEXNgNq7PuudGmnYG9KPsP90tIdPG/jCgZQH0m4TF3yXmG/BuQVaYPanX6FJy0rx3zQllYSNyb1nYYSd2l+aEBNFC5Q/uoEaWsyLIGYHu7POFIdADr8QuuKQ09M4pRS42WJPDpqygjp7UYuw5xClMMARsxEml0wJdZ4ws=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-02-15T17:44:24Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:DANUBIUS_MLP;
prov:wasDerivedFrom .
}