https://w3id.org/np/RAhUn-eBWmGCuNHPrlDktrSvKVZGCgSpLJ31ure0vsadc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAhUn-eBWmGCuNHPrlDktrSvKVZGCgSpLJ31ure0vsadc> .
@prefix sub: <https://w3id.org/np/RAhUn-eBWmGCuNHPrlDktrSvKVZGCgSpLJ31ure0vsadc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxMHWGQsb6RYw+HEc8ogQQwLGeQBPbFkWF8xnWZfxpPe3dIGExCyJkO802vyuqZb+RycquH7zRGvqbir2aM9Upb3PECSJHc09CyWgG0q39frf9fiNTLCghx6OgT3DWwuVWhugl1QwIIXjrPFV1Wm9fABJUqZSykQ9St55aNTM+UTHVz1z9IM62ZCSfnGOZleAYTD1dUr8OkoibCDYQjOUF12n9iLLDmrS40ZAKxjjyWMnqRX2cjLBB+l/F3WKRZAxfcrWyv79EmUQB9a/lerIAbbaXliTAdq3KM6NnSv1c4FIckqofr2paFWb220+wxZqjRu6iqzu3hVtPT+X9Zqo2wIDAQAB";
npx:hasSignature "O6dPZcf0fAMfk+Gd0nwPlm1D5nj8q6bfJsy5IpuyiAnCgTVxX0v398sjYUM1DuDmLwTfQKHUjM7a2yE1ekTGiEGMqLd5xxXrgUEX480zLWDEUOPjK1VpZjMbW04NtDX40ivmxMkPLq2t0yZ6iq8JN1Zxzd52KCctv84FF63THXd8ncWf4E1ypGWnWLZ0BiJo00h0Y0sQwweS/DvDo+TLl8hkAHTKRHsBcCW6Qmh1TMzLpiiHkOkDf8osIOEO1wr+VO9XN2YgMZ0mwJG0EptaJxg8fkF8I/MwEpvwxPHrPUNLJCNgN9dYYhliGGJIyjs1lEZp6ffwemxTO6ZWofQdzQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}