@prefix dcterms: .
@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix pav: .
@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 , ;
dcterms:alternative "DSW";
dcterms: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 ns1:hadPrimarySource ;
ns1:wasAttributedTo .
}
sub:pubinfo {
this: dcterms:created "2020-12-14T18:05:11+01:00"^^xsd:dateTime;
dcterms:rights ;
pav:createdBy .
}