https://w3id.org/np/RA9WyakS85MKO3I67lsm2qW4KrU77siUg5Tx3KnVYoayA
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA9WyakS85MKO3I67lsm2qW4KrU77siUg5Tx3KnVYoayA> .
@prefix sub: <https://w3id.org/np/RA9WyakS85MKO3I67lsm2qW4KrU77siUg5Tx3KnVYoayA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4UHhc74/i2y8jh7zPR6L/kMs9ohlDBeQDWoUmWBQL/2Qxs+jOeJbHqzqWRcC/rHv/3Gfw7O7gHCxxkpuCZlWEqs28WHLBU0Xp6WgX7TyeBEh2wx/n/4GXQao6lYh0lDtMWnHpr9x4nv1T0VXiZbaDTfDPIB3nbTubt7lnIlOjDUsL6WdHIjcIrUCNk9Y7+1QKC1FQV7nb+yI2/KnTnXccNz9sF6KfldsLEE+mPvAa9xEDktb4OetD/hLVamUXesgWyLU2D+yla+io3nFcKWk8HIqUgcWeRy/LJF7iLkoJFhYFczIZyAxuJgiEGoytqqpQ9jTYBZxKsa9d3lPRiVF9QIDAQAB";
npx:hasSignature "mXRKF+DKirKIiMloImnfnpE2pCGhtULwJJyIfsKMiGcMx16q4czcc46GbGdI7yrc/hdewuA6XUZFY3gjPcUKIUUDUAqAAe5R7AFA9IfK7Kp+SMz8LSwtg/RZSUCyUJisS5l9MPK8MTCW/D80LKMrLeCKYCOw613x/B8Ebpiwcksh+f326WWyHRkNNWGJBh9whtEIaHeZ7q2RrK91HOSGIJ1DG3sBucFjJrXut4vDCiRBgjRu4K/aLMcyjgH4ZIyYGRtkDP5PLs6DZBJJbI+WO65c5yxo7JkCBPjS1FbRrNt8+CwUnDhOXjhj9WWAgZB162OxyxHVaxRwk7Qmf0qIMQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}