Nanopublication

< Home

ID

https://w3id.org/np/RA-0vBpxGsZhIxEqIM0LNoMfP0omcdeGOw_iWqfF7KCgY

Formats

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

Content

@prefix this: <https://w3id.org/np/RA-0vBpxGsZhIxEqIM0LNoMfP0omcdeGOw_iWqfF7KCgY> .
@prefix sub: <https://w3id.org/np/RA-0vBpxGsZhIxEqIM0LNoMfP0omcdeGOw_iWqfF7KCgY/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2K86clKqjbUMtopdjfBI+zgjbkfMWh56kZRe9/PYcDWdvSNX4RroJOklqr8ZjRx04aV1P31OgM3OjoKwtjrc172p7xbTcYjic2/Q4x5gpHjlTEE4OrsE7KvP4z4ztee9WBisGUL0VfGgbEomPgB0q4d+G+aO0qNWUFC4Jt+Cit7K2X6YUHaop+kkurdpuur0BV/SCcREKB1uDC97wxTP1LdSRYZI/RNZRSp5FJGa9PJNtaKILi8M/S48fQN92TUfgO6hjgFhcMHuSeM18Gxe0+cFTpUoVWJ9UQay/dKgYfp09RDsIv2K3qLPMylp5xyKa+nFad8nA35zmPudiK4sRwIDAQAB";
    npx:hasSignature "dfl3ClHVsAEnbYHt4s/CNpHBh/UJGfHCmmxFtBrGI3SFTtr1uaeGImNtGbp39cz1Q3QubRrp94JkyNO1EFy5Mggq81RKOcFy22f58xFhetAk7OJMHWyFbSrTwRgreFLbROjH6YY/mKzY87EvvYORRnzcPgWyJeLfphpS0Xal4hp4hSQcnNIKLFPi29DCN7PaEbFibctat42RdPILZFVY1vqHuNX/GWgPK7FxYTKd01s5O6Nl8dga/gUMoGW8QAmd6y6YEqLfJTmYZB+FoSqJ/MsylBTh8KyjluKSfzWCJGxqOD+AZKgN1BXO65+v87JYq8xg4G31k7v6yr7DYiYxMQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}