@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:qualifies rdfs:label "qualifies" . sub:assertion a nt:AssertionTemplate; rdfs:label "Qualifying a nanopublication"; 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 "aIgm5FwYlbiF/r2e0Tx8+dXVQxd9UiPr2XkVVoDvlJu6Lr/nog23M/cnTIj96YhKPDw6XN1d22wYscAwdT+JjgFlzgdaQn65Uft2OIB6sbOpNDFZvRxG+xKS5BqProlV7ET1oOAjhlnVdCRVWhQty2kt0pPwyBaQjDJNHVcjUMc="; npx:hasSignatureTarget this: . this: dct:created "2022-01-26T14:46:28.230+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }