Nanopublication

< Home

ID

https://w3id.org/np/RAm4EhDgLo3PwHSbG_zVwewNd-ZrFgt4y4xc2t09wxfHw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAm4EhDgLo3PwHSbG_zVwewNd-ZrFgt4y4xc2t09wxfHw> .
@prefix sub: <https://w3id.org/np/RAm4EhDgLo3PwHSbG_zVwewNd-ZrFgt4y4xc2t09wxfHw/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk5/CU59S61eX0bvMZrA1imbGw8nRNRsfo0ZoO2Eb4Z4Ga3znWLGzzyejZVJRDOKXFpNKnq7MDAx2oeftlPgz5Y/hhnXV2Bip1zGQ8ZX+E3TiU44PpXpONbD4jRmzc4TFa9Znp2pFDgt5t0lP6AxySYXuPrxS2QcexH1n21CN+24KWEfvqB4Al5mVUZde9FXSLS1/OREnqFpEwcsNV6eEXVn/OsOO2DBOrgZ9NnoarZthf2RFSd6QUlaCR1PA9pTvFcynmhevJNlML6iKgGJ5RHzfM4xNjg63ihsDPZhFcUDwDj0p1BEiHUMVQOmNfIh6GxX+D5DAy0gd1h5wbHtH4wIDAQAB";
    npx:hasSignature "KGnT2o923d9MMgM+pyDSXnI4bscv4ua3LHBckwCNuZg9oWeH8z9a3QRgX0MtnRKHozEbmBSskkGln1oI5vMZB+I+bKxEaff7yD5ppEx/0j1YyG4Ywhs71f05AaJl7c2vqnFJId6dRk1gLNyIxknwFeeB53+ze+u+Xng9SJr0/jhYeMR+ZEs55GOdDzORHTkARdRqcp/+okehhiFbVn6DOFxVw8h7/OKpvX1OjBbtkzLoEfBziCMFAx67KvM+GS2ESvWQSPJ8p6Vywa/XxfByxufnrkBNCsktX+1trbqyQCC3d1GcmT9xwTs8Ph9qKAW+W8/ZArzZyn2gXBxLzP0gjQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}