@prefix this: <http://purl.org/np/RApxf5GV2WVTdth-m-9z5CwCQv-XhyglBx4drl-x1ufX0> .
@prefix sub: <http://purl.org/np/RApxf5GV2WVTdth-m-9z5CwCQv-XhyglBx4drl-x1ufX0#> .
@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:qualifies rdfs:label "qualifies" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Qualifying a nanopublication" ;
    nt:hasNanopubLabelPattern "Qualification of: ${nanopub}" ;
    nt:hasStatement sub:st1 ;
    nt:hasTag "Certification" .
  sub:nanopub a nt:TrustyUriPlaceholder ;
    rdfs:label "nanopublication URI" .
  sub:qualifier a nt:UriPlaceholder ;
    rdfs:label "URI of qualifier (individual or organization)" .
  sub:st1 rdf:object sub:nanopub ;
    rdf:predicate npx:qualifies ;
    rdf:subject sub:qualifier ;
    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 "JHuxRVhDE8GrqJDUr8LAcc6clBhsjjSnTTvJsJ6cjykM16vjxd41WlystYq7rKDBvceB9lrataA9OtPN3+js19AgFTM6NkejF3O58rnp7OVKKwHtWoc79ihuVKy45Sk4i4BlUteNEY7uQKeKT2KNxH6TVlMBy1GJqZTBYe2fYz0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-08-16T12:37:13.755+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <http://purl.org/np/RASpNPZMbdInxphxeuqU6QYBUjXyBfFJrvrWk5g5t85U8> ;
    rdfs:label "Template: Qualifying a nanopublication" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs> .
}