@prefix dcterms: .
@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:assertion a nt:PubinfoTemplate;
rdfs:label "Update of another nanopublication in response to reviews";
nt:hasStatement sub:st1 .
sub:np a nt:UriPlaceholder;
rdfs:label "URI of nanopublication to be updated" .
sub:st1 a rdf:Statement;
rdf:object sub:np;
rdf:predicate ;
rdf:subject nt:NANOPUB .
rdfs:label "is an update of" .
}
sub:provenance {
sub:assertion ns1:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "JB43dr3yN+IvonFhzqvJyBcnDuHnIr8XpWlC0FMRIobuJId3i0VZVfpajbMbPP/O2Us9qilZRxaZQlVevbRCIQjJirqYcFA/16ikivctrwgHBCf0KDQeeKK3CDELnIPdYWGVP8RrW44XsSszlTG3Lyq3Y6bnppdt/4aZk0OFd2c=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-07-02T15:43:16.515+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}