@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix pc: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
rdfs:comment "Inspirational work on Data Champions" .
orcid:0000-0002-4182-7560 pc:hasRead .
}
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: dcterms:created "2020-05-01T09:56:28.935+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-4182-7560;
nt:wasCreatedFromTemplate .
}