https://w3id.org/np/RANbT7zVp-7hkfhYseg_Z4sydGpqAPWJ34ac4Iih5mEts
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RANbT7zVp-7hkfhYseg_Z4sydGpqAPWJ34ac4Iih5mEts> .
@prefix sub: <https://w3id.org/np/RANbT7zVp-7hkfhYseg_Z4sydGpqAPWJ34ac4Iih5mEts/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw7u16Gm4IQPkFuhV/rEHOeVOyJ+JkRhFpk21PugtP9i4BP2qkWTF3ctJZ0f560W1xnnnYq7db1KYbPqT81p/jShgeHI0PgQzUmxg5ataoO8fz2Zb5fMNcbV5bI7TzIqpqikqW8Mxr+02vOqLEHalUhplVqfNzNQWGdlkzhdUFiP6z2YPvr3qrX5GtMJY5zg3zpZFF+zrsHBv0JoTqI1Vx3IvmAqg6mRmQhtSkLOUpRTOpoQynN6odH5VQgbqTvDbq6cfq+FqIsl3KTPqPTPWexfg/TBan39tiFEufAabj3QWLgpZBK8CQuCWoUIJ1+jNcZ8T44+pz/WxrPsGazP0PwIDAQAB";
npx:hasSignature "wl1yYlJfILcw4g2QtjdUwo3N+QhS6FVh6rw0Ef6PBRWOZAZPldXULYHW6dhi86GZM/LijPy7hNFyk7kvGc2lwH2uHU7knq9pZAXV2kxS7EtAz1ZL8SFmCBd19HGXUF7pXMRaKeDE7St83lhFAxA9oxITs8dNupIzMYnxuXTbBXCImlBMI/hegrorsokbAJ3r/X7m6bCkuqOCbkbQryRh0/N4FaNVyLScT/hIRbq9f0BGsJsHXnH/+JXMtNECq9DGGPVSWWhcvZPmeVjNfbYKEuOA1g69x8Qo3BTy/RXrl1Cb756QQhUZSL58ohdYcla2w1qhzAynl0XSzWi363gddw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}