@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: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
npx:certifies rdfs:label "certifies" .
a nt:GroupedStatement .
sub:assertion a nt:AssertionTemplate;
rdfs:label "Certifying a nanopublication";
nt:hasStatement sub:st1 .
sub:nanopub a nt:TrustyUriPlaceholder;
rdfs:label "nanopublication URI" .
sub:st1 rdf:object sub:nanopub;
rdf:predicate npx:certifies;
rdf:subject ;
a rdf:Statement;
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 "i7k8g6yMLpwQFbmlav1VUlwS7Wu3vszoSsJEqOCeOh+NYB1tFBkDdgqSVcTP6lCAOZPKo8/P328fCKZRwmZ77VxstsHtH5B2X2sjGjVznjxw33nbp+RYVO9ZVQk4zv5A4I9SlL1P62mGekKns7IBM25VY/DLmKOGq2UhJeOQGI8=";
npx:hasSignatureTarget this: .
this: dc1:created "2021-04-26T15:08:30.442+02:00"^^xsd:dateTime;
dc1:creator orcid:0000-0002-1267-0234;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}