@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 { npx:certifies rdfs:label "certifies" . sub:assertion a nt:AssertionTemplate; rdfs:label "Certifying a nanopublication"; nt:hasStatement sub:st1 . sub:certifier a nt:UriPlaceholder; rdfs:label "URI of certifier (individual or organization)" . sub:nanopub a nt:TrustyUriPlaceholder; rdfs:label "nanopublication URI" . sub:st1 rdf:object sub:nanopub; rdf:predicate npx:certifies; rdf:subject sub:certifier; a rdf:Statement; nt:statementOrder "1" . } 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 "XEMXXCgutYSH+oSlvjNpl8KAbT7s7Nok2AAteGAl6246+1mLMJRmjnTnicR9lzaLQFmh5acwY9nW6Lth5QFn1NmIhErIQNUcEUYq5XeCPSRZsgYUYJKl73bAo4giUD7I/5uYo8aTpALbx4HmW/mhLrwsswvvCkNhlGGJ6AwIBjU="; npx:hasSignatureTarget this: . this: dct:created "2021-04-06T14:31:36.329+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }