https://w3id.org/np/RAlONxdKlcqDzxO7tH7UO1Mz9jPqzYGMylMe5owdnsUrs
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAlONxdKlcqDzxO7tH7UO1Mz9jPqzYGMylMe5owdnsUrs> .
@prefix sub: <https://w3id.org/np/RAlONxdKlcqDzxO7tH7UO1Mz9jPqzYGMylMe5owdnsUrs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx21g7w1iW/bq/xbAje4Qa2x8gSEGp1Dpf3BJvnUpdesZNlqgJErVNqy/mMkmoDeVpQgJC1mmnVTt9DQ/8cQdDap1o5UBxhOwuEtrAkLEMHPGDTI/S0cUXkWYhuOPzaq2Gf5GW7OvH006ajuKAcduN3QXeK/fxGRMxf8AUgT28EBdnS0x6f3XS1CAfKSWYzizOH/kegn+aV+kq0COzJOSOrvRcN5JHjwIge48A85i9JrPYdG5YgL0erNql7n5LZDIULW2inOBalcHFTBQxjvPI6tPf0WZKyku0FdOvNpjdpXnQBdL7XLtGWOCIeRDg5ZV6u3vaws0AA+Dn302uCckcQIDAQAB";
npx:hasSignature "AVwalHP5DJH9ORpg+KdHm3ApHaoyypVw3lnT1nb/A4YJWOWNlq87lQgV3plkJDN7aRk6UmbxXhR2SDENwog0EY1R3dC5nd1cdaDg1iVFxciwNWgcTi34mgsDPU5pS32dbxDJGQfrpWENRd6B1kaILPZIFdsDYO8ZypJCgr8995KWBs1H+0tX6MaXCXDK2V857QYbeVYx5sP1nXfByGDh0e3lY7JCsjHoG49Ho6/AefBYDHqspJemZuQ4YsvWYJnvudb/6k27KCJOvhXwXTJLEHYtl8Sqp/znH8yVk3kP6hcQuwnAi2DmFnMNCtsPWOaoONqmZ1wjnfjascQUypkRHA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}