https://w3id.org/np/RAuzmcA1POJucQvR_oRGqoNjoSqn8i4KVdwEDzTQWvulg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAuzmcA1POJucQvR_oRGqoNjoSqn8i4KVdwEDzTQWvulg> .
@prefix sub: <https://w3id.org/np/RAuzmcA1POJucQvR_oRGqoNjoSqn8i4KVdwEDzTQWvulg/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
<http://example.org/s> <http://example.org/p> <http://example.org/o> .
}
sub:provenance {
sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}
sub:pubinfo {
this: dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApcc2gwzCdI3omTzqHmvQIwxO9HvTBWC1m+jD+phwckU4FH/hk4xm4HoSMHt/RUcwrlJ3kGJhSdAP3G5xtMQkbdQLfHKt73Wmp6Y3Nmm6O3ngpXbdzLcRp0n1YsX2hj/1yQEeMpl9miOCxMDiU/dEvsij4+DG6IE7SYIm8po6bJV7f5wrqRVytDl1d46ZQh0C+PIz5s4s+CLqkPnm4IL96J9DQEimoQ6q7Ggky4459jNNCDPaHkjBMXhZ/3FZ50Fvhk7IjILkXmlQveXaezG4Qwv1PHEMrTxlj1WkW2Vxb0zGm2+C4SDIeKVJV3PqeJX3WNXo8Xvw/4Qyo4SsjIyO3QIDAQAB";
npx:hasSignature "mAZ8oExaZTb7Pxg5Ql4Oiv07JvFN4j65O4kxDeyu45QFvkIYGFxYY3fv2leuuvFhnY0njsuTW7pDZgvGtZqVtp2+qg04tSlEoH1rU2Fmie8tcp916QMWk1QLRoY6fCOyl2bwRqmQ+kL2nR3t+IixfZPBTTO2HsAudLuPVrXHiRxuQYkNWo4YK6GPEGoU5VnsMlIZMLgSf5Q3zhWSptUPMb3kFr+3RQDZZfcH4zzD0YyK+NjJYqcw2lGj6F99kDTBfxx+RDDKkJ8pI5AILccyWBMmFTBaZwxXAYdJWY/I77yZdQP6KG1uT0drGTuPlmcb74Cg7/206Caf3w/B8RXUzQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}