https://w3id.org/np/RAmP_oOfo1Gd9XXfCT4Wm_0dKfKMH4YKPwSIF4f1sjwM0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAmP_oOfo1Gd9XXfCT4Wm_0dKfKMH4YKPwSIF4f1sjwM0> .
@prefix sub: <https://w3id.org/np/RAmP_oOfo1Gd9XXfCT4Wm_0dKfKMH4YKPwSIF4f1sjwM0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh5W1AZuaH26suH02do8aDdMmLiMZGUaRHzeh0lC16zrsxDS9IPIf3qQJqc5yg5Lr0cRgp8/hYrJNLAFV3DZHhxtnloI8rAPDyEMpLCYhh5fyVU/OlSaStQq+ej0ftGNVvqX/6cvVm5bb7E8MiwqmzDQbtvtVGZL+bcVcaRbsQ4c+u3KQ6oJ9nB/v5/wFGwJActbFD+9runDunQOufzu0kEMSkIadhqrrCQjqm1xjS6Bm3xb4hhxNXbEwitv87UKXgbrNAkSrJMwhBUACxOgAfTSCFEAPjHTvkOMxv9NQWdZgY9ByZxXZka1GO98oFN9J41EWlmqqqGwkkdxiku1fxwIDAQAB";
npx:hasSignature "Vf09UsUvO76iBm65FhzdWbo28ShLKRnLw+6qGG/LVFbv70VllL/90lWxEQPBmzHV9tDH7OYsIyB3wNsMU7Pz9sAVS2V118VyIX57MUy3Of5u4Dv9OSZMrOK0pPgKASxV13j73EtpVJm0bKuhcRp9W+iNbQ7QDjdhe/nbZAoZTPAkTgzyytv8siJTfUlJl60a5+7SkJquEhsffcudrenyXbrgfspxSI9c3J7MuC6PwTMRkLL9baerpftoozAVRXavX813k4jiYbMtkUu49IDSF6NFc6AUcxVXfcw799jR2kyhubM6rKe37lCiOlmptHwhGWZF5RVqzhDKht45AxIKwg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}