https://w3id.org/np/RAM3Jc4yVgmX03-mb8N9WsIuha8Ztl79kevlEImtIC1rQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAM3Jc4yVgmX03-mb8N9WsIuha8Ztl79kevlEImtIC1rQ> .
@prefix sub: <https://w3id.org/np/RAM3Jc4yVgmX03-mb8N9WsIuha8Ztl79kevlEImtIC1rQ/> .
@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/> .
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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAutJ/450HbB41z8yRE+4pkR6S1pphxSIcoK8wgYwsRUtrTkU9xOApXbEkGdvJuE44PAWQ6wsGuospOHo3gpFAElcDvgdJfxYBVmlLxMksJ9MlpI+LX1m/ZTgsuFR91UwzeuY4hUte9Bs6IogwYpSabs9H/rpAtg8zgq/4zqh1Ke09BOeQjBexdJ+jkuCThpX/dS9D28a6v+5G6deUR30iR/zjx//IqwQIF20LWv9glJm2iiew9WgBS/fKZy/u0IZ3zbejJL9vk4OUwszjiic2s7dlugYq64Pk+SyrCA9uJlqyYRhUBA1FLzn1UAq9hQYKpA9Sr+fYoSIryn4xfzQFTQIDAQAB";
npx:hasSignature "g+/9JGSJ85GfzbtHthBI8U2nt5OzgxnrWRCSTaWHgFfIyDCbeJOxfFBaDBAybf3Jg9jbzGgT1EYw9CjUj28oM+Sq9/FTiWKfWukMQbkz2Fvjvt7GbbSST1P2EC6eNlf8j+C/zeQYVC7K3lryNA78rE600f0tflTAUenl1VcnVGh9uxNwE4ukWlxgQmjZ0+lBQe2U4AcXHYM5tqDg+Az+h3lYqce9b6Lx6JgpiM3YETWxok5oB38z6OX7yrVJ8JndmtbABk43dLjRgxgl2O9bGuYk8UPLIXkMDRD8QUe3Wir7bXFrqqoeFjgZTTxoHUQiYahN+u8boV9eZ+EAYIHcVw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}