@prefix this: <https://w3id.org/np/RAFuZDKUTZP2FERgmx8axiawNSYVR5f0lMmbuuwtq6IAg> .
@prefix sub: <https://w3id.org/np/RAFuZDKUTZP2FERgmx8axiawNSYVR5f0lMmbuuwtq6IAg#> .
@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://w3id.org/gff/rao/terms/Data-Management-Plan> a fip:Digital-Object-Type ;
    rdfs:comment "A data management plan is a statement describing how research data will be managed throughout a specified research project's life cycle - during and after the active phase of the research project - including terms regarding archiving and potential preservation of the data in a data repository. The DMP is considered to be a 'living' document, i.e. one which can be updated when necessary." ;
    rdfs:label "Data Management Plan" ;
    skos:exactMatch <http://purl.obolibrary.org/obo/T4FS_0000196> ;
    fip:has-description-source <http://purl.obolibrary.org/obo/T4FS_0000196> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "TUFPQdcYx28iUarfF7o+8dI0fNT/YbdKZSj7vMBZJLL+gT8K37eBq6Gy2bUSv+pHmq/mqUvmGqpzNRbMTOui8975twdnD2Xcmn9JQRijef3A5Kc6q/gFIYqbG5TzIk2d9b7FRSlsZxXpLCkZ2v4rrpQkpogiy/rVT08w5PK0PGA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-17T21:52:32Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/gff/rao/terms/Data-Management-Plan> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/b8ad503b-1d1b-467e-97fa-fa3dc55900bc> .
}