https://w3id.org/np/RAaRx0GhyIBuVQfD9MYq72yscI3_2jbsdtjbcIxYPDFt4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAaRx0GhyIBuVQfD9MYq72yscI3_2jbsdtjbcIxYPDFt4> .
@prefix sub: <https://w3id.org/np/RAaRx0GhyIBuVQfD9MYq72yscI3_2jbsdtjbcIxYPDFt4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzWM2CVrr3l7MVJayOI6T9di4ZzY30aVxzAlWdivstqbHihe8wdT9bzgNhOzGyJ8xfACk2Z7kXXfZ+dNHlO4/LOP4ab/5Ow79LNOqDHV9F+99oz1jEdkQucn+wiyfjCp98ntqDrTNgVtQfSkZhe0rjtmGLuWNquMr4E8punjISbL6mPuYxv8LBRWrknqxWojdQqdHAPrcjsVvq9pvlnezeEikgj0Ws3Bd2tkAMBxfag2QEEpV1+0fIiocJBqAAD5cE7oxQsYMnyhfGm3yLAHWHV2+XwPaKqsw2A9eD2J7wp0b08ONNHZYy9deN/j7h05sb/kw6m3kCXV9/cmldyCWvwIDAQAB";
npx:hasSignature "HaBMdWhrT7qyMs9nOvIQj4IHfHVXMRal9JkeCMmrZciQrTDgCFawmYjlD2o0VHxOd9Xe8j8kdWztT0wPWaWX6lH/w2i2vTDFVWAF1YZnEPDVoZ9sJh5LutK+Zh1AVk4tTdZML0Oz+LpfW0DoQKqrUU6Tg2lYch+uGwGMCsMpftSyzUdfENPWuVNLAEkIJzCj6LxfKoN1nIqOBqnR/LsFjoGck307aMUmtAPxqzpJ7yww/r0mcnGJOBHYeb8rcgG/sTbUDWWSZABc7/jluqQm/8UfCAHftOftvr5xNy67S5//MQu/ACMXdWYktoYhpq0C7DvsYfse/CpyFU3ikLqIRw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}