@prefix this: <http://purl.org/np/RA8XaAdN1XcjspTC6_C4gw6aKTweyNUE21uZxjJV8jF5I> .
@prefix sub: <http://purl.org/np/RA8XaAdN1XcjspTC6_C4gw6aKTweyNUE21uZxjJV8jF5I#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@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:DSP4FAIR <http://purl.bioontology.org/ontology/CSP/2483-8275> <https://credit.niso.org/contributor-roles/conceptualization/> , <https://credit.niso.org/contributor-roles/funding-acquisition/> , <https://credit.niso.org/contributor-roles/writing-original-draft/> ;
    dct:abstract "Data Stewardship Plan (DSP) templates prompt users to consider various issues but typically have no requirements for actual implementation choices. But as FAIR methodologies mature the DSP will become a more directive “how to” manual for making data FAIR." ;
    dct:creator orcid:0000-0001-8888-635X ;
    dct:dateSubmitted "2020-11-15" ;
    dct:title "Data Stewardship Plan templates designed to support the FAIR principles" ;
    <http://purl.org/spar/datacite/FunderIdentifier> <https://ror.org/056j50v04> ;
    a <https://w3id.org/fair/connect/Commentary> , <https://w3id.org/fair/connect/Thumbnail-Article> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8888-635X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+o44a7fy2QN99hCCxC/IekyT1G02kf2shkmQulPao07o+vdNQWer6zpaItw1pqfeZBuvF3EN5Q7tEY8OfHmzp1876Xp87yi0HReZP85Sij4nozI5HtqUdk/qYAOKb2pqlRw6i/IPy8GAEUwdLu5ACR1wH/6gamVRiGzscWEMziQIDAQAB" ;
    npx:hasSignature "Q+6NFvpHrbBZXODD53yZQBzfEamh14wS3Xlq6yUF95WLf+vC8YIbhwMIXs4nwapzTxWH99ozfY3i4XjNUH6EhxDep0Rxu5zkdjdtspyC59gVGABgLsEFD5JcZjfsyHfPYmAKun9E4KJ+TO83NLG+wwnEuPz03xFxZDrEQK/688I=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-01-10T08:53:03.053Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-8888-635X ;
    npx:introduces sub:DSP4FAIR ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAgsvL4njzzvr7pqfg6VGF3xewTneeKDTms1xRN-lGOrY> .
}