Nanopublication

< Home

ID

https://w3id.org/np/RA-LAnU48MII_W7tzbBHYkIMYAehVTzM66GiuzrKhlxGA

Formats

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

Content

@prefix this: <https://w3id.org/np/RA-LAnU48MII_W7tzbBHYkIMYAehVTzM66GiuzrKhlxGA> .
@prefix sub: <https://w3id.org/np/RA-LAnU48MII_W7tzbBHYkIMYAehVTzM66GiuzrKhlxGA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2EGqfKd5l5T3+mHJ86EUk5ncx0Kj5l4ib0st2iSo5aQcU/u1gC4cUF4h8GPuEHhink7xc3pqAIRjtDQj9tK0DDBJKJk63RehX+TYebNHukzo2hlpx6bc6L8knvDtyedBPcgVDhXVS6i5v+HKl7Cgi8Ssktqabin1DlQyyPhZjbwFnraqCNmE7nNouRwSkxAWhlr1/703mcyXH/LPjE6e7sk4vzQjCxitLxMZVxjB5BNSDZhfXw3eGOdU7vGupm9Qnn5ltYkG1guvWYHSWnYrUBq5SuUJd2tJulro4IFdvfp+sLytGfiGWR3wAjB0GDLuuIL5E3ahxozEqhrLxvz1wIDAQAB";
    npx:hasSignature "LmglHZWHseCkGPyE6FEo8aDZ6ti8kz/mPCxnnJuzcqnIQJannW6piy6SKDD6Mt8ozficX0xXKpFgnhXh7o7yAoiGsqCsnuGy/qVw/oiMpU5E0O9XyTnFIL81eexsGBKpHJb0WKJGk3ROtLm5QeZPPKV+eR4E8fliiOxzhoFD7ifN4vomrH+bRzqPJ+mJyh6DccIJYsoB5eoSb6CZ40JS9eBOshyg65aH2ysa9dpFDpAPNgeb1xXaCoZULB6rLBmg0RG26I7oINhL8qarqrfVjrBjzL6SG0IbsI/xoRD7tyJF9NJfiPNd7hvvHdqOq0Afrx3ODFCOc1U1RvgHicOlIA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}