@prefix nt: .
@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
dct:description rdfs:label "has comment for decision" .
sub:assertion a nt:AssertionTemplate;
rdfs:label "Accepting or rejecting a formalization paper to the Data Science special issue 2021";
nt:hasStatement sub:st01, sub:st02, sub:st03 .
sub:description a nt:LongLiteralPlaceholder;
rdfs:label "write a comment for the decision here" .
sub:nanopub a nt:TrustyUriPlaceholder;
rdfs:label "add the URI of the nanopublication here" .
sub:st01 rdf:object ;
rdf:predicate ;
rdf:subject sub:nanopub .
sub:st02 rdf:object sub:status;
rdf:predicate ;
rdf:subject sub:nanopub .
sub:st03 rdf:object sub:description;
rdf:predicate dct:description;
rdf:subject sub:nanopub .
sub:status a nt:RestrictedChoicePlaceholder;
nt:possibleValue , .
rdfs:label "accepted for publication" .
rdfs:label "rejected for publication" .
rdfs:label "has the status" .
rdfs:label "is submitted as part of" .
rdfs:label
"Formalization Papers Special Issue 2021 at Data Science" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234, orcid:0000-0002-7114-6459 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "jTxy9xsMWjzy9c3H97Nwy9xBRO7f6EMezqcrWdENuSLq6EX2otDEfEi0oKrlGk1aqV5eizBBnGhb4Y+cZlK8x4dl/hScXC8RD1Wh5DNA3gmnGw3Fi/HKejJbb1tb3LdQ7hSzPnQQS/uqPwJqpsggMTQcRm++XNq1ghuTQrYWXpk=";
npx:hasSignatureTarget this: .
this: dct:created "2021-11-05T13:54:13.325+01:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}