Nanopublication

< Home

ID

https://w3id.org/np/RAJAARHTz6rj0p6TWCHEzb-rMA2TZ_dX4-cNTTg0t7m1o

Formats

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

Content

@prefix this: <https://w3id.org/np/RAJAARHTz6rj0p6TWCHEzb-rMA2TZ_dX4-cNTTg0t7m1o> .
@prefix sub: <https://w3id.org/np/RAJAARHTz6rj0p6TWCHEzb-rMA2TZ_dX4-cNTTg0t7m1o/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5kszymBEI4s804l/Vwqq2bajNWJjU0iV0L2HkT2GOGnPOzPDJHRwghLdaCnQvRsmrFU7MM7ymwyYBI99svqSnGqTzBa2r+Nho3ZSQ9x7EuA6z5+2VtCaXcyeeHkqH1WXosonexQ7mOsd0pLuRCFN78pquAhHMx9s+SCX9vw6Ei5vOJeYCLOcsidqvMZ4Q9g/hD7MvbEEvJ2RPYLsZuAxKcJJSQT2m0C5odr8pEaiscWvZGRy9qTELX69v7QoVAjFjB2a2pmfWik0ozqtqDP2Z4zbt510jmH7FBb8z89BwdvpY8/oz2UW4qfdHLv7FXl/kzeH3lP2c9GHf755gtvQfwIDAQAB";
    npx:hasSignature "wBeUdUY9tD3vaZNU/7Nj8wjY/UdcYPnroPlc7j4uCgK6VTjPNKkYwb73tyFF/FW7CVSM0Zb8MH0w/psFESngRPsHmzcMSRRAbda/Qt4SYkYm614mjYBoqtJ/5u75lORmdt1XaHoa8T86KTfMRwLhJ6+MV8XSkncVOxRARai9neVsvb/GwT4Yai8vsleWhc3CRWyhjw7sY3C57Gj29NmZQMDrrk6PaEsHbrAVmyLVZrLkVDUxCGwLDRu4uh6ga6Ew2b/ZRVbAmIZKw5lC/C4DVi2uj9mmmGySEAxvYwm5aQ+1XgO4/axQxU431YkLxIq+fZ4flIRAXSB/vT1P64U+CA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}