@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@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:AssertionTemplate;
rdfs:label "Accepting or rejecting a formalization paper to the Data Science special issue 2021";
nt:hasStatement sub:st01, sub:st02 .
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: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 "D4HWQEuqC+bNVh4KWglyn+CvW/a787l601z8aAISGwRPURbDo4jn+FqvrqhFZ+8peO1uXBGDtzvqsdcHtCyNZZf5HWen1u2fMdIn+oKDi7yYEg2AVtIoX2+KL9ZG0yZTn8UTFTEYkxxm5AMeryjuaaSr42KkQVVbZ8ZSyMqhV30=";
npx:hasSignatureTarget this: .
this: dct:created "2021-11-05T13:47:51.745+01:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}