https://w3id.org/np/RA_bypQsUaNTO2X8lLtvj5yS7Bsnfx2jIWyuEsferLYp8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA_bypQsUaNTO2X8lLtvj5yS7Bsnfx2jIWyuEsferLYp8> .
@prefix sub: <https://w3id.org/np/RA_bypQsUaNTO2X8lLtvj5yS7Bsnfx2jIWyuEsferLYp8/> .
@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/> .
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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqufdTEd9PXtaK1bdILS4O5j12ceQnRbUkvQgIY7ADJ/3YuRGziOUsWc6N98xZ7KvBHowphWI0WXg7SCQnEjRp/SuoBZ6vw92UqAg/Xsp6vDB0rbGCd17Dz+QV/ER88Z0Yrv4c8HkGuQmP7SgN52Kz9FQdkA3gKGhoxgOrmh9jjE92i3iBsDtCe4uNbEyKKExQVoom+3H5+cXAZpEcedFb2XKqpcpUoRi3ItydtGtpgti829e0fH5rWnVfdmZU4dcuRsRlHFcRsvBK4pkW7Q3E4FmS/Go1AQOpg35SqMOo0R7tJpc6JybANsvmiHZ9itCq45oeizFDHt5EGhxr8XyqwIDAQAB";
npx:hasSignature "aAZ2iyLWOaAfg0mvqXJ9tij4/SF2xT4tuV3UFGvYc/t8f21cUj9OhPGQ9Ax5xapJjeOIQefSXr/+fY7uiPNNakfCVr8Ru5dJHSZgsA+INDtzhVogZOk8u2LIK2/UZrCerpr4O6dqkM/xiVkPi4sbduZle6bpT5Gt6L2vmX2JDaUPWiH8ZiiAYb0fKJeAHyUmyI3vc2apgo0LY6WjYdkmgFkssPXrbrY1+No7LioxShwKufhIUGa7AnM1syxvXq6AwLCKCQdzdW8CmtXwTtHpdWMxI928H1f2dSDTrte0EYBYmEcOYhwD7zdJYI+Ukuzas9q8umlrCI5Q1uzVXH9NWw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}