https://w3id.org/np/RAeC9JXrrsDY73x-iLMr8FsbxyEK4omoLqjBdCm_ew6tU
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAeC9JXrrsDY73x-iLMr8FsbxyEK4omoLqjBdCm_ew6tU> .
@prefix sub: <https://w3id.org/np/RAeC9JXrrsDY73x-iLMr8FsbxyEK4omoLqjBdCm_ew6tU/> .
@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:created "2026-03-11T08:35:44.819Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5djZY6J63zKt6kiU0GMFW2AMVGg0tat6z2P56tjBKVUp6jPofmnrInYGplQa75sZC4ZcdhvTbsyCzAk3M+aGIFj71jFfl8tlLQIUAer10EJeydhgj4TpnLweDgZmUZ3E0CMeZYJrlEsOO0k6jNFaNXjkC54nlbv82WWa1rBUfc10Euo9UacEJ/63OYShHyHBTIAn2d2YFJgEmzPvn9lucBU4S1IpArA7o0dpdkEbeqiEAUx5efnDhD6G29qSOAckgAMQnAT2BG8xIqFmuw94CwDbUTPT8Rl5YD2PgMuTcnbep+lcELLDMFv80+RA7NKK2i/ZTClex3Wk94qSD8zqbQIDAQAB";
npx:hasSignature "DZfzYhTZAOqHGPOzBfXvY1MNUeJQ3HmgIArhRJXRniaug3MyDsPMBbJldddLMWuMNpcR8L9FWgTC/X94gR4+3/FzKFLOYGnwcrB9O1bSuLp849+z5VQa5+y22NNTnKgz6Q9UOwFzmV6fvzMBBIBR7qxwUFzKApgwclJcSngirLuH62hRu6Y411naL6jWZgVkjr7ke3I+xrB78mvf9utbjoO5UXAbvuycLKx0Y4scWRceMOsb047RMTV8Ce5UpOE/FaafOMAMaIHKeRa+dZ/VewC7NIopwJWrK3Lb4j9WO1TmX0G1GcRh8VAfl0k3xahPn0f/mJUBGAC2OXFarCP1zA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}