@prefix ns1: .
@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: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
npx:certifies rdfs:label "certifies" .
sub:assertion a nt:AssertionTemplate;
rdfs:label "Certifying a nanopublication";
nt:hasNanopubLabelPattern "Certification of: ${nanopub}";
nt:hasStatement sub:st1;
nt:hasTag "Certification" .
sub:certifier a nt:UriPlaceholder;
rdfs:label "URI of certifier (individual or organization)" .
sub:nanopub a nt:TrustyUriPlaceholder;
rdfs:label "nanopublication URI" .
sub:st1 a rdf:Statement;
rdf:object sub:nanopub;
rdf:predicate npx:certifies;
rdf:subject sub:certifier;
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 "epE2RsG2XIO+au05PNTwIVNAye6NdY5GU9LbMk5/A08y4GMMUgMmY+XidCWHNSI4ryD9NXh4sIOLviTSx8qpt2ZOwMR3n1zjH8AaDFtlXIGXlPUV/AfWa62AwlWoa7ivOiTiWY/LUUgWvyXkRRylUQ12XkGTqmrmLADZrlf2f4c=";
npx:hasSignatureTarget this: .
this: dct:created "2023-08-16T12:36:47.779+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license ;
npx:supersedes ns1:RA-gqAyl4a9MVt_tr1qx3iyo1TjfyIoBxMHEd2qqlYBew;
rdfs:label "Template: Certifying a nanopublication";
nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
nt:wasCreatedFromTemplate ns1:RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs .
}