Nanopublication

< Home

ID

https://w3id.org/np/RAaNEqRKDZq0_DE3ucQTsNw1jNe5iR16Ml268aFmmYXqI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAaNEqRKDZq0_DE3ucQTsNw1jNe5iR16Ml268aFmmYXqI> .
@prefix sub: <https://w3id.org/np/RAaNEqRKDZq0_DE3ucQTsNw1jNe5iR16Ml268aFmmYXqI/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn5oGKSTHZKYMtjEwwr7kegtBKqLnk63mvZtQETLP1ctvvUpkWz/nrM7jnm61JsdDf161bNFahpXgzxnsf2HiGF0Z1NmchN7vSd8mpWXoLE3zis1Ot5UIAz3zyJIJ/Z6w1t2NDJAxZshf2vgSOYLWpo79yyNGPlSwg0Cts3RIbhzkSX38tFtMSfBOiy/b54t5z3w5E1717f4honl95BOOtdpSqT2YdIt3gsmKsHrxfmdGD+1Fc43H8u7RcCUFXJqRNDFCQkHRK4HTya2VeyOLtWYUvgq/+0XSUzmGTExPYp7ELZF11XDaHz5TRkkaFco1XFtPrWhV9ffUWf1FuQjr5QIDAQAB";
    npx:hasSignature "fHg5Q2Ue/BVkqXdKdp+jvO7p5eePEDBkNNST2eFK3689R7Ry12Wrt+ASuK5IY25LDeoGNyvy777v6LXWff80WqaSt/KPen05Vbh4OLuArou7PtlaHPJ1tH9+er5p/K4OOH1yQELWo43K0r+0IjBFJ5+Soco5xKA32bsTifqawFYkJ2+J7yj8q7SY2uqm4khme8YNsw9xhAAhcs8TjSjeHQf0pywmXZTGCHmwxRiro03uTJDzYa3UxQDBQYuVDMU7FVy2E+/ys+PorHREJL92AHh117RDG2m9O86uuRA7hBr8iTx2ebD3W2jc3FaIZgNclEzVClMf+wqzxFtmTDm/pQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}