@prefix this: <https://w3id.org/np/RAyVu9gt3Hbyd4HVEgxq_fe7I92bJaHRqfgOr7W5s8zFA> .
@prefix sub: <https://w3id.org/np/RAyVu9gt3Hbyd4HVEgxq_fe7I92bJaHRqfgOr7W5s8zFA#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@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#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:DSW <http://schema.org/url> <https://fip-wizard.ds-wizard.org/wizard/dashboard> ;
    a fip:Available-FAIR-Supporting-Resource , fip:Editor , fip:FAIR-Supporting-Resource ;
    rdfs:comment "DSW is an editor that creates, plans, collaborates, and brings the data management plans to life. It combines knowledge and expertise with respect to the specific needs of a domain or an organisation. It enables the composition of a data management plan which can be then exported using selected template and format, including machine-actionable." ;
    rdfs:label "DSW | Data Stewardship Wizard" ;
    rdfs:seeAlso <https://ds-wizard.org/> ;
    fip:allows-integrated-use-of-semantic-artefacts <http://semanticscience.org/resource/SIO_000269> ;
    oa:hasPurpose obo:T4FS_0000527 , fip:Semantic-model .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-4517-590X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "omvceI1xSo3lxWBJsPZoQ2eOftT48uiW1R6/m4goObUH2EhYOIGvVRPWuW8JWhJufF3/h0pVmlSLnM90qn4dpeR0EfS1dmbXAXRUiA/qNIPcSG+Nzn7fwYQpPp7X0FboS6fTTrUBwMVLEJaTWeZrBnLNUUVANxpK78Xrw+Ulyfo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-24T16:53:53Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DSW ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/97d20dac-b97b-4347-ac1e-9d6ea169ba45> .
}