Nanopublication

< Home

ID

https://w3id.org/np/RA250TU5ZlSUcwVaMgIJoEVzuxX4gdEYHjrkWQuCY43YM

Formats

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

Content

@prefix this: <https://w3id.org/np/RA250TU5ZlSUcwVaMgIJoEVzuxX4gdEYHjrkWQuCY43YM> .
@prefix sub: <https://w3id.org/np/RA250TU5ZlSUcwVaMgIJoEVzuxX4gdEYHjrkWQuCY43YM/> .
@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:created "2026-03-11T01:59:43.735Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsI+kG8+32KKCdmEgZA92gs/5RoQMk/SVhvWTxmUukLoSr25PDaEqEahFIf1U0Y3426q2QhRrdKYa09mxKwwAzyT92IH+SoGyoVb+pjP5nlt2V5QiaXJjUa+KhlziHUlXV4R/hE+TiXNvoqzN4/2BD+aY67ojBWSxxpJ/pOR9MCThORKqi11CpGyjw0Gjwr6fJrWzvJDdLU38DuK9Hzq31jATS9ORhHBVuUsvEgbR76Ss/sp1Ft38GHbbT2tfKy3nN0nwpqDedGPHbZsFPLjQxWh4SJhh9Gqz5/j02zzw5QrqmsSDkzgJjHK3hde9qzUhhYMs2Pcp6O5n/dkZMKwf+wIDAQAB";
    npx:hasSignature "ZhYf+NcT9pLEinGdjrNOltPst3wK7dkIlJHaLOKNepM3SKCFcxK7n+m6K9kDBvMbTzSYAM3Qq1z8aaxg4UIAoijwa7hdJTohT4IjbRpfwTdm0haeAh82ZN2TFF/coG6OeC/RNUDatVxh/AP1UXReT+HT7aVhg29zLIkWH7taI2gyiBsDQydSqdU2mPt6YAPqwF5Z13AQZBBa0Jc64DGMcAKhsqFviVk/kQXlUwxnndnXoQZKOYce1lf8K72NhK61qjvVp9eqhui5L7r9kAgHsA4bvxVhIar073coYYcUFOZ4zk2nFAuI0Bo4PScDSYEbYt1adKAloFaGJdrrbj2zlA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}