@prefix this: . @prefix sub: . @prefix xsd: . @prefix dct: . @prefix pav: . @prefix prov: . @prefix np: . @prefix rdfs: . @prefix dc: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dc:identifier ; dc:rights , ; 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 ; prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2020-12-14T18:05:11+01:00"^^xsd:dateTime; dct:rights ; pav:createdBy . }