https://w3id.org/np/RA0MPMF13iNisf4dTk20Rmv6l840qd34QxerXePEbeosQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA0MPMF13iNisf4dTk20Rmv6l840qd34QxerXePEbeosQ> .
@prefix sub: <https://w3id.org/np/RA0MPMF13iNisf4dTk20Rmv6l840qd34QxerXePEbeosQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAutNl1gNUm6TwLfIZjEiJEDJm3ubhzKWHd18d6SwoGi+txIIhU8rHc2cphrcE4dVofdecK17LfFGbs897HIvJkhDz5HDx7fhZpRsg8UmQg3UyAVx0eDBeNJh7IhiQJo0Vz+sczk8nYVf0jsXHa+JEWTgMMEFylVp8OIehSeFwQC9r0B7EN6Jz4oG8Da6SkWEuN81solhPKqbdfvZk5/tCo9X8YUQQ0eoj0qrOLrq/pisQ/BmZmK4QUtltInEybRRIzi9sEQLu2+nD0/OEeeAqm5M/9FokO+jl+PJt7U2eVfb26sebdoqhio54WwespVHp0OdwfUI+LdGG7TohtosG2QIDAQAB";
npx:hasSignature "f3DWf3eqyOctSQNaPZBEY4Vh1dt19O54+NqOpHt0+GW70iJmlwhJ5ZedotqQuIUUkKxc9pDdY2SPW34fG9O0doTWt9q0TMIYtzWQONbLeqrl1v+HWKb9oWsITi+gcMMMh0g1Dq5GtzTesWQ39JRnJl3nHKR3dgzggY3wG+Ot3C9yy5++sftZ3Bd9mfwLrFgc+eQEK8RNmTT76bNeyHd3mpIipvJtKuMnM+y4kyZtI6Ek9aZZLmIZynGm35U+GBfaetQVlhNl0rFOsbrnlr+4+KFHz7zEt8EYgawfLHUsvnHRgddgIDGqDUGdVQaBpJUms9AnVwT46F87QGi0nppdQQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}