@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, nt:UnlistedTemplate;
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 "q3kzom4hZvvPrHwFtzUfq0rNNXNLH7rxB9/oJIPXmeh1YMFReLO+6PqhlCzlfxk6Cbkt/Hht46sbDiAmMv7TEiG1qbjxy5xDG/dYEoay49PZgJ/aGz3hzDHVlo7FCIl6hx+T/ZmfVhTGIKNsD+IxFQqYInCNTODLnf26K0D9WT4=";
npx:hasSignatureTarget this: .
this: dc1:created "2021-04-26T15:46:41.132+02:00"^^xsd:dateTime;
dc1:creator orcid:0000-0002-1267-0234;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}