Nanopublication

< Home

ID

https://w3id.org/np/RATWcCn9QCeKaJQDRoji7tuiLN0S2OyyV3FLRbpdoxzA0

Formats

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

Content

@prefix this: <https://w3id.org/np/RATWcCn9QCeKaJQDRoji7tuiLN0S2OyyV3FLRbpdoxzA0> .
@prefix sub: <https://w3id.org/np/RATWcCn9QCeKaJQDRoji7tuiLN0S2OyyV3FLRbpdoxzA0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0IMt8v2o4XiwQPUXhr7pdrVr43lAsn6BNvX1Jh5K/mEJ4rV6+YHkmXAC/qYMh8oGf2+8onRFXZbMcJiEw6OJEvrNhQXrjYMFZmsr2Sa3GRbye51B39R6AIL2BXbcZ0e0hJolgHmVzFk9qJe4QGAnddPC3XteaESLTim7FfhpaPBWtjVwqT90tz8vf9wc+7mcva1/wsAqVLFEknHjsjw/go9aRKvatZp0i9g2FNaq2TRwh3BBJt4dBcApwPLy3krX5kgqre7V3IuK3bXnMgOmyghHGlxwGWlv6AbBpoM6/h5R39oapih8wYM4/GtuMlfM6lcwBfvc/tcOHbSqWUviJwIDAQAB";
    npx:hasSignature "ROS0CCB/nzyKBPZreRW4+NK1vCTg7FwEOwDhSKr+b2e1HvvcjF5QNPUS6C0aP7rrXXdycjXs50edaSexOb+YMEciWFXR3YBGmCLOePu4Fje98gc8EuUNM5aEkW/d4fYbGIshWnd6Jw2KPqdpFUmoW/MqXJbpI2BbbK33yyRq23kImrak1HlaK7M07Rvck3Y7xSrMPGxCjZHNmg5BJWZfmmMt3bERU99pBtsalDkSSmhzMWZCmFK/bEsGyXvlKHYac649UnIkb3XvHOkRZcKJJuyd6k6hA3Tb8VUOKkdYdD02Hgw+EBvZ5Yhi6qn3hpmQmJeMFrWBn69nllhdSK7WXw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}