@prefix this: <https://w3id.org/np/RA2LRe980CS2xBUhlk08Zq_0OfOCQSp2HsFa6-HS08cDQ> .
@prefix sub: <https://w3id.org/np/RA2LRe980CS2xBUhlk08Zq_0OfOCQSp2HsFa6-HS08cDQ#> .
@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:ImmPort-DMS <http://schema.org/url> <https://docs.immport.org/documents/dmsp/ImmPort_Data_Management_and_Sharing_Plan_Template_v1.pdf> ;
    <http://usefulinc.com/ns/doap#implements> <https://grants.nih.gov/grants/guide/notice-files/NOT-OD-21-013.html> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-preservation-policy ;
    rdfs:comment "The ImmPort Data Management and Sharing (DMS) Plan outlines best practices and requirements for the responsible collection, curation, preservation, and dissemination of immunological research data." ;
    rdfs:label "ImmPort Data Management and Sharing (DMS) Plan" ;
    rdfs:seeAlso <https://docs.immport.org/dmsp/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-2157-1408 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "DK/KUjQShRb/uG0qm0wSsc36Efp6EtafaXP55gdd2AJsHM9pvK43DbwgKodOQQrgm3s/I+Y2N1TI+KYdb7Ia8SOjErcGUEzwcc/EcH6gAOjpNDZr7PEW+go2I0cHMSXOG2MxCe+1v0PvknZVb9gW2h5aVKrtp0wEO8sJcOKlfnk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-03-29T03:50:28Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ImmPort-DMS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/94fb6a4e-c4c7-40d2-9946-5afa0eb85849> .
}