https://w3id.org/np/RABH2MQA3Z0A1uyuXtE2-5UUZ1s1jqUDu_aKFpIic62zM
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RABH2MQA3Z0A1uyuXtE2-5UUZ1s1jqUDu_aKFpIic62zM> .
@prefix sub: <https://w3id.org/np/RABH2MQA3Z0A1uyuXtE2-5UUZ1s1jqUDu_aKFpIic62zM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3w4JVWimdigZT6ahhl8JxWAsIYw7r1O12tIbEeN1JU4SFp1oewNmOVnZB6GrAEr1vgZl5uPmMll/ClIkJ/vfmfj6XWOyukje59zufRPdQydlicIRJpMgQHxNsufhneiA1U8OC9q54/CZDO4TxBfVjBraNn7pD4PsME8YuppfWoJtSPPQ52UsOYIjGe1Ui5//O4hwAE1MD9rgJTrvyU14R4lDbT0m3RCw0gusqmBzfujBRTfYubUKe+CqvlyGWDhp2LKXsNJgUZTo/2aU0O5jj8Etc2R7pGuqttFDCzxji7xNWbH0gnZmjKNKW+rA4eUB4wNciKlNghkExgGgWhOG8QIDAQAB";
npx:hasSignature "oLjDj+SvZTTQCPSJ5Z1BJOF+0ZFYONqqC6I9fNu2OidMQGvLqF7VjfpZJq7Utxa1QZ4mDxAI6YJkfm1ukAhZxbzUCL7GsoPOW+lK5FRN0mho6hYUvG0QCzNVGiaXPEet/fXPtRYGsNpuphvF+ULrzdjANpCtfYbAxecdzBE0P8fR+Eg7SWhg7O6tRVyTIih2WmECNu+r/aBhqZfVJAJIBsT3zAKObKmlPIbDM7G8i9NSw94K46P2dYwdIXw2h9AfYEeojWJcUMrUxutCoFj1L0bfiAzm3pw9EZtt0h6fNdL4z/7UdwY0P6ZAB+2W0GflTvLh8jwEnRRHCfAYF6CH6Q==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}