@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion a nt:AssertionTemplate; rdfs:label "Submitting 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 ; rdf:predicate ; rdf:subject sub:nanopub . rdfs:label "submitted" . 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 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "Yb1VY5R6urbVk1O3RXph5kykZaOmQxL9LdWEc592Tk9k7cRY6BB7CV3eewZIssxt1AvVry3vDOO6veiqPi9i7rUuE4xiejXiX4bYtRqDOs18v7d/jzkq8eTH1dRML3nzOzaQoOvwBOSoiaKqZrxqmJSJVTpv1chRWVfr7tgoYKQ="; npx:hasSignatureTarget this: . this: dct:created "2021-06-17T14:16:16.562+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }