@prefix this: <http://purl.org/np/RABTNzsQnpFWKRNg4b0crNqi-QMCmAPThARD-DgaIAA9I> .
@prefix sub: <http://purl.org/np/RABTNzsQnpFWKRNg4b0crNqi-QMCmAPThARD-DgaIAA9I#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix pc: <http://purl.org/petapico/o/paperclub#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.5334/dsj-2019-045> rdfs:comment "Inspirational work on Data Champions" .
  orcid:0000-0002-4182-7560 pc:hasRead <https://doi.org/10.5334/dsj-2019-045> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-4182-7560 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHYa4Qlb25/9DnqivTh2kxQMVpFQ0r/cXtOgDQM5dWNrGQVG9RVlXnyt9qowP+k+4bhzcHPQkYWd7YVFBXBFrEnBIReUuRLElYhFrn9jf7w2+YWN8WxKIyBaNZVtgjZpHwGrZOaLOIsl02kEK1G2Qc3FXYCZFWuRJDcafe58eRNQIDAQAB" ;
    npx:hasSignature "g2bjwEJeStRgrE1tDL5ZbW00FRWheR8iYrD21YIbZR1e6wjRxh0pInJq0XWIlP5p1FSbsdaZgVy36R9V8nHqOeAGf2cJvAUuoifQpRDWjuElPcoaH32wt4zr5G6Kb8svP3Kdaz3HogGIFjlYf4LGEcjTyOufv9DLDHFSwAW+GLM=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-05-01T09:56:28.935+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-4182-7560 ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA_wPjlqWv3zBwQMDMGBq2q2WLZmj6O8o5hGVCtxb3o8M> .
}