@prefix this: <http://example.org/RApNQY6xsLwTH2_LItXIm-c6cUsk-wL5wpTrA0bwb2_Y8> .
@prefix sub: <http://example.org/RApNQY6xsLwTH2_LItXIm-c6cUsk-wL5wpTrA0bwb2_Y8#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.11922/sciencedb.00458> dc:identifier <https://ds-wizard.org> ;
    dc:rights <https://www.cvut.cz/en/> , <https://www.dtls.nl/> ;
    dct:alternative "DSW" ;
    dct:description "the DSW tool guides the user through a comprehensive, 'FAIR-aware' data management knowledge model by asking a number of multiple-choice questions with embedded book excerpts for additional explanation." ;
    rdfs:label "Data Stewardship Wizard"@en .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <https://doi.org/10.1162/dint_a_00031> ;
    prov:wasAttributedTo <http://orcid.org/0000-0002-7633-1442> .
}
sub:pubinfo {
  this: dct:created "2020-12-14T18:05:11+01:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/4.0/> ;
    pav:createdBy <http://orcid.org/0000-0002-3633-1464> .
}