https://w3id.org/np/RAtovfgN-Nec4WmAhoEklN8nf61IwlQLqe9WBsHCW6Kcg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAtovfgN-Nec4WmAhoEklN8nf61IwlQLqe9WBsHCW6Kcg> .
@prefix sub: <https://w3id.org/np/RAtovfgN-Nec4WmAhoEklN8nf61IwlQLqe9WBsHCW6Kcg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3oT+HdLC5wMPxLQBhSOdEWlWUMGvffYFHfcjUBTp6Sqbab5CV0Lr6RBwBwHsyvcGg8xN6+Ntytd3oImcimqp+v8XcI+6hOt2f9B+S9rMXnOIrLOIMLw5Jpf0plzlyj2ZRqS2bWiVvaH3J9gISiv6MyKjUWrZMKYHtbX3HD4Dies2NCRqgu/p7Tx7OaPz61MsJnLrG9CyBnkTfALS4wW+xbQ/DDPUProZRYv5nH1uJe9Abs8Ak0HkQIg8dxoODMLYm2OdqDUt7FDfv/SbllvgWkv0sjCt0i3zZTAXdP713wJBdjRo3mZcmgcqd6ZKonW0cgMlSooH8Qhn1G3vSsTEDwIDAQAB";
npx:hasSignature "I9AXbf39emurgVQ8GSOWqMYM7zMBRtAKDZX9tqIYej4/PQfgO8E57F+AdlUAK4DuQikLga3lkFpEj2I+d8IRNQyfwDBtmsqKEUgwZy4DKj0UGVZnSDIzKYkFZDZTYP4D+6f3ntSdgEcKCU0P20UIMzgZMJnLMgYZrkOB3uBwvo3Fb09PdelU2D1jvRbsJm+uckDQzM76A6m43mP46IKd3jinrl1U0BEDX+G28ZqKRmjVzxsES5U8v28ig1jnu9Sfa3x0df0jGx2TPBD52wkOoe3jYytJifsXtS/vNLllJzligUw2PP0KBw/YZIEa54xe0hUfWHRpkZUj74MHFUwjow==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}