Nanopublication

< Home

ID

https://w3id.org/np/RAsTZZ-O81PBTYgp9gHu4D4UQk33AFj92oozVj44HeWiw

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAsTZZ-O81PBTYgp9gHu4D4UQk33AFj92oozVj44HeWiw> .
@prefix sub: <https://w3id.org/np/RAsTZZ-O81PBTYgp9gHu4D4UQk33AFj92oozVj44HeWiw/> .
@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:created "2026-03-10T01:12:52.664Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn7PBWiC6YsulsA6JGLlRF3tiQzJxvYD4CRFsvcR82uAH/KLGYcQDFWDO+rgSX5o6uxzhUUQoNBnyOmpkHwzjJgit4Y7VvfA36dAm64vLvqr9H7P1Zu1szCVZCr3WEX1n8lwqJ62mAa5LJdo27av5LelrEC0YY2N7HumOXV2RZkJY19/wNwzStsk1FgukM0LCRCWZsDANWsDQHB5UcZqbCqSMKNueBsgm2UfK5Dyh8JChOttx5PNU4f+AOKv9CDvsXY40pFaWQ6W+0hy2EJGTSf7XTpBrT5zJGR2ayRoQF4lOvjzHfNlEHeedXEYFSaldHXxV59C2Xyk5HYcOIOhi3QIDAQAB";
    npx:hasSignature "TcgHy6T6FmA0UXAal3cCK62lQotnuroUz5xkXdTnXLPQi4BrX2tyhtFbZuVw+meJv30sKfMYXF1Msxx03lFQzD75j7DgAYMUNFfg37priX4T43nZQ+tGc70/donmtWScC6e5Tid3GW7HQWpLCyhvHR9D8gHPvmijjN0/k5qwnwGRlt5nUaojBRtufrffZio+JXzdaZxw76Hr8mMbmh48gXptWsp8o0n9A+RiLDABNF4XYPtDS+KmaSuNHJ+8D//WXgQVgcj9gjPTdWqHhdhJo35PsgbHqFs3k00ODhIW3W2bJSJ5fusetBgHdW4QbasET0UZdmYBhpN6Bizi4zBagQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}