@prefix dc1: .
@prefix this: .
@prefix sub: .
@prefix np: .
@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 "Having a nanopublication certified by the GO FAIR Foundation";
nt:hasStatement sub:st1 .
sub:nanopub a nt:TrustyUriPlaceholder;
rdfs:label "nanopublication URI" .
sub:st1 a rdf:Statement;
rdf:object sub:nanopub;
rdf:predicate npx:certifies;
rdf:subject ;
nt:statementOrder "1" .
rdfs:label "the GO FAIR Foundation" .
}
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 "U6TZRSj81iCz1A9sBxcTuRNHf2otalF02LKoSmT7Yq1HguzXTnPmvYArTVHn7lAbN36QRuHJ8C1IOR5rXnXOPOfQRzs+u9q663oPQ+231/PElasUjwtaILxFaJSFC3v+C5zWhWyNa8BuxPJU2K0d5AXthZGEXV3B3/CLQGAe5Qw=";
npx:hasSignatureTarget this: .
this: dc1:created "2021-04-26T15:45:11.513+02:00"^^xsd:dateTime;
dc1:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}