Nanopublication

< Home

ID

https://w3id.org/np/RA0LrdyenMmXXYH-go3G7f3y8jMbYRZuLsTZImL5znrI0

Formats

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

Content

@prefix this: <https://w3id.org/np/RA0LrdyenMmXXYH-go3G7f3y8jMbYRZuLsTZImL5znrI0> .
@prefix sub: <https://w3id.org/np/RA0LrdyenMmXXYH-go3G7f3y8jMbYRZuLsTZImL5znrI0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiL6ghByynoaJuH5ZxmHsS8Tnn+Fn26wS5tbNyCoUBF4Y+ZImEBjjySEaK+/SJPFg5R61F8e0fUAqczofWqB/51uaWPsl4yXSxoauxO1Fmx8pZiBR4f1eCruV1Eo2TXz0eVozXs20MFGlGGjYwzOevG9ONAhviI6I9/cWIFNpzyoBl8UpPl7k2uJyWuTaV7589bNultJqkFHRxl/5R2C1tt13ICHxckpD08w7C+34pD4vDXJItO2OZgI+LzuxPBKdKyj8ggKEMCbc9MY97f5tvq88PbmIic5HrA9XXb/c4wNpPxV2/CJepVSrM37EDIxjmz7p7PeezvapbSpQUejjrwIDAQAB";
    npx:hasSignature "fP2b4Vq9bzgQ/veZr74CrDolPhtAKlTO1i9gYov0NlUDoSfJjKg2GcT5ImRZj7EVNCjSwiMDIzaooTlvSEYxdtJXBi7mueczlq3FwehAAMSMOqLoGIY+cnPj4H2M4ofV3BwaH0W8r37/3FLMRoZgWdsaUuOCbUNRvSSLvXpMiNubsVt5CqYMdrbgM7hwTMsLXIpaPemFgx4+hKynuSkd2I4l49ZOcD6HlleK8bJmA6vrF4WOgu7FNF9vUOq3aivlhBvsLJqQRkMyRQ64lVtufBWXKhO3hEsgLT8wnqTLX7mMqLfBGMhYT8UatSpAUFAxwGKlk7StMN/k/LAhec/y1Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}