Nanopublication

< Home

ID

https://w3id.org/np/RAhteZ_OOcERyZ_RqP-Iqk00AMunjqpc7-tm9gllW4XR8

Formats

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

Content

@prefix this: <https://w3id.org/np/RAhteZ_OOcERyZ_RqP-Iqk00AMunjqpc7-tm9gllW4XR8> .
@prefix sub: <https://w3id.org/np/RAhteZ_OOcERyZ_RqP-Iqk00AMunjqpc7-tm9gllW4XR8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsFEVFQoKkhRQ1UfNKhGBRCN4FC9KxrmdC9ouhU+e6DPoHN8xqN42QzxjHsqWN9Y51kE2Xcj7KX5uIMLmEsruDMJAbvNqBMIO5Src1N2SXU8O2MrWMaV2gw+RfdCQrHBsxKfXkgrVdHbUyozH9eLfDN0cPoIiOVPM2SWn1VMH+YOpu+qQ+H/FTv2812dGkbcn3oiA1g9qNyHKgoXYTag8fcHXfj+9XjzKsFjuXWz09q0qx0zYe6bJPotSf/zejWOabKvTA0wItWlH8Ftr+CZ4bUcKObseE9hFHpBQJwTJQ01VdOhG0wYsnkEfRSpzhp20zgRV2ek+7hlgLi2LFinqhQIDAQAB";
    npx:hasSignature "qbs3CZAy77AOXC81hqUbsDtyAXmWrrlQamJ/vZDnLZWcwFrh2BxawNmbL/yeNKh8u6Pg27W1G5eJXm8VyBzsGhNZm1zj/8UmUTQBfOBWqzrcb5F1OmdZtP/fVgwqx0hJ96JjV31Qc3cnZVzD51AEWCDfTT5bhClPrEs5qeDFg9CNjOpAQYDVOuqBQubAxTrrLkkU9plV8dXcqqO/oooEEi/qCk3LhVqGKej57uIxwT+8TSweR3DY9cxi7jiwu04jRPLcxmwTbmAIs8/2jzHD1jm10yuqqWa9NgAUGqpaNnFVO1KfmWC8dty4dmVISJHCXZPUO6RiCLC/o3EfhRMAsw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}