Nanopublication

< Home

ID

https://w3id.org/np/RA9JAsaUUUHyo0QMknHFXAx6ILBf0kjqshvDOGoGhzeLk

Formats

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

Content

@prefix this: <https://w3id.org/np/RA9JAsaUUUHyo0QMknHFXAx6ILBf0kjqshvDOGoGhzeLk> .
@prefix sub: <https://w3id.org/np/RA9JAsaUUUHyo0QMknHFXAx6ILBf0kjqshvDOGoGhzeLk/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxf2Gj5Bmvx4bXEKdVtUM3yc2UgF6iXgZdoW5SDuReziPi64RX67+2sHrwYm3CxWDfBGNmUe9oAorEWa2DGJKdF1pY6+ESVS0r9j2ygtDFTMQG++7EbDlI5HRaO0ChG5jyS8JVcv0nBmv/CKT214/+MVwn8Sv5xWUhx78IYatEUtKFNs7PjUxWJbyHzmHWihsIF9gXl2JhBI3KARaYNYq4efHGYBUQ5sFYBm2ZgfepX3V93cv5W7lZMOehEMfuuBc7y0nIjU4+WkSl/VSviPhKybgfM8Y8DoDBEA+5xRHFF+NKNlkWVS7T0BU0oGXqtZmBduY5XM736SL3Q1uxWqp/QIDAQAB";
    npx:hasSignature "Y6ed+Ol/hBoqjuqaK9V3Ic5h8E1nnz/TbHNIDFx6NLzlTtIjf6zwlf2gH9PaT4A9LhzJgs6sKxQaCOqRtruztcfR9dTjZ8K0UoSZBGkQPBvxfotkMTKZ3GwVx8/NeU9D/W013rlqIp5Y7pBJzha5NfGlcxzVrSsMcMluDWgxTqICZ5jYdm8p3OQSyGwYDXXbOZWlCSYPLpapji2eoUIAbQ2jAFMZfK/h02DmSQ7qgFLHkrC/QdR0+k4E1qydRA6KctYQhEDgFenySeLrTAEbdMWt7uL+98fbgBQ9odjP8jdmDI8a5FhNURCm1pUkLZBCL+L76rHeVa6AbmUGJYhx9g==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}