@prefix this: <http://purl.org/np/RAAEKgxLdgvZ3q9bsg0-Fcf8s86jH92YGWYOtNJn6nyKU> .
@prefix sub: <http://purl.org/np/RAAEKgxLdgvZ3q9bsg0-Fcf8s86jH92YGWYOtNJn6nyKU#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/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 <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RASSaSIR13n5XD-SOCJa7Vk6RSb09gsf4NJpG-rye4P7U> .
}