https://w3id.org/np/RAQC2MkNKh_anhVyLVs0NytIdebEEMUZiLRPxRjw7kp7s
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAQC2MkNKh_anhVyLVs0NytIdebEEMUZiLRPxRjw7kp7s> .
@prefix sub: <https://w3id.org/np/RAQC2MkNKh_anhVyLVs0NytIdebEEMUZiLRPxRjw7kp7s/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApC48/BXLkl+Piz5BpBZnOv+uwGAkcOFZVBttKfIiuldiO7oQAw6H/z+hs7gMDXZvJRMvAef/Jt8aJNit3nyT23dOPJpqCr1HgaMjgoogK/+uNnxxsPbdrygLK5unC5IyvFZze2SkL2e6FJis6YVRV0F9vh4dWPqUS6NywU7d9FCXEMxgOO2X/xs6hTmx4GCa+7wKG7MPOGAyYD4qBNiWnZw7f78rUX8kYpRhhPmEGJ7QhIRROpiCVI7fD+V+BHlDcNQUPJW6tIU37VwEEXZIYhdRLEkStR5czz2OsD0Tgevo3uOebU7xVwYWa3lxL0oBRXutnJl2MqvPec9GEDS/oQIDAQAB";
npx:hasSignature "Sj2rTROrRb0NQaeV0FPjhV5fNa2mesmcmoznCq0jxwzV3d4RaEHCepMmWUL6IqTrbqG7Lua51DWrS0y69ccjzQ+//RGnXohdVp74vtHXXKu2qdomDn8mN1dmAdwMVDwYP8CqoWSpwZk8fzKblSOmnDcV1MhmhzkPf10JNdYAqVKO1EpyDamKfcJW6XX1+k9ZuvQ1lDbmg8pCZIvB3TmakI8YsYHlZsOEnbayV+eW3qIbnQ8YAYCde7QhzFkOzAUGcQWnmLv/X961H5khvmiB+qGmB6lqP5cNSEPCqATffO1ng+bPFRr2BpGkSxsXWU2i4MYgoeXfs7EG5cTdvOlNIQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}