Nanopublication

< Home

ID

https://w3id.org/np/RAAQCOjWu08JzkMrN_FL1OTstUJ8Jc6vdeuiuLwusu88U

Formats

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

Content

@prefix this: <https://w3id.org/np/RAAQCOjWu08JzkMrN_FL1OTstUJ8Jc6vdeuiuLwusu88U> .
@prefix sub: <https://w3id.org/np/RAAQCOjWu08JzkMrN_FL1OTstUJ8Jc6vdeuiuLwusu88U/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5Xry6z5GWKJ5Gj/tVCLBx0fbFrWuXmY8GOODV8v4gtOliF9NlpT0HKrpvbHnzjoUB4aiwZqLSE8/SkJSpgAjEzbTrNF3gvwPyC12Lio4HiQZoZPt4W/+9RAx+c3jeiD5O+SNuArcIZfosWYkYJLQ0BQQlVhY36WgNFCZU9qxYIXM8rWxEk3A6mzVEw94lRYlT0/jS80w1dnzVHzh20Is/Op7e1hOWgeFJ889YKm+825pXdYgeLoqrLyp2FIDy2qTtVAAoId5iGP1LHF8UmuszKQnee84ndvxQpMDxvhotdzjagYRxZd0GNVjVVFqQeJTKsYTAtlVt5fv5AtSG0tYTQIDAQAB";
    npx:hasSignature "O9jhqm+HIVIbRL3yysOWVLkzcBOKieAJCW7JijbotqTTOC7/nh56/3SPoIQdYZZQHk1v8E92Ef/uPugedI5tkBn9uKuooFAGV3rnio5vymgzEGU945iMDnTICl6gHX2GNq6+LeJYglyJ1yauYMv60vO8Fv9/fQHoB09ZZEexjRZPPlyBGvWWI7kHP4VM/HZEL7uGF7HyXegQ7IooAW3TyIb0RKfVxDDzN56TGOSB1ym81KvXpF2K0W7OdqKNm6TbQaIBRc+ypXilVoZgQFKv75P/ZNiFX3QAseNKrT7HK9JPbUPfXLE27d0dqptMoVWVx44PeTujFhWTcA1wCBv2qA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}